Home
last modified time | relevance | path

Searched refs:AR5312_PCICFG (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5312/
Dar5312_misc.c48 OS_REG_WRITE(ah, resOffset+AR5312_PCICFG, in ar5312SetLedState()
49 (OS_REG_READ(ah, AR5312_PCICFG) &~ in ar5312SetLedState()
Dar5312reg.h85 #define AR5312_PCICFG 0x00B0 /* MAC/PCI configuration reg (LEDs) */ macro
Dar5312_reset.c199 saveLedState = OS_REG_READ(ah, AR5312_PCICFG) & in ar5312Reset()
363 OS_REG_WRITE(ah, AR5312_PCICFG, OS_REG_READ(ah, AR_PCICFG) | saveLedState); in ar5312Reset()