Lines Matching defs:irsel
62 uint8_t irsel;
68 irsel = siu_read(port, SIUIRSEL);
70 irsel |= SIRSEL;
72 irsel &= ~SIRSEL;
73 siu_write(port, SIUIRSEL, irsel);
83 uint8_t irsel;
89 irsel = siu_read(port, SIUIRSEL);
91 irsel |= IRUSESEL;
93 irsel &= ~IRUSESEL;
94 siu_write(port, SIUIRSEL, irsel);
104 uint8_t irsel;
110 irsel = siu_read(port, SIUIRSEL);
111 irsel &= ~(IRMSEL | TMICTX | TMICMODE);
114 irsel |= IRMSEL_SHARP;
117 irsel |= IRMSEL_TEMIC | TMICMODE;
119 irsel |= TMICTX;
122 irsel |= IRMSEL_HP;
127 siu_write(port, SIUIRSEL, irsel);