Searched refs:irsel (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dvr41xx_siu.c79 uint8_t irsel; local
85 irsel = siu_read(port, SIUIRSEL);
87 irsel |= SIRSEL;
89 irsel &= ~SIRSEL;
90 siu_write(port, SIUIRSEL, irsel);
100 uint8_t irsel; local
106 irsel = siu_read(port, SIUIRSEL);
108 irsel |= IRUSESEL;
110 irsel &= ~IRUSESEL;
111 siu_write(port, SIUIRSEL, irsel);
121 uint8_t irsel; local
[all...]

Completed in 85 milliseconds