Home
last modified time | relevance | path

Searched refs:rman_get_flags (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/x86/x86/
H A Dnexus.c446 if (!(rman_get_flags(r) & RF_UNMAPPED) && in nexus_activate_resource()
470 if (!(rman_get_flags(r) & RF_UNMAPPED) && in nexus_deactivate_resource()
486 if (!(rman_get_flags(r) & RF_ACTIVE)) in nexus_map_resource()
561 if (rman_get_flags(r) & RF_ACTIVE) { in nexus_release_resource()
587 if ((rman_get_flags(irq) & RF_SHAREABLE) == 0) in nexus_setup_intr()
/f-stack/freebsd/arm/arm/
H A Dnexus.c263 if (rman_get_flags(res) & RF_ACTIVE) { in nexus_release_resource()
312 if ((rman_get_flags(res) & RF_SHAREABLE) == 0) in nexus_setup_intr()
/f-stack/freebsd/sys/
H A Drman.h133 u_int rman_get_flags(struct resource *);
/f-stack/freebsd/arm64/arm64/
H A Dnexus.c281 if (rman_get_flags(res) & RF_ACTIVE) { in nexus_release_resource()
307 if ((rman_get_flags(res) & RF_SHAREABLE) == 0) in nexus_setup_intr()
/f-stack/freebsd/mips/mips/
H A Dnexus.c409 if (rman_get_flags(r) & RF_ACTIVE) { in nexus_release_resource()
/f-stack/freebsd/mips/atheros/ar531x/
H A Dapb.c405 if ((rman_get_flags(ires) & RF_SHAREABLE) == 0) in apb_setup_intr()
/f-stack/freebsd/kern/
H A Dsubr_rman.c852 rman_get_flags(struct resource *r) in rman_get_flags() function
H A Dsubr_bus.c3242 KASSERT(!(rman_get_flags(rle->res) & RF_ACTIVE), in resource_list_busy()
3502 if (rman_get_flags(res) & RF_ACTIVE) { in resource_list_release()