Searched refs:carl9170_def_val (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | phy.c | 406 static u32 carl9170_def_val(u32 reg, bool is_2ghz, bool is_40mhz) in carl9170_def_val() function 459 val = carl9170_def_val(AR9170_PHY_REG_SETTLING, in carl9170_init_phy_from_eeprom() 472 val = carl9170_def_val(AR9170_PHY_REG_RF_CTL4, is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom() 480 val = carl9170_def_val(AR9170_PHY_REG_RF_CTL3, is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom() 485 val = carl9170_def_val(0x1c8864, is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom() 490 val = carl9170_def_val(AR9170_PHY_REG_RXGAIN, is_2ghz, is_40mhz); in carl9170_init_phy_from_eeprom() 495 val = carl9170_def_val(AR9170_PHY_REG_RXGAIN_CHAIN_2, in carl9170_init_phy_from_eeprom() 509 val = carl9170_def_val(AR9170_PHY_REG_GAIN_2GHZ_CHAIN_2, in carl9170_init_phy_from_eeprom() 515 val = carl9170_def_val(AR9170_PHY_REG_TIMING_CTRL4(0), in carl9170_init_phy_from_eeprom() 522 val = carl9170_def_val(AR9170_PHY_REG_TIMING_CTRL4(2), in carl9170_init_phy_from_eeprom() [all …]
|