Lines Matching refs:configbyte
167 u8 configbyte; member
341 u8 tx_buf[2] = { st->setupbyte, st->configbyte }; in max1363_write_basic_config()
348 st->configbyte &= ~(MAX1363_CHANNEL_SEL_MASK in max1363_set_scan_mode()
351 st->configbyte |= st->current_mode->conf; in max1363_set_scan_mode()
834 st->configbyte &= ~MAX1363_SCAN_MASK; in max1363_monitor_mode_update()
841 st->configbyte &= ~(MAX1363_CHANNEL_SEL_MASK in max1363_monitor_mode_update()
844 st->configbyte |= MAX1363_CONFIG_SCAN_MONITOR_MODE; in max1363_monitor_mode_update()
846 st->configbyte |= max1363_mode_table[s0to3].conf; in max1363_monitor_mode_update()
849 st->configbyte |= max1363_mode_table[d0m1to2m3].conf; in max1363_monitor_mode_update()
852 st->configbyte |= max1363_mode_table[d1m0to3m2].conf; in max1363_monitor_mode_update()
862 tx_buf[0] = st->configbyte; in max1363_monitor_mode_update()
1441 st->configbyte = MAX1363_CONFIG_BYTE(st->configbyte); in max1363_initial_setup()