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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dvr41xx_siu.c77 uint8_t irsel; local
83 irsel = siu_read(port, SIUIRSEL);
85 irsel |= SIRSEL;
87 irsel &= ~SIRSEL;
88 siu_write(port, SIUIRSEL, irsel);
98 uint8_t irsel; local
104 irsel = siu_read(port, SIUIRSEL);
106 irsel |= IRUSESEL;
108 irsel &= ~IRUSESEL;
109 siu_write(port, SIUIRSEL, irsel);
119 uint8_t irsel; local
[all...]

Completed in 92 milliseconds