Lines Matching refs:configbyte
168 u8 configbyte; member
343 u8 tx_buf[2] = { st->setupbyte, st->configbyte }; in max1363_write_basic_config()
350 st->configbyte &= ~(MAX1363_CHANNEL_SEL_MASK in max1363_set_scan_mode()
353 st->configbyte |= st->current_mode->conf; in max1363_set_scan_mode()
842 st->configbyte &= ~MAX1363_SCAN_MASK; in max1363_monitor_mode_update()
849 st->configbyte &= ~(MAX1363_CHANNEL_SEL_MASK in max1363_monitor_mode_update()
852 st->configbyte |= MAX1363_CONFIG_SCAN_MONITOR_MODE; in max1363_monitor_mode_update()
854 st->configbyte |= max1363_mode_table[s0to3].conf; in max1363_monitor_mode_update()
857 st->configbyte |= max1363_mode_table[d0m1to2m3].conf; in max1363_monitor_mode_update()
860 st->configbyte |= max1363_mode_table[d1m0to3m2].conf; in max1363_monitor_mode_update()
870 tx_buf[0] = st->configbyte; in max1363_monitor_mode_update()
1454 st->configbyte = MAX1363_CONFIG_BYTE(st->configbyte); in max1363_initial_setup()