Searched refs:thresh_low (Results 1 – 2 of 2) sorted by relevance
217 s16 thresh_low[8]; member
1058 st->thresh_low[this_attr->address & 0x7]); in max1363_show_thresh()1106 st->thresh_low[this_attr->address & 0x7] = val; in max1363_store_thresh_unsigned()1160 st->thresh_low[this_attr->address & 0x7] = val; in max1363_store_thresh_signed()1370 tx_buf[i] = (st->thresh_low[j] >> 4) & 0xFF; in max1363_monitor_mode_update()1371 tx_buf[i + 1] = (st->thresh_low[j] << 4) & 0xF0; in max1363_monitor_mode_update()