Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dvr41xx_siu.c79 uint8_t irsel; in vr41xx_select_siu_interface() local
85 irsel = siu_read(port, SIUIRSEL); in vr41xx_select_siu_interface()
87 irsel |= SIRSEL; in vr41xx_select_siu_interface()
89 irsel &= ~SIRSEL; in vr41xx_select_siu_interface()
90 siu_write(port, SIUIRSEL, irsel); in vr41xx_select_siu_interface()
100 uint8_t irsel; in vr41xx_use_irda() local
106 irsel = siu_read(port, SIUIRSEL); in vr41xx_use_irda()
108 irsel |= IRUSESEL; in vr41xx_use_irda()
110 irsel &= ~IRUSESEL; in vr41xx_use_irda()
111 siu_write(port, SIUIRSEL, irsel); in vr41xx_use_irda()
[all …]