Lines Matching defs:configbyte
147 * @configbyte: cache of current device config byte
166 u8 configbyte;
340 u8 tx_buf[2] = { st->setupbyte, st->configbyte };
347 st->configbyte &= ~(MAX1363_CHANNEL_SEL_MASK
350 st->configbyte |= st->current_mode->conf;
839 st->configbyte &= ~MAX1363_SCAN_MASK;
846 st->configbyte &= ~(MAX1363_CHANNEL_SEL_MASK
849 st->configbyte |= MAX1363_CONFIG_SCAN_MONITOR_MODE;
851 st->configbyte |= max1363_mode_table[s0to3].conf;
854 st->configbyte |= max1363_mode_table[d0m1to2m3].conf;
857 st->configbyte |= max1363_mode_table[d1m0to3m2].conf;
867 tx_buf[0] = st->configbyte;
1451 st->configbyte = MAX1363_CONFIG_BYTE(st->configbyte);