Searched refs:regWrites (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/net/wireless/ath/ath9k/ |
D | ar5008_phy.c | 531 int regWrites = 0; in ar5008_hw_set_rf_regs() local 568 REG_WRITE_ARRAY(&bank0, 1, regWrites); in ar5008_hw_set_rf_regs() 569 REG_WRITE_ARRAY(&bank1, 1, regWrites); in ar5008_hw_set_rf_regs() 570 REG_WRITE_ARRAY(&bank2, 1, regWrites); in ar5008_hw_set_rf_regs() 571 REG_WRITE_ARRAY(&bank3, modesIndex, regWrites); in ar5008_hw_set_rf_regs() 572 ar5008_write_bank6(ah, ®Writes); in ar5008_hw_set_rf_regs() 573 REG_WRITE_ARRAY(&bank7, 1, regWrites); in ar5008_hw_set_rf_regs() 726 int i, regWrites = 0; in ar5008_hw_process_ini() local 748 REG_WRITE_ARRAY(&ah->iniAddac, 1, regWrites); in ar5008_hw_process_ini() 768 DO_DELAY(regWrites); in ar5008_hw_process_ini() [all …]
|
D | ar9003_phy.c | 745 unsigned int i, regWrites = 0; in ar9003_hw_prog_ini() local 765 DO_DELAY(regWrites); in ar9003_hw_prog_ini() 858 unsigned int regWrites = 0, i; in ar9003_hw_process_ini() local 885 REG_WRITE_ARRAY(&ah->iniModesRxGain, 1, regWrites); in ar9003_hw_process_ini() 893 1, regWrites); in ar9003_hw_process_ini() 895 modesIndex, regWrites); in ar9003_hw_process_ini() 904 modesIndex, regWrites); in ar9003_hw_process_ini() 910 regWrites); in ar9003_hw_process_ini() 914 modesIndex, regWrites); in ar9003_hw_process_ini() 932 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()
|