Searched refs:HWTYPE_NONE (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/arm64/coresight/
H A Dcoresight_funnel.h66 #define HWTYPE_NONE 0 macro
H A Dcoresight_funnel_fdt.c54 { NULL, HWTYPE_NONE }
/freebsd-13-stable/sys/dev/mmc/host/
H A Ddwmmc_var.h45 HWTYPE_NONE, enumerator in enum:__anon13171
/freebsd-13-stable/sys/dev/usb/controller/
H A Dehci_mv.c107 HWTYPE_NONE = 0, enumerator in enum:mv_ehci_hwtype
116 {NULL, HWTYPE_NONE}
162 if (hwtype == HWTYPE_NONE) {
/freebsd-13-stable/sys/dev/altera/msgdma/
H A Dmsgdma.c117 #define HWTYPE_NONE 0 macro
123 { NULL, HWTYPE_NONE },
226 if (hwtype == HWTYPE_NONE)
/freebsd-13-stable/sys/dev/xdma/controller/
H A Dpl330.c144 #define HWTYPE_NONE 0 macro
149 { NULL, HWTYPE_NONE },
323 if (hwtype == HWTYPE_NONE)
/freebsd-13-stable/sys/dev/xilinx/
H A Daxidma.c119 #define HWTYPE_NONE 0 macro
124 { NULL, HWTYPE_NONE },
253 if (hwtype == HWTYPE_NONE)
/freebsd-13-stable/sys/dev/sdhci/
H A Dfsl_sdhci.c102 #define HWTYPE_NONE 0 /* Hardware not recognized/supported. */ macro
184 {NULL, HWTYPE_NONE},
841 if (sc->hwtype == HWTYPE_NONE)

Completed in 187 milliseconds