Searched refs:regWrites (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | ar5008_phy.c | 509 int regWrites = 0; in ar5008_hw_set_rf_regs() local 546 REG_WRITE_ARRAY(&bank0, 1, regWrites); in ar5008_hw_set_rf_regs() 547 REG_WRITE_ARRAY(&bank1, 1, regWrites); in ar5008_hw_set_rf_regs() 548 REG_WRITE_ARRAY(&bank2, 1, regWrites); in ar5008_hw_set_rf_regs() 549 REG_WRITE_ARRAY(&bank3, modesIndex, regWrites); in ar5008_hw_set_rf_regs() 550 ar5008_write_bank6(ah, ®Writes); in ar5008_hw_set_rf_regs() 551 REG_WRITE_ARRAY(&bank7, 1, regWrites); in ar5008_hw_set_rf_regs() 702 int i, regWrites = 0; in ar5008_hw_process_ini() local 724 REG_WRITE_ARRAY(&ah->iniAddac, 1, regWrites); in ar5008_hw_process_ini() 744 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() 935 modesIndex, regWrites); in ar9003_hw_process_ini() 940 regWrites); in ar9003_hw_process_ini() 959 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()
|