Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pci/controller/
Dpcie-microchip-host.c211 .mask_high = 1, \
220 .mask_high = 1, \
227 .mask_high = 1, \
235 .mask_high = 0, \
350 u32 mask_high; member
786 if (!event_descs[event].mask_high) in mc_mask_event_irq()
791 if (event_descs[event].mask_high) in mc_mask_event_irq()
815 if (event_descs[event].mask_high) in mc_unmask_event_irq()
823 if (event_descs[event].mask_high) in mc_unmask_event_irq()
/Linux-v6.1/drivers/iio/adc/
Dmax1363.c178 u8 mask_high; member
824 val = (1 << number) & st->mask_high; in max1363_read_event_config()
852 if ((st->mask_low | st->mask_high) & 0x0F) { in max1363_monitor_mode_update()
855 } else if ((st->mask_low | st->mask_high) & 0x30) { in max1363_monitor_mode_update()
890 if (st->mask_high & (1 << j)) { in max1363_monitor_mode_update()
977 unifiedmask = st->mask_low | st->mask_high; in max1363_write_event_config()
991 st->mask_high &= ~(1 << number); in max1363_write_event_config()
997 st->mask_high |= (1 << number); in max1363_write_event_config()
1001 max1363_monitor_mode_update(st, !!(st->mask_high | st->mask_low)); in max1363_write_event_config()
/Linux-v6.1/drivers/edac/
Dfsl_ddr_edac.c193 u32 mask_high; in calculate_ecc() local
200 mask_high = ecc_table[i * 2]; in calculate_ecc()
205 if ((mask_high >> j) & 1) in calculate_ecc()