Home
last modified time | relevance | path

Searched refs:BHND_CCS_SET_BITS (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/sys/dev/bhnd/
HDbhndreg.h88 #define BHND_CCS_SET_BITS(_value, _field) \ macro
HDbhnd.c707 req = BHND_CCS_SET_BITS((1<<rsrc), BHND_CCS_ERSRC_REQ); in bhnd_generic_request_ext_rsrc()
708 avail = BHND_CCS_SET_BITS((1<<rsrc), BHND_CCS_ERSRC_STS); in bhnd_generic_request_ext_rsrc()
743 mask = BHND_CCS_SET_BITS((1<<rsrc), BHND_CCS_ERSRC_REQ); in bhnd_generic_release_ext_rsrc()