Home
last modified time | relevance | path

Searched refs:FSL_MC_IS_DPRC (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/irqchip/
Dirq-gic-v3-its-fsl-mc-msi.c37 if (!(mc_bus_dev->flags & FSL_MC_IS_DPRC)) in its_fsl_mc_msi_prepare()
/Linux-v4.19/drivers/bus/fsl-mc/
Dmc-io.c173 if (mc_dev->flags & FSL_MC_IS_DPRC) { in fsl_mc_portal_allocate()
Dfsl-mc-allocator.c279 if (mc_dev->flags & FSL_MC_IS_DPRC) in fsl_mc_object_allocate()
Ddprc-driver.c387 if (!(mc_dev->flags & FSL_MC_IS_DPRC)) in dprc_irq0_handler_thread()
Dfsl-mc-bus.c579 mc_dev->flags |= FSL_MC_IS_DPRC; in fsl_mc_device_add()
/Linux-v4.19/include/linux/fsl/
Dmc.h149 #define FSL_MC_IS_DPRC 0x0001 macro