Home
last modified time | relevance | path

Searched refs:mask_high (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pci/controller/plda/
H A Dpcie-microchip-host.c138 .mask_high = 1, \
146 .mask_high = 1, \
152 .mask_high = 1, \
159 .mask_high = 0, \
262 u32 mask_high; member
445 if (!event_descs[event].mask_high) in mc_mask_event_irq()
450 if (event_descs[event].mask_high) in mc_mask_event_irq()
479 if (event_descs[event].mask_high) in mc_unmask_event_irq()
487 if (event_descs[event].mask_high) in mc_unmask_event_irq()
/linux/drivers/iio/adc/
H A Dmax1363.c179 u8 mask_high; member
821 val = (1 << number) & st->mask_high; in max1363_read_event_config()
847 if ((st->mask_low | st->mask_high) & 0x0F) { in max1363_monitor_mode_update()
850 } else if ((st->mask_low | st->mask_high) & 0x30) { in max1363_monitor_mode_update()
884 if (st->mask_high & (1 << j)) { in max1363_monitor_mode_update()
960 unifiedmask = st->mask_low | st->mask_high; in __max1363_write_event_config()
974 st->mask_high &= ~(1 << number); in __max1363_write_event_config()
980 st->mask_high |= (1 << number); in __max1363_write_event_config()
999 max1363_monitor_mode_update(st, !!(st->mask_high | st->mask_low)); in max1363_write_event_config()