Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/powerpc/powermac/
HDuninorthpci.c150 sc->sc_ver = 0; in uninorth_attach()
153 sc->sc_ver = 3; in uninorth_attach()
155 sc->sc_ver = 4; in uninorth_attach()
253 if (sc->pci_sc.sc_bus == bus && sc->sc_ver < 4) { in uninorth_enable_config()
267 if (sc->sc_ver == 4) in uninorth_enable_config()
HDuninorthvar.h39 int sc_ver; member
/freebsd-14-stable/sys/dev/atopcase/
HDatopcase_var.h85 uint16_t sc_ver; member
HDatopcase.c194 sc->sc_ver = le16toh(dev->ver); in atopcase_process_message()
452 ac->hw.idVersion = sc->sc_ver; in atopcase_add_child()
/freebsd-14-stable/sys/dev/usb/net/
HDif_urereg.h601 u_int sc_ver; member
HDif_ure.c877 sc->sc_ver = ver; in ure_read_chipver()
943 sbuf_printf(&sb, "%04x", sc->sc_ver); in ure_sysctl_chipver()