Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5111.c80 uint32_t refClk, reg32, data2111; in ar5111SetChannel() local
151 data2111 = ((ath_hal_reverseBits(ci->channelSelect, 8) & 0xff) in ar5111SetChannel()
166 data2111 = 0; in ar5111SetChannel()
179 OS_REG_WRITE(ah, AR_PHY(0x27), ((data2111 & 0xff) << 8) | (reg32 & 0xff)); in ar5111SetChannel()
181 OS_REG_WRITE(ah, AR_PHY(0x34), (data2111 & 0xff00) | (reg32 & 0xff)); in ar5111SetChannel()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_reset.c815 uint32_t refClk, reg32, data2111; in ar5211SetChannel() local
823 data2111 = ((ath_hal_reverseBits(ci->channelSelect, 8) & 0xff) in ar5211SetChannel()
828 data2111 = 0; in ar5211SetChannel()
842 OS_REG_WRITE(ah, AR_PHY(0x27), ((data2111 & 0xff) << 8) | (reg32 & 0xff)); in ar5211SetChannel()
844 OS_REG_WRITE(ah, AR_PHY(0x34), (data2111 & 0xff00) | (reg32 & 0xff)); in ar5211SetChannel()