Searched refs:AR_SWITCH_TABLE_COM2_ALL (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/ |
H A D | ar9300_eeprom.c | 1602 #define AR_SWITCH_TABLE_COM2_ALL (0xffffff) in ar9300_ant_swcom_sel() macro 1609 AR_SWITCH_TABLE_COM2_ALL); in ar9300_ant_swcom_sel() 1615 AR_SWITCH_TABLE_COM2_ALL, *common_tbl2); in ar9300_ant_swcom_sel() 1713 #define AR_SWITCH_TABLE_COM2_ALL (0xffffff) in ar9300_ant_ctrl_apply() macro 1718 value &= ~AR_SWITCH_TABLE_COM2_ALL; in ar9300_ant_ctrl_apply() 1723 OS_REG_RMW_FIELD(ah, AR_PHY_SWITCH_COM_2, AR_SWITCH_TABLE_COM2_ALL, value); in ar9300_ant_ctrl_apply() 1852 OS_REG_RMW_FIELD(ah, AR_PHY_SWITCH_COM_2, AR_SWITCH_TABLE_COM2_ALL, in ar9300_ant_ctrl_apply()
|
H A D | ar9300_reset.c | 6477 #define AR_SWITCH_TABLE_COM2_ALL (0xffffff) in ar9300_ant_ctrl_set_lna_div_use_bt_ant() macro 6481 value &= ~AR_SWITCH_TABLE_COM2_ALL; in ar9300_ant_ctrl_set_lna_div_use_bt_ant() 6485 OS_REG_RMW_FIELD(ah, AR_PHY_SWITCH_COM_2, AR_SWITCH_TABLE_COM2_ALL, value); in ar9300_ant_ctrl_set_lna_div_use_bt_ant()
|