Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dvr41xx_siu.c62 uint8_t irsel; in vr41xx_select_siu_interface() local
68 irsel = siu_read(port, SIUIRSEL); in vr41xx_select_siu_interface()
70 irsel |= SIRSEL; in vr41xx_select_siu_interface()
72 irsel &= ~SIRSEL; in vr41xx_select_siu_interface()
73 siu_write(port, SIUIRSEL, irsel); in vr41xx_select_siu_interface()
83 uint8_t irsel; in vr41xx_use_irda() local
89 irsel = siu_read(port, SIUIRSEL); in vr41xx_use_irda()
91 irsel |= IRUSESEL; in vr41xx_use_irda()
93 irsel &= ~IRUSESEL; in vr41xx_use_irda()
94 siu_write(port, SIUIRSEL, irsel); in vr41xx_use_irda()
[all …]