Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300_attach.c2575 ahpriv->ah_devType = (u_int16_t)ar9300_eeprom_get(ahp, EEP_DEV_TYPE); in ar9300_fill_capability_info()
2576 eeval = ar9300_eeprom_get(ahp, EEP_REG_0); in ar9300_fill_capability_info()
2585 eeval = ar9300_eeprom_get(ahp, EEP_REG_1); in ar9300_fill_capability_info()
2589 cap_field = ar9300_eeprom_get(ahp, EEP_OP_CAP); in ar9300_fill_capability_info()
2593 eeval = ar9300_eeprom_get(ahp, EEP_OP_MODE); in ar9300_fill_capability_info()
2617 p_cap->halTxChainMask = ar9300_eeprom_get(ahp, EEP_TX_MASK); in ar9300_fill_capability_info()
2618 p_cap->halRxChainMask = ar9300_eeprom_get(ahp, EEP_RX_MASK); in ar9300_fill_capability_info()
2758 ahpriv->ah_rfsilent = ar9300_eeprom_get(ahp, EEP_RF_SILENT); in ar9300_fill_capability_info()
2883 p_cap->halPaprdEnabled = ar9300_eeprom_get(ahp, EEP_PAPRD_ENABLED); in ar9300_fill_capability_info()
2913 p_cap->halApmEnable = !! ar9300_eeprom_get(ahp, EEP_CHAIN_MASK_REDUCE); in ar9300_fill_capability_info()
[all …]
Dar9300_eeprom.c453 ar9300_eeprom_get(struct ath_hal_9300 *ahp, EEPROM_PARAM param) in ar9300_eeprom_get() function
1221 int internal_regulator = ar9300_eeprom_get(ahp, EEP_INTERNAL_REGULATOR); in ar9300_internal_regulator_apply()
1363 int swreg = ar9300_eeprom_get(ahp, EEP_SWREG); in ar9300_internal_regulator_apply()
1367 int swreg = ar9300_eeprom_get(ahp, EEP_SWREG); in ar9300_internal_regulator_apply()
1415 drive_strength = ar9300_eeprom_get(ahp, EEP_DRIVE_STRENGTH); in ar9300_drive_strength_apply()
1629 value = ar9300_eeprom_get(ahp, EEP_ANTDIV_control); in ar9300_ant_ctrl_apply()
2736 if (ar9300_eeprom_get(ahp, EEP_PAPRD_ENABLED)) { in ar9300_eeprom_set_transmit_power()
2813 if (ar9300_eeprom_get(ahp, EEP_PAPRD_ENABLED)) { in ar9300_eeprom_set_transmit_power()
Dar9300.h894 ((ar9300_eeprom_get(AH9300(_ah), EEP_MINOR_REV) <= AR9300_EEP_MINOR_VER_16) || \
895 (ar9300_eeprom_get(AH9300(_ah), EEP_FSTCLK_5G))))
1555 extern u_int32_t ar9300_eeprom_get(struct ath_hal_9300 *ahp, EEPROM_PARAM param);
Dar9300eep.h488 #define IS_EEP_MINOR_V3(_ahp) (ar9300_eeprom_get((_ahp), EEP_MINOR_REV) >= AR9300_EEP_MINOR_VER_3)
Dar9300_reset.c546 *nft = (int8_t)ar9300_eeprom_get(ahp, EEP_NFTHRESH_5); in get_noise_floor_thresh()
553 *nft = (int8_t)ar9300_eeprom_get(ahp, EEP_NFTHRESH_2); in get_noise_floor_thresh()
6144 value = ar9300_eeprom_get(ahp, EEP_ANTDIV_control); in ar9300_ant_ctrl_set_lna_div_use_bt_ant()
Dar9300_misc.c831 return (ar9300_eeprom_get(ahp, EEP_OL_PWRCTRL)) ? in ar9300_get_capability()