Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/plda/
H A Dpcie-microchip-host.c134 .mask_high = 1, \
143 .mask_high = 1, \
150 .mask_high = 1, \
158 .mask_high = 0, \
261 u32 mask_high; member
440 if (!event_descs[event].mask_high) in mc_mask_event_irq()
445 if (event_descs[event].mask_high) in mc_mask_event_irq()
470 if (event_descs[event].mask_high) in mc_unmask_event_irq()
478 if (event_descs[event].mask_high) in mc_unmask_event_irq()
/linux/drivers/iio/adc/
H A Dmax1363.c177 u8 mask_high; member
815 val = (1 << number) & st->mask_high; in max1363_read_event_config()
841 if ((st->mask_low | st->mask_high) & 0x0F) { in max1363_monitor_mode_update()
844 } else if ((st->mask_low | st->mask_high) & 0x30) { in max1363_monitor_mode_update()
878 if (st->mask_high & (1 << j)) { in max1363_monitor_mode_update()
957 unifiedmask = st->mask_low | st->mask_high; in max1363_write_event_config()
971 st->mask_high &= ~(1 << number); in max1363_write_event_config()
977 st->mask_high |= (1 << number); in max1363_write_event_config()
981 max1363_monitor_mode_update(st, !!(st->mask_high | st->mask_low)); in max1363_write_event_config()
/linux/drivers/edac/
H A Dfsl_ddr_edac.c192 u32 mask_high; in calculate_ecc() local
199 mask_high = ecc_table[i * 2]; in calculate_ecc()
204 if ((mask_high >> j) & 1) in calculate_ecc()