Home
last modified time | relevance | path

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

/netbsd/src/sys/external/isc/atheros_hal/dist/ar5210/
Dar5210_attach.c184 uint32_t revid, pcicfg; in ar5210Attach() local
240 revid = (OS_REG_READ(ah, AR_PHY_BASE + (256 << 2)) >> 28) & 0xf; in ar5210Attach()
243 AH_PRIVATE(ah)->ah_analog5GhzRev = ath_hal_reverseBits(revid, 4) + 1; in ar5210Attach()
/netbsd/src/sys/dev/ic/
Dbwi.c6872 uint8_t revid = sc->sc_pci_revid; in bwi_bbp_attach() local
6887 info = __SHIFTIN(revid, BWI_INFO_BBPREV_MASK) | in bwi_bbp_attach()