Home
last modified time | relevance | path

Searched refs:ah_iniPcieSerdes (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_hw.c813 INIT_INI_ARRAY(&ahp->ah_iniPcieSerdes, in ath9k_hw_do_attach()
818 INIT_INI_ARRAY(&ahp->ah_iniPcieSerdes, in ath9k_hw_do_attach()
832 INIT_INI_ARRAY(&ahp->ah_iniPcieSerdes, in ath9k_hw_do_attach()
836 INIT_INI_ARRAY(&ahp->ah_iniPcieSerdes, in ath9k_hw_do_attach()
849 INIT_INI_ARRAY(&ahp->ah_iniPcieSerdes, in ath9k_hw_do_attach()
853 INIT_INI_ARRAY(&ahp->ah_iniPcieSerdes, in ath9k_hw_do_attach()
2966 for (i = 0; i < ahp->ah_iniPcieSerdes.ia_rows; i++) { in ath9k_hw_configpcipowersave()
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 Darn_hw.h956 struct ar5416IniArray ah_iniPcieSerdes; member