Searched refs:regWrites (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/net/wireless/ath/ath9k/ |
D | ar5008_phy.c | 511 int regWrites = 0; in ar5008_hw_set_rf_regs() local 548 REG_WRITE_ARRAY(&bank0, 1, regWrites); in ar5008_hw_set_rf_regs() 549 REG_WRITE_ARRAY(&bank1, 1, regWrites); in ar5008_hw_set_rf_regs() 550 REG_WRITE_ARRAY(&bank2, 1, regWrites); in ar5008_hw_set_rf_regs() 551 REG_WRITE_ARRAY(&bank3, modesIndex, regWrites); in ar5008_hw_set_rf_regs() 552 ar5008_write_bank6(ah, ®Writes); in ar5008_hw_set_rf_regs() 553 REG_WRITE_ARRAY(&bank7, 1, regWrites); in ar5008_hw_set_rf_regs() 706 int i, regWrites = 0; in ar5008_hw_process_ini() local 728 REG_WRITE_ARRAY(&ah->iniAddac, 1, regWrites); in ar5008_hw_process_ini() 748 DO_DELAY(regWrites); in ar5008_hw_process_ini() [all …]
|
D | ar9003_phy.c | 754 unsigned int i, regWrites = 0; in ar9003_hw_prog_ini() local 774 DO_DELAY(regWrites); in ar9003_hw_prog_ini() 867 unsigned int regWrites = 0, i; in ar9003_hw_process_ini() local 894 REG_WRITE_ARRAY(&ah->iniModesRxGain, 1, regWrites); in ar9003_hw_process_ini() 902 1, regWrites); in ar9003_hw_process_ini() 904 modesIndex, regWrites); in ar9003_hw_process_ini() 913 modesIndex, regWrites); in ar9003_hw_process_ini() 919 regWrites); in ar9003_hw_process_ini() 923 modesIndex, regWrites); in ar9003_hw_process_ini() 941 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()
|