Lines Matching defs:tsel
118 u8 tsel;
129 tsel = readb(ptd->hw_base + WPT_TSEL);
134 if (tsel & WPT_TSEL_PLDB) {
139 writeb(tsel|WPT_TSEL_ETS, ptd->hw_base + WPT_TSEL);
185 u8 tsel;
190 tsel = readb(ptd->hw_base + WPT_TSEL);
192 writeb(tsel & 0xFE, ptd->hw_base + WPT_TSEL);
199 u8 tsel;
204 tsel = readb(ptd->hw_base + WPT_TSEL);
206 writeb(tsel | WPT_TSEL_ETS, ptd->hw_base + WPT_TSEL);