Home
last modified time | relevance | path

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

/trueos/sys/dev/ffec/
HDif_ffec.c155 uint8_t fectype; member
254 switch (sc->fectype & FECTYPE_MASK) in ffec_miigasket_setup()
1443 sc->fectype = ofw_bus_search_compatible(dev, compat_data)->ocd_data; in ffec_attach()
1723 uintptr_t fectype; in ffec_probe() local
1728 fectype = ofw_bus_search_compatible(dev, compat_data)->ocd_data; in ffec_probe()
1729 if (fectype == FECTYPE_NONE) in ffec_probe()
1732 device_set_desc(dev, (fectype & FECFLAG_GBE) ? in ffec_probe()