Home
last modified time | relevance | path

Searched refs:ar9300_eeprom_get (Results 1 – 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_attach.c2701 ahpriv->ah_devType = (u_int16_t)ar9300_eeprom_get(ahp, EEP_DEV_TYPE); in ar9300_fill_capability_info()
2702 eeval = ar9300_eeprom_get(ahp, EEP_REG_0); in ar9300_fill_capability_info()
2711 eeval = ar9300_eeprom_get(ahp, EEP_REG_1); in ar9300_fill_capability_info()
2715 cap_field = ar9300_eeprom_get(ahp, EEP_OP_CAP); in ar9300_fill_capability_info()
2719 eeval = ar9300_eeprom_get(ahp, EEP_OP_MODE); in ar9300_fill_capability_info()
2743 p_cap->halTxChainMask = ar9300_eeprom_get(ahp, EEP_TX_MASK); in ar9300_fill_capability_info()
2744 p_cap->halRxChainMask = ar9300_eeprom_get(ahp, EEP_RX_MASK); in ar9300_fill_capability_info()
2883 ahpriv->ah_rfsilent = ar9300_eeprom_get(ahp, EEP_RF_SILENT); in ar9300_fill_capability_info()
3009 p_cap->halPaprdEnabled = ar9300_eeprom_get(ahp, EEP_PAPRD_ENABLED); in ar9300_fill_capability_info()
3039 p_cap->halApmEnable = !! ar9300_eeprom_get(ahp, EEP_CHAIN_MASK_REDUCE); in ar9300_fill_capability_info()
[all …]
H A Dar9300_eeprom.c461 ar9300_eeprom_get(struct ath_hal_9300 *ahp, EEPROM_PARAM param) in ar9300_eeprom_get() function
1267 int internal_regulator = ar9300_eeprom_get(ahp, EEP_INTERNAL_REGULATOR); in ar9300_internal_regulator_apply()
1409 int swreg = ar9300_eeprom_get(ahp, EEP_SWREG); in ar9300_internal_regulator_apply()
1413 int swreg = ar9300_eeprom_get(ahp, EEP_SWREG); in ar9300_internal_regulator_apply()
1461 drive_strength = ar9300_eeprom_get(ahp, EEP_DRIVE_STRENGTH); in ar9300_drive_strength_apply()
1741 value = ar9300_eeprom_get(ahp, EEP_ANTDIV_control); in ar9300_ant_ctrl_apply()
2977 if (ar9300_eeprom_get(ahp, EEP_PAPRD_ENABLED)) { in ar9300_eeprom_set_transmit_power()
3082 if (ar9300_eeprom_get(ahp, EEP_PAPRD_ENABLED)) { in ar9300_eeprom_set_transmit_power()
H A Dar9300.h904 ((ar9300_eeprom_get(AH9300(_ah), EEP_MINOR_REV) <= AR9300_EEP_MINOR_VER_16) || \
905 (ar9300_eeprom_get(AH9300(_ah), EEP_FSTCLK_5G))))
1579 extern u_int32_t ar9300_eeprom_get(struct ath_hal_9300 *ahp, EEPROM_PARAM param);
H A Dar9300eep.h494 #define IS_EEP_MINOR_V3(_ahp) (ar9300_eeprom_get((_ahp), EEP_MINOR_REV) >= AR9300_EEP_MINOR_VER_3)
H A Dar9300_reset.c598 *nft = (int8_t)ar9300_eeprom_get(ahp, EEP_NFTHRESH_5); in get_noise_floor_thresh()
605 *nft = (int8_t)ar9300_eeprom_get(ahp, EEP_NFTHRESH_2); in get_noise_floor_thresh()
6487 value = ar9300_eeprom_get(ahp, EEP_ANTDIV_control); in ar9300_ant_ctrl_set_lna_div_use_bt_ant()
H A Dar9300_misc.c835 return (ar9300_eeprom_get(ahp, EEP_OL_PWRCTRL)) ? in ar9300_get_capability()