Searched refs:HWTYPE_NONE (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/usb/controller/ |
H A D | ehci_mv.c | 104 HWTYPE_NONE = 0, enumerator 113 {NULL, HWTYPE_NONE} 159 if (hwtype == HWTYPE_NONE) { in mv_ehci_attach()
|
/freebsd/sys/arm64/coresight/ |
H A D | coresight_funnel.h | 64 #define HWTYPE_NONE 0 macro
|
H A D | coresight_funnel_fdt.c | 51 { NULL, HWTYPE_NONE }
|
/freebsd/sys/dev/mmc/host/ |
H A D | dwmmc_var.h | 43 HWTYPE_NONE, enumerator
|
/freebsd/sys/dev/xdma/controller/ |
H A D | pl330.c | 142 #define HWTYPE_NONE 0 macro 147 { NULL, HWTYPE_NONE }, 321 if (hwtype == HWTYPE_NONE) in pl330_probe()
|
/freebsd/sys/dev/xilinx/ |
H A D | axidma.c | 117 #define HWTYPE_NONE 0 macro 122 { NULL, HWTYPE_NONE }, 251 if (hwtype == HWTYPE_NONE) in axidma_probe()
|
/freebsd/sys/dev/sdhci/ |
H A D | fsl_sdhci.c | 100 #define HWTYPE_NONE 0 /* Hardware not recognized/supported. */ macro 182 {NULL, HWTYPE_NONE}, 839 if (sc->hwtype == HWTYPE_NONE) in fsl_sdhci_attach()
|