Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/iio/adc/
Dmax1363.c180 u8 mask_high; member
820 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()
886 if (st->mask_high & (1 << j)) { in max1363_monitor_mode_update()
969 unifiedmask = st->mask_low | st->mask_high; in max1363_write_event_config()
983 st->mask_high &= ~(1 << number); in max1363_write_event_config()
989 st->mask_high |= (1 << number); in max1363_write_event_config()
993 max1363_monitor_mode_update(st, !!(st->mask_high | st->mask_low)); in max1363_write_event_config()
/linux-4.19.296/drivers/edac/
Dfsl_ddr_edac.c191 u32 mask_high; in calculate_ecc() local
198 mask_high = ecc_table[i * 2]; in calculate_ecc()
203 if ((mask_high >> j) & 1) in calculate_ecc()