Home
last modified time | relevance | path

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

/netbsd/src/sys/external/isc/atheros_hal/dist/ar5212/
Dar5111.c80 uint32_t refClk, reg32, data2111; in ar5111SetChannel() local
172 refClk = 1; in ar5111SetChannel()
175 refClk = 0; in ar5111SetChannel()
178 reg32 = (reg32 << 2) | (refClk << 1) | (1 << 10) | 0x1; in ar5111SetChannel()
/netbsd/src/sys/external/isc/atheros_hal/dist/ar5211/
Dar5211_reset.c815 uint32_t refClk, reg32, data2111; in ar5211SetChannel() local
835 refClk = 1; in ar5211SetChannel()
838 refClk = 0; in ar5211SetChannel()
841 reg32 = (reg32 << 2) | (refClk << 1) | (1 << 10) | 0x1; in ar5211SetChannel()