Home
last modified time | relevance | path

Searched refs:HWTYPE_NONE (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Dehci_mv.c104 HWTYPE_NONE = 0, enumerator
113 {NULL, HWTYPE_NONE}
159 if (hwtype == HWTYPE_NONE) { in mv_ehci_attach()
/freebsd/sys/arm64/coresight/
H A Dcoresight_funnel.h64 #define HWTYPE_NONE 0 macro
H A Dcoresight_funnel_fdt.c51 { NULL, HWTYPE_NONE }
/freebsd/sys/dev/mmc/host/
H A Ddwmmc_var.h43 HWTYPE_NONE, enumerator
/freebsd/sys/dev/xdma/controller/
H A Dpl330.c142 #define HWTYPE_NONE 0 macro
147 { NULL, HWTYPE_NONE },
321 if (hwtype == HWTYPE_NONE) in pl330_probe()
/freebsd/sys/dev/xilinx/
H A Daxidma.c117 #define HWTYPE_NONE 0 macro
122 { NULL, HWTYPE_NONE },
251 if (hwtype == HWTYPE_NONE) in axidma_probe()
/freebsd/sys/dev/sdhci/
H A Dfsl_sdhci.c100 #define HWTYPE_NONE 0 /* Hardware not recognized/supported. */ macro
182 {NULL, HWTYPE_NONE},
839 if (sc->hwtype == HWTYPE_NONE) in fsl_sdhci_attach()