Home
last modified time | relevance | path

Searched refs:ath_hal_printf (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/sys/external/isc/atheros_hal/dist/ar5312/
H A Dar5312_attach.c161 ath_hal_printf(ah, "%s: Mac Chip Rev 0x%02x.%x is not supported by " in ar5312Attach()
193 ath_hal_printf(ah, "%s: 5112 Rev 1 is not supported by this " in ar5312Attach()
224 ath_hal_printf(ah, "%s: 2G Radio Chip Rev 0x%02X is not " in ar5312Attach()
301 ath_hal_printf(ah, "Invalid WLAN wmac index (%d)\n", in ar5312GetMacAddr()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_reset.c652 ath_hal_printf(ah, "%s: empty transmit power table?\n", __func__); in getPcdac()
691 ath_hal_printf(ah, in getGainF()
760 ath_hal_printf(ah, in setupPowerSettings()
854 ath_hal_printf(ah, "%s: unable to setup power settings\n", in ar5210SetTransmitPower()
861 ath_hal_printf(ah, "%s: OB out of range (%u)\n", in ar5210SetTransmitPower()
868 ath_hal_printf(ah, "%s: DB out of range (%u)\n", in ar5210SetTransmitPower()
964 ath_hal_printf(ah, " -PHY NF Reg state: 0x%x\n", in ar5210CalNoiseFloor()
966 ath_hal_printf(ah, " -MAC Reset Reg state: 0x%x\n", in ar5210CalNoiseFloor()
968 ath_hal_printf(ah, " -PHY Active Reg state: 0x%x\n", in ar5210CalNoiseFloor()
H A Dar5210_recv.c72 ath_hal_printf(ah, "ar5210: dma receive failed to stop in 10ms\n"); in ar5210StopDmaReceive()
73 ath_hal_printf(ah, "AR_CR=0x%x\n", OS_REG_READ(ah, AR_CR)); in ar5210StopDmaReceive()
74 ath_hal_printf(ah, "AR_DIAG_SW=0x%x\n", OS_REG_READ(ah, AR_DIAG_SW)); in ar5210StopDmaReceive()
H A Dar5210_power.c69 ath_hal_printf(ah, "%s: Failed to wakeup in %ums\n", in ar5210SetPowerModeAwake()
H A Dar5210_beacon.c170 ath_hal_printf(ah, "%s: invalid beacon miss threshold %u\n", in ar5210SetStaBeaconTimers()
H A Dar5210_xmit.c301 ath_hal_printf(ah, "%s: TXE asserted; AR_CR=0x%x\n", in ar5210SetTxDP()
/netbsd-src/sys/external/isc/atheros_hal/ic/
H A Dah_osdep.c56 extern void ath_hal_printf(struct ath_hal *, const char*, ...)
158 ath_hal_printf(struct ath_hal *ah, const char* fmt, ...) in ath_hal_printf() function
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_power.c58 ath_hal_printf(ah, "%s: Failed to wakeup in %ums\n", in ar5211SetPowerModeAwake()
H A Dar5211_recv.c67 ath_hal_printf(ah, "%s failed to stop in 10ms\n" in ar5211StopDmaReceive()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar5416_power.c68 ath_hal_printf(ah, "%s: Failed to wakeup in %ums\n", in ar5416SetPowerModeAwake()
H A Dar5416_ani.c551 ath_hal_printf(ah,"%s: chan %u/0x%x restore %d setup %d opmode %u\n", in ar5416AniReset()
H A Dar9285_reset.c643ath_hal_printf(ah, "PDADC: Chain %d | PDADC %3d Value %3d | PDADC %3d Value %3d | PDADC %3d Value … in ar9285SetPowerCalTable()
H A Dar5416_reset.c1918ath_hal_printf(ah, "PDADC: Chain %d | PDADC %3d Value %3d | PDADC %3d Value %3d | PDADC %3d Value … in ar5416SetPowerCalTable()
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_power.c77 ath_hal_printf(ah, "%s: Failed to wakeup in %ums\n", in ar5212SetPowerModeAwake()
H A Dar5212_recv.c65 ath_hal_printf(ah, "%s: dma failed to stop in 10ms\n" in ar5212StopDmaReceive()
H A Dar5212_ani.c631 ath_hal_printf(ah,"%s: chan %u/0x%x restore %d setup %d opmode %u\n", in ar5212AniReset()
H A Dar5212_reset.c1329 ath_hal_printf(ah, "%s: AGC not ready AGC_CONTROL 0x%x\n", in ar5212GetNf()
/netbsd-src/sys/external/isc/atheros_hal/dist/
H A Dah_internal.h561 extern void ath_hal_printf(struct ath_hal *, const char*, ...)