Lines Matching refs:extts_mask
247 old_mask = idt82p33->extts_mask;
266 if (idt82p33->extts_mask & mask)
289 idt82p33->extts_mask |= mask;
292 idt82p33->extts_single_shot = is_one_shot(idt82p33->extts_mask);
301 idt82p33->extts_mask &= ~mask;
302 idt82p33->extts_single_shot = is_one_shot(idt82p33->extts_mask);
304 if (idt82p33->extts_mask == 0)
331 u8 extts_mask, bool enable)
339 if (extts_mask == 0)
348 if ((extts_mask & mask) == 0)
361 extts_mask &= ~mask;
369 return extts_mask;
376 u8 old_mask = idt82p33->extts_mask;
1350 if (idt82p33->extts_mask == 0)
1358 if ((idt82p33->extts_mask & mask) == 0)
1366 idt82p33->extts_mask &= ~mask;
1375 if (idt82p33->extts_mask)
1403 idt82p33->extts_mask = 0;