Home
last modified time | relevance | path

Searched refs:ah_configPCIE (Results 1 – 12 of 12) sorted by relevance

/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_stub.c45 ah->ah_configPCIE = ar9300_Stub_ConfigPCIE; in ar9300_set_stub_functions()
HDar9300_freebsd.c124 ah->ah_configPCIE = ar9300_config_pcie_freebsd; in ar9300_attach_freebsd_ops()
/NextBSD/sys/dev/ath/ath_hal/ar5210/
HDar5210_attach.c50 .ah_configPCIE = ar5210ConfigPCIE,
/NextBSD/sys/dev/ath/ath_hal/ar9002/
HDar9287_attach.c153 ah->ah_configPCIE = ar9287ConfigPCIE; in ar9287Attach()
HDar9285_attach.c179 ah->ah_configPCIE = ar9285ConfigPCIE; in ar9285Attach()
HDar9280_attach.c196 ah->ah_configPCIE = ar9280ConfigPCIE; in ar9280Attach()
/NextBSD/sys/dev/ath/ath_hal/ar5211/
HDar5211_attach.c50 .ah_configPCIE = ar5211ConfigPCIE,
/NextBSD/sys/dev/ath/ath_hal/
HDah_internal.h461 (_ah)->ah_configPCIE(_ah, _reset, _poweroff)
HDah.h1363 void __ahdecl(*ah_configPCIE)(struct ath_hal *, HAL_BOOL restore, member
/NextBSD/sys/dev/ath/ath_hal/ar5212/
HDar5212_attach.c46 .ah_configPCIE = ar5212ConfigPCIE,
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_attach.c103 ah->ah_configPCIE = ar5416ConfigPCIE; in ar5416InitState()
/NextBSD/sys/dev/ath/
HDif_athvar.h1435 ((*(_ah)->ah_configPCIE)((_ah), (_restore), (_poweroff)))