Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/serial/
Dvr41xx_siu.c66 uint8_t irsel; in vr41xx_select_siu_interface() local
72 irsel = siu_read(port, SIUIRSEL); in vr41xx_select_siu_interface()
74 irsel |= SIRSEL; in vr41xx_select_siu_interface()
76 irsel &= ~SIRSEL; in vr41xx_select_siu_interface()
77 siu_write(port, SIUIRSEL, irsel); in vr41xx_select_siu_interface()
87 uint8_t irsel; in vr41xx_use_irda() local
93 irsel = siu_read(port, SIUIRSEL); in vr41xx_use_irda()
95 irsel |= IRUSESEL; in vr41xx_use_irda()
97 irsel &= ~IRUSESEL; in vr41xx_use_irda()
98 siu_write(port, SIUIRSEL, irsel); in vr41xx_use_irda()
[all …]