Lines Matching defs:configbyte
148 * @configbyte: cache of current device config byte
168 u8 configbyte;
343 u8 tx_buf[2] = { st->setupbyte, st->configbyte };
350 st->configbyte &= ~(MAX1363_CHANNEL_SEL_MASK
353 st->configbyte |= st->current_mode->conf;
842 st->configbyte &= ~MAX1363_SCAN_MASK;
849 st->configbyte &= ~(MAX1363_CHANNEL_SEL_MASK
852 st->configbyte |= MAX1363_CONFIG_SCAN_MONITOR_MODE;
854 st->configbyte |= max1363_mode_table[s0to3].conf;
857 st->configbyte |= max1363_mode_table[d0m1to2m3].conf;
860 st->configbyte |= max1363_mode_table[d1m0to3m2].conf;
870 tx_buf[0] = st->configbyte;
1454 st->configbyte = MAX1363_CONFIG_BYTE(st->configbyte);