Lines Matching refs:configbyte
168 u8 configbyte; member
342 u8 tx_buf[2] = { st->setupbyte, st->configbyte }; in max1363_write_basic_config()
349 st->configbyte &= ~(MAX1363_CHANNEL_SEL_MASK in max1363_set_scan_mode()
352 st->configbyte |= st->current_mode->conf; in max1363_set_scan_mode()
835 st->configbyte &= ~MAX1363_SCAN_MASK; in max1363_monitor_mode_update()
842 st->configbyte &= ~(MAX1363_CHANNEL_SEL_MASK in max1363_monitor_mode_update()
845 st->configbyte |= MAX1363_CONFIG_SCAN_MONITOR_MODE; in max1363_monitor_mode_update()
847 st->configbyte |= max1363_mode_table[s0to3].conf; in max1363_monitor_mode_update()
850 st->configbyte |= max1363_mode_table[d0m1to2m3].conf; in max1363_monitor_mode_update()
853 st->configbyte |= max1363_mode_table[d1m0to3m2].conf; in max1363_monitor_mode_update()
863 tx_buf[0] = st->configbyte; in max1363_monitor_mode_update()
1444 st->configbyte = MAX1363_CONFIG_BYTE(st->configbyte); in max1363_initial_setup()