Searched refs:dc_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/dc/
H A Dif_dcreg.h85 (x->dc_type == DC_TYPE_98713 || \
86 x->dc_type == DC_TYPE_98713A || \
87 x->dc_type == DC_TYPE_987x5)
90 (x->dc_type == DC_TYPE_AL981 || \
91 x->dc_type == DC_TYPE_AN983)
94 (x->dc_type == DC_TYPE_ULI_M5261 || \
95 x->dc_type == DC_TYPE_ULI_M5263)
97 #define DC_IS_INTEL(x) (x->dc_type == DC_TYPE_21143)
98 #define DC_IS_ASIX(x) (x->dc_type == DC_TYPE_ASIX)
99 #define DC_IS_COMET(x) (x->dc_type
531 struct dc_type { struct
755 uint8_t dc_type; member in struct:dc_softc
1141 uint8_t dc_type; member in struct:dc_eblock_hdr
[all...]
H A Dif_dc.c153 static const struct dc_type dc_devs[] = {
240 static const struct dc_type *dc_devtype(device_t);
706 if (sc->dc_type == DC_TYPE_ULI_M5263) {
759 if (sc->dc_type == DC_TYPE_98713) {
764 if (sc->dc_type == DC_TYPE_98713)
788 if (sc->dc_type == DC_TYPE_ULI_M5263) {
832 if (sc->dc_type == DC_TYPE_98713) {
837 if (sc->dc_type == DC_TYPE_98713)
1416 if (sc->dc_type == DC_TYPE_98713)
1449 if (sc->dc_type
[all...]

Completed in 83 milliseconds