Lines Matching refs:irsel
79 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()
121 uint8_t irsel; in vr41xx_select_irda_module() local
127 irsel = siu_read(port, SIUIRSEL); in vr41xx_select_irda_module()
128 irsel &= ~(IRMSEL | TMICTX | TMICMODE); in vr41xx_select_irda_module()
131 irsel |= IRMSEL_SHARP; in vr41xx_select_irda_module()
134 irsel |= IRMSEL_TEMIC | TMICMODE; in vr41xx_select_irda_module()
136 irsel |= TMICTX; in vr41xx_select_irda_module()
139 irsel |= IRMSEL_HP; in vr41xx_select_irda_module()
144 siu_write(port, SIUIRSEL, irsel); in vr41xx_select_irda_module()