Lines Matching refs:irsel
62 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()
104 uint8_t irsel; in vr41xx_select_irda_module() local
110 irsel = siu_read(port, SIUIRSEL); in vr41xx_select_irda_module()
111 irsel &= ~(IRMSEL | TMICTX | TMICMODE); in vr41xx_select_irda_module()
114 irsel |= IRMSEL_SHARP; in vr41xx_select_irda_module()
117 irsel |= IRMSEL_TEMIC | TMICMODE; in vr41xx_select_irda_module()
119 irsel |= TMICTX; in vr41xx_select_irda_module()
122 irsel |= IRMSEL_HP; in vr41xx_select_irda_module()
127 siu_write(port, SIUIRSEL, irsel); in vr41xx_select_irda_module()