Searched refs:INI_RA (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/io/arn/ |
H A D | arn_phy.h | 529 REG_WRITE(ah, INI_RA((iniarray), r, 0), (regData)[r]); \ 546 (_bank)[i] = INI_RA((_iniarray), i, _col); \
|
H A D | arn_hw.h | 765 #define INI_RA(iniarray, row, column) \ macro 985 REG_WRITE(ah, INI_RA((iniarray), (r), 0), \ 986 INI_RA((iniarray), r, (column))); \
|
H A D | arn_hw.c | 995 INI_RA(&ahp->ah_iniModes, i, 0); in ath9k_hw_do_attach() 999 = INI_RA(&ahp->ah_iniModes, i, j); in ath9k_hw_do_attach() 1001 INI_RA(&ahp->ah_iniModes, i, j) = in ath9k_hw_do_attach() 1476 uint32_t reg = INI_RA(&ahp->ah_iniModes, i, 0); in ath9k_hw_process_ini() 1477 uint32_t val = INI_RA(&ahp->ah_iniModes, i, modesIndex); in ath9k_hw_process_ini() 1503 uint32_t reg = INI_RA(&ahp->ah_iniCommon, i, 0); in ath9k_hw_process_ini() 1504 uint32_t val = INI_RA(&ahp->ah_iniCommon, i, 1); in ath9k_hw_process_ini() 2967 REG_WRITE(ah, INI_RA(&ahp->ah_iniPcieSerdes, i, 0), in ath9k_hw_configpcipowersave() 2968 INI_RA(&ahp->ah_iniPcieSerdes, i, 1)); in ath9k_hw_configpcipowersave()
|
H A D | arn_eeprom.c | 2148 INI_RA(&ahp->ah_iniAddac, 7, 1) = in ath9k_hw_set_def_addac() 2149 (INI_RA(&ahp->ah_iniAddac, 7, 1) & in ath9k_hw_set_def_addac() 2152 INI_RA(&ahp->ah_iniAddac, 6, 1) = in ath9k_hw_set_def_addac() 2153 (INI_RA(&ahp->ah_iniAddac, 6, 1) & in ath9k_hw_set_def_addac() 2178 INI_RA(&ahp->ah_iniAddac, 7, 1) = in ath9k_hw_set_4k_addac() 2179 (INI_RA(&ahp->ah_iniAddac, 7, 1) & (~0x18)) | in ath9k_hw_set_4k_addac()
|
H A D | arn_phy.c | 237 INI_RA(&ahp->ah_iniBank6TPC, i, modesIndex); in ath9k_hw_set_rf_regs()
|