Home
last modified time | relevance | path

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

/freebsd/sys/dev/dc/
H A Dif_dc.c1345 if (DC_IS_INTEL(sc) || DC_IS_MACRONIX(sc) || DC_IS_PNIC(sc) || in dc_setfilt()
1411 if (DC_IS_INTEL(sc)) { in dc_setcfg()
1445 if (DC_IS_INTEL(sc)) { in dc_setcfg()
1469 if (DC_IS_INTEL(sc)) { in dc_setcfg()
1526 DC_IS_XIRCOM(sc) || DC_IS_INTEL(sc) || DC_IS_ULI(sc)) { in dc_reset()
1548 if (DC_IS_INTEL(sc)) { in dc_reset()
2244 if (DC_IS_INTEL(sc) || DC_IS_XIRCOM(sc)) { in dc_attach()
2257 if (DC_IS_INTEL(sc)) { in dc_attach()
2363 if (DC_IS_INTEL(sc) && sc->dc_srom != NULL) { in dc_attach()
2400 if (DC_IS_INTEL(sc)) { in dc_attach()
[all …]
H A Ddcphy.c338 if (DC_IS_INTEL(dc_sc)) in dcphy_status()
358 if (DC_IS_INTEL(dc_sc)) in dcphy_status()
H A Dif_dcreg.h97 #define DC_IS_INTEL(x) (x->dc_type == DC_TYPE_21143) macro