Home
last modified time | relevance | path

Searched refs:HWTYPE_FUNNEL (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/arm64/coresight/
H A Dcoresight_funnel_fdt.c49 { "arm,coresight-funnel", HWTYPE_FUNNEL },
66 case HWTYPE_FUNNEL: in funnel_fdt_probe()
H A Dcoresight_funnel.h65 #define HWTYPE_FUNNEL 1 macro
H A Dcoresight_funnel_acpi.c71 sc->hwtype = HWTYPE_FUNNEL; in funnel_acpi_probe()
H A Dcoresight_funnel.c118 if (sc->hwtype == HWTYPE_FUNNEL && in funnel_attach()