Lines Matching refs:extts_mask
247 old_mask = idt82p33->extts_mask;
254 if (idt82p33->extts_mask & mask)
277 idt82p33->extts_mask |= mask;
280 idt82p33->extts_single_shot = is_one_shot(idt82p33->extts_mask);
289 idt82p33->extts_mask &= ~mask;
290 idt82p33->extts_single_shot = is_one_shot(idt82p33->extts_mask);
292 if (idt82p33->extts_mask == 0)
319 u8 extts_mask, bool enable)
327 if (extts_mask == 0)
336 if ((extts_mask & mask) == 0)
349 extts_mask &= ~mask;
357 return extts_mask;
364 u8 old_mask = idt82p33->extts_mask;
1341 if (idt82p33->extts_mask == 0)
1349 if ((idt82p33->extts_mask & mask) == 0)
1357 idt82p33->extts_mask &= ~mask;
1366 if (idt82p33->extts_mask)
1394 idt82p33->extts_mask = 0;