Home
last modified time | relevance | path

Searched refs:sc_ver (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/powerpc/powermac/
H A Duninorthpci.c149 sc->sc_ver = 0; in uninorth_attach()
152 sc->sc_ver = 3; in uninorth_attach()
154 sc->sc_ver = 4; in uninorth_attach()
252 if (sc->pci_sc.sc_bus == bus && sc->sc_ver < 4) { in uninorth_enable_config()
266 if (sc->sc_ver == 4) in uninorth_enable_config()
H A Duninorthvar.h39 int sc_ver; member
/freebsd/sys/dev/atopcase/
H A Datopcase_var.h85 uint16_t sc_ver; member
H A Datopcase.c194 sc->sc_ver = le16toh(dev->ver); in atopcase_process_message()
452 ac->hw.idVersion = sc->sc_ver; in atopcase_add_child()
/freebsd/sys/dev/usb/net/
H A Dif_urereg.h601 u_int sc_ver; member
H A Dif_ure.c875 sc->sc_ver = ver; in ure_read_chipver()
941 sbuf_printf(&sb, "%04x", sc->sc_ver); in ure_sysctl_chipver()