Home
last modified time | relevance | path

Searched refs:BHND_ATTACH_NATIVE (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/bhnd/
H A Dbhnd_types.h102 BHND_ATTACH_NATIVE = 1 /**< A bus resident on the native host, such as enumerator
H A Dbhnd_subr.c949 if (attach_type != BHND_ATTACH_NATIVE) in bhnd_device_lookup()
H A Dbhnd_bus_if.m468 * @retval BHND_ATTACH_NATIVE if the bus provides hardware services (clock,
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc.c324 if (bhnd_get_attach_type(sc->dev) != BHND_ATTACH_NATIVE) in chipc_add_children()
/freebsd/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_subr.c771 if (bhnd_get_attach_type(sc->chipc_dev) == BHND_ATTACH_NATIVE) { in bhnd_pmu_res_masks()