Home
last modified time | relevance | path

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

/freebsd/sys/dev/dc/
H A Dif_dcreg.h73 #define DC_TYPE_ASIX 0x5 /* ASIX AX88140A/AX88141 */ macro
98 #define DC_IS_ASIX(x) (x->dc_type == DC_TYPE_ASIX)
H A Dif_dc.c2188 sc->dc_type = DC_TYPE_ASIX; in dc_attach()
2288 case DC_TYPE_ASIX: in dc_attach()