Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Ddcreg.h79 #define DC_TYPE_ASIX 0x5 /* ASIX AX88140A/AX88141 */ macro
105 #define DC_IS_ASIX(x) (x->dc_type == DC_TYPE_ASIX)
H A Ddc.c1593 case DC_TYPE_ASIX: in dc_attach()
/openbsd/sys/dev/pci/
H A Dif_dc_pci.c362 sc->dc_type = DC_TYPE_ASIX; in dc_pci_attach()