Searched refs:modesIndex (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/wireless/ath/ath9k/ |
A D | ar9003_phy.c | 868 u32 modesIndex; in ar9003_hw_process_ini() local 886 modesIndex); in ar9003_hw_process_ini() 904 modesIndex, regWrites); in ar9003_hw_process_ini() 913 modesIndex, regWrites); in ar9003_hw_process_ini() 923 modesIndex, regWrites); in ar9003_hw_process_ini() 952 modesIndex, regWrites); in ar9003_hw_process_ini() 970 ah->modes_index = modesIndex; in ar9003_hw_process_ini() 1681 u32 modesIndex, txgain_index; in ar9003_hw_fast_chan_change() local 1702 modesIndex); in ar9003_hw_fast_chan_change() 1714 modesIndex, regWrites); in ar9003_hw_fast_chan_change() [all …]
|
A D | ar5008_phy.c | 526 u16 modesIndex) in ar5008_hw_set_rf_regs() argument 546 ah->analogBank6Data[i] = INI_RA(&ah->iniBank6, i, modesIndex); in ar5008_hw_set_rf_regs() 571 REG_WRITE_ARRAY(&bank3, modesIndex, regWrites); in ar5008_hw_set_rf_regs() 727 u32 modesIndex, freqIndex; in ar5008_hw_process_ini() local 731 modesIndex = IS_CHAN_HT40(chan) ? 2 : 1; in ar5008_hw_process_ini() 734 modesIndex = IS_CHAN_HT40(chan) ? 3 : 4; in ar5008_hw_process_ini() 755 u32 val = INI_RA(&ah->iniModes, i, modesIndex); in ar5008_hw_process_ini() 774 REG_WRITE_ARRAY(&ah->iniModesRxGain, modesIndex, regWrites); in ar5008_hw_process_ini() 778 REG_WRITE_ARRAY(&ah->iniModesTxGain, modesIndex, regWrites); in ar5008_hw_process_ini() 808 REG_WRITE_ARRAY(&ah->iniModesFastClock, modesIndex, in ar5008_hw_process_ini()
|
A D | ar9002_hw.c | 428 u32 modesIndex; in ar9002_hw_load_ani_reg() local 432 modesIndex = IS_CHAN_HT40(chan) ? 2 : 1; in ar9002_hw_load_ani_reg() 434 modesIndex = IS_CHAN_HT40(chan) ? 3 : 4; in ar9002_hw_load_ani_reg() 440 u32 val = INI_RA(&ah->iniModes_9271_ANI_reg, i, modesIndex); in ar9002_hw_load_ani_reg()
|
A D | hw-ops.h | 154 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()
|
A D | hw.h | 649 u16 modesIndex);
|
Completed in 20 milliseconds