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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/iio/adc/
H A Dmax1363.h189 * @mask_high: bitmask for enabled high thresholds
213 u8 mask_high; member in struct:max1363_state
H A Dmax1363_core.c1224 val = (1 << this_attr->mask) & st->mask_high;
1254 if ((st->mask_low | st->mask_high) & 0x0F) {
1257 } else if ((st->mask_low | st->mask_high) & 0x30) {
1292 if (st->mask_high & (1 << j)) {
1379 unifiedmask = st->mask_low | st->mask_high;
1393 st->mask_high &= ~(1 << (this_attr->mask));
1399 st->mask_high |= (1 << this_attr->mask);
1402 if (st->monitor_on && !st->mask_high && !st->mask_low)
1409 max1363_monitor_mode_update(st, !!(st->mask_high | st->mask_low));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Dmpc85xx_edac.c696 u32 mask_high; local
703 mask_high = ecc_table[i * 2];
708 if ((mask_high >> j) & 1)

Completed in 57 milliseconds