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

/linux-4.4.14/drivers/iio/adc/
H A Dmax1363.c156 * @mask_high: bitmask for enabled high thresholds
178 u8 mask_high; member in struct:max1363_state
818 val = (1 << number) & st->mask_high; max1363_read_event_config()
846 if ((st->mask_low | st->mask_high) & 0x0F) { max1363_monitor_mode_update()
849 } else if ((st->mask_low | st->mask_high) & 0x30) { max1363_monitor_mode_update()
884 if (st->mask_high & (1 << j)) { max1363_monitor_mode_update()
967 unifiedmask = st->mask_low | st->mask_high; max1363_write_event_config()
981 st->mask_high &= ~(1 << number); max1363_write_event_config()
987 st->mask_high |= (1 << number); max1363_write_event_config()
991 max1363_monitor_mode_update(st, !!(st->mask_high | st->mask_low)); max1363_write_event_config()
/linux-4.4.14/drivers/edac/
H A Dmpc85xx_edac.c734 u32 mask_high; calculate_ecc() local
741 mask_high = ecc_table[i * 2]; calculate_ecc()
746 if ((mask_high >> j) & 1) calculate_ecc()

Completed in 140 milliseconds