Home
last modified time | relevance | path

Searched refs:modesIndex (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dar9003_phy.c885 u32 modesIndex; in ar9003_hw_process_ini() local
888 modesIndex = IS_CHAN_HT40(chan) ? 2 : 1; in ar9003_hw_process_ini()
890 modesIndex = IS_CHAN_HT40(chan) ? 3 : 4; in ar9003_hw_process_ini()
896 ar9003_hw_prog_ini(ah, &ah->iniSOC[i], modesIndex); in ar9003_hw_process_ini()
897 ar9003_hw_prog_ini(ah, &ah->iniMac[i], modesIndex); in ar9003_hw_process_ini()
898 ar9003_hw_prog_ini(ah, &ah->iniBB[i], modesIndex); in ar9003_hw_process_ini()
899 ar9003_hw_prog_ini(ah, &ah->iniRadio[i], modesIndex); in ar9003_hw_process_ini()
903 modesIndex); in ar9003_hw_process_ini()
921 modesIndex, regWrites); in ar9003_hw_process_ini()
930 modesIndex, regWrites); in ar9003_hw_process_ini()
[all …]
Dar9002_hw.c430 u32 modesIndex; in ar9002_hw_load_ani_reg() local
434 modesIndex = IS_CHAN_HT40(chan) ? 2 : 1; in ar9002_hw_load_ani_reg()
436 modesIndex = IS_CHAN_HT40(chan) ? 3 : 4; in ar9002_hw_load_ani_reg()
442 u32 val = INI_RA(&ah->iniModes_9271_ANI_reg, i, modesIndex); in ar9002_hw_load_ani_reg()
Dar5008_phy.c504 u16 modesIndex) in ar5008_hw_set_rf_regs() argument
524 ah->analogBank6Data[i] = INI_RA(&ah->iniBank6, i, modesIndex); in ar5008_hw_set_rf_regs()
549 REG_WRITE_ARRAY(&bank3, modesIndex, regWrites); in ar5008_hw_set_rf_regs()
703 u32 modesIndex, freqIndex; in ar5008_hw_process_ini() local
707 modesIndex = IS_CHAN_HT40(chan) ? 2 : 1; in ar5008_hw_process_ini()
710 modesIndex = IS_CHAN_HT40(chan) ? 3 : 4; in ar5008_hw_process_ini()
731 u32 val = INI_RA(&ah->iniModes, i, modesIndex); in ar5008_hw_process_ini()
750 REG_WRITE_ARRAY(&ah->iniModesRxGain, modesIndex, regWrites); in ar5008_hw_process_ini()
754 REG_WRITE_ARRAY(&ah->iniModesTxGain, modesIndex, regWrites); in ar5008_hw_process_ini()
784 REG_WRITE_ARRAY(&ah->iniModesFastClock, modesIndex, in ar5008_hw_process_ini()
Dhw-ops.h154 u16 modesIndex) in ath9k_hw_set_rf_regs() argument
159 return ath9k_hw_private_ops(ah)->set_rf_regs(ah, chan, modesIndex); in ath9k_hw_set_rf_regs()
Dhw.h646 u16 modesIndex);