Home
last modified time | relevance | path

Searched refs:sc_pci_revid (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/dev/pci/
H A Dif_bwi_pci.c187 sc->sc_pci_revid = PCI_REVISION(pa->pa_class); in bwi_pci_attach()
/netbsd/sys/dev/cardbus/
H A Dif_bwi_cardbus.c154 sc->sc_pci_revid = PCI_REVISION(ca->ca_class); in bwi_cardbus_attach()
/netbsd/sys/dev/ic/
H A Dbwivar.h539 uint8_t sc_pci_revid; member
H A Dbwi.c1600 if (BWI_IS_BRCM_BCM4309G(sc) && sc->sc_pci_revid < 0x51) { in bwi_mac_setup_tpctl()
1601 tpctl->rf_atten = sc->sc_pci_revid < 0x43 ? 2 : 3; in bwi_mac_setup_tpctl()
3690 if (!(BWI_IS_BRCM_BU4306(sc) && sc->sc_pci_revid == 0x17)) { in bwi_phy_config_11g()
6784 uint8_t revid = sc->sc_pci_revid; in bwi_bbp_attach()
7003 sc->sc_pci_revid > 0x40) in bwi_get_card_flags()