Home
last modified time | relevance | path

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

/linux-6.15/drivers/pci/controller/plda/
H A Dpcie-microchip-host.c137 .mask_high = 1, \
145 .mask_high = 1, \
151 .mask_high = 1, \
158 .mask_high = 0, \
261 u32 mask_high; member
444 if (!event_descs[event].mask_high) in mc_mask_event_irq()
449 if (event_descs[event].mask_high) in mc_mask_event_irq()
478 if (event_descs[event].mask_high) in mc_unmask_event_irq()
486 if (event_descs[event].mask_high) in mc_unmask_event_irq()
/linux-6.15/drivers/iio/adc/
H A Dmax1363.c179 u8 mask_high; member
822 val = (1 << number) & st->mask_high; in max1363_read_event_config()
848 if ((st->mask_low | st->mask_high) & 0x0F) { in max1363_monitor_mode_update()
851 } else if ((st->mask_low | st->mask_high) & 0x30) { in max1363_monitor_mode_update()
885 if (st->mask_high & (1 << j)) { in max1363_monitor_mode_update()
961 unifiedmask = st->mask_low | st->mask_high; in __max1363_write_event_config()
975 st->mask_high &= ~(1 << number); in __max1363_write_event_config()
981 st->mask_high |= (1 << number); in __max1363_write_event_config()
1000 max1363_monitor_mode_update(st, !!(st->mask_high | st->mask_low)); in max1363_write_event_config()
/linux-6.15/drivers/edac/
H A Dfsl_ddr_edac.c204 u32 mask_high; in calculate_ecc() local
211 mask_high = ecc_table[i * 2]; in calculate_ecc()
216 if ((mask_high >> j) & 1) in calculate_ecc()