Searched refs:regWrites (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | ar5008_phy.c | 518 int regWrites = 0; in ar5008_hw_set_rf_regs() local 555 REG_WRITE_ARRAY(&bank0, 1, regWrites); in ar5008_hw_set_rf_regs() 556 REG_WRITE_ARRAY(&bank1, 1, regWrites); in ar5008_hw_set_rf_regs() 557 REG_WRITE_ARRAY(&bank2, 1, regWrites); in ar5008_hw_set_rf_regs() 558 REG_WRITE_ARRAY(&bank3, modesIndex, regWrites); in ar5008_hw_set_rf_regs() 559 ar5008_write_bank6(ah, ®Writes); in ar5008_hw_set_rf_regs() 560 REG_WRITE_ARRAY(&bank7, 1, regWrites); in ar5008_hw_set_rf_regs() 711 int i, regWrites = 0; in ar5008_hw_process_ini() local 733 REG_WRITE_ARRAY(&ah->iniAddac, 1, regWrites); in ar5008_hw_process_ini() 753 DO_DELAY(regWrites); in ar5008_hw_process_ini() [all …]
|
D | ar9003_phy.c | 771 unsigned int i, regWrites = 0; in ar9003_hw_prog_ini() local 791 DO_DELAY(regWrites); in ar9003_hw_prog_ini() 884 unsigned int regWrites = 0, i; in ar9003_hw_process_ini() local 911 REG_WRITE_ARRAY(&ah->iniModesRxGain, 1, regWrites); in ar9003_hw_process_ini() 919 1, regWrites); in ar9003_hw_process_ini() 921 modesIndex, regWrites); in ar9003_hw_process_ini() 930 modesIndex, regWrites); in ar9003_hw_process_ini() 936 regWrites); in ar9003_hw_process_ini() 940 modesIndex, regWrites); in ar9003_hw_process_ini() 958 regWrites); in ar9003_hw_process_ini() [all …]
|
D | ar9002_phy.c | 81 int regWrites = 0; in ar9002_hw_set_channel() local 92 1, regWrites); in ar9002_hw_set_channel() 95 1, regWrites); in ar9002_hw_set_channel()
|