Home
last modified time | relevance | path

Searched refs:ath_hal_ini_write (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_attach.c373 ath_hal_ini_write(ah, &AH5416(ah)->ah_ini_pcieserdes, 1, 0); in ar9287ConfigPCIE()
416 regWrites = ath_hal_ini_write(ah, &AH5212(ah)->ah_ini_modes, modesIndex, regWrites); in ar9287WriteIni()
417 regWrites = ath_hal_ini_write(ah, &AH9287(ah)->ah_ini_rxgain, modesIndex, regWrites); in ar9287WriteIni()
418 regWrites = ath_hal_ini_write(ah, &AH9287(ah)->ah_ini_txgain, modesIndex, regWrites); in ar9287WriteIni()
419 regWrites = ath_hal_ini_write(ah, &AH5212(ah)->ah_ini_common, 1, regWrites); in ar9287WriteIni()
H A Dar9280_attach.c431 ath_hal_ini_write(ah, &AH5416(ah)->ah_ini_pcieserdes, 1, 0); in ar9280ConfigPCIE()
529 regWrites = ath_hal_ini_write(ah, &AH5212(ah)->ah_ini_modes, in ar9280WriteIni()
550 regWrites = ath_hal_ini_write(ah, &AH9280(ah)->ah_ini_rxgain, in ar9280WriteIni()
552 regWrites = ath_hal_ini_write(ah, &AH9280(ah)->ah_ini_txgain, in ar9280WriteIni()
556 regWrites = ath_hal_ini_write(ah, &AH5212(ah)->ah_ini_common, in ar9280WriteIni()
561 regWrites = ath_hal_ini_write(ah, &AH9280(ah)->ah_ini_xmodes, in ar9280WriteIni()
H A Dar9285_attach.c424 ath_hal_ini_write(ah, &AH5416(ah)->ah_ini_pcieserdes, 1, 0); in ar9285ConfigPCIE()
507 regWrites = ath_hal_ini_write(ah, &AH5212(ah)->ah_ini_modes, in ar9285WriteIni()
510 regWrites = ath_hal_ini_write(ah, &AH9285(ah)->ah_ini_txgain, in ar9285WriteIni()
513 regWrites = ath_hal_ini_write(ah, &AH5212(ah)->ah_ini_common, in ar9285WriteIni()
H A Dar9287.c49 (void) ath_hal_ini_write(ah, &AH5416(ah)->ah_ini_bb_rfgain, in ar9287WriteRegs()
99 ath_hal_ini_write(ah, in ar9287SetChannel()
103 ath_hal_ini_write(ah, in ar9287SetChannel()
H A Dar9280.c49 (void) ath_hal_ini_write(ah, &AH5416(ah)->ah_ini_bb_rfgain, in ar9280WriteRegs()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c529 ath_hal_ini_write(ah, &AH5416(ah)->ah_ini_pcieserdes, 1, 0); in ar5416ConfigPCIE()
619 regWrites = ath_hal_ini_write(ah, &AH5416(ah)->ah_ini_addac, 1, in ar5416WriteIni()
623 regWrites = ath_hal_ini_write(ah, &AH5212(ah)->ah_ini_modes, in ar5416WriteIni()
625 regWrites = ath_hal_ini_write(ah, &AH5212(ah)->ah_ini_common, in ar5416WriteIni()
H A Dar2133.c56 (void) ath_hal_ini_write(ah, &AH5416(ah)->ah_ini_bb_rfgain, in ar2133WriteRegs()
/freebsd/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_reset.c229 regWrites = ath_hal_ini_write(ah, &ahp->ah_ini_modes, modesIndex, 0); in ar5312Reset()
/freebsd/sys/dev/ath/ath_hal/
H A Dah_internal.h941 extern int ath_hal_ini_write(struct ath_hal *ah, const HAL_INI_ARRAY *ia,
H A Dah.c1310 ath_hal_ini_write(struct ath_hal *ah, const HAL_INI_ARRAY *ia, in ath_hal_ini_write() function
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_reset.c299 regWrites = ath_hal_ini_write(ah, &ahp->ah_ini_modes, modesIndex, 0); in ar5212Reset()