Home
last modified time | relevance | path

Searched full:dprc (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/dev/dpaa2/
H A Ddpaa2_types.c48 return ("dprc"); in dpaa2_ttos()
78 if (COMPARE_TYPE(str, "dprc")) { in dpaa2_stot()
H A Ddpaa2_mcp.h97 /* ------------------------- DPRC command IDs ------------------------------- */
277 * rc_api_major: Major version of the DPRC API.
278 * rc_api_minor: Minor version of the DPRC API.
356 * @brief Attributes of the DPRC object.
H A Ddpaa2_mac.c143 device_printf(dev, "%s: failed to open DPRC: error=%d\n", in dpaa2_mac_attach()
240 device_printf(dev, "%s: failed to open DPRC: error=%d\n", in dpaa2_mac_setup_irq()
323 device_printf(dev, "%s: failed to open DPRC: error=%d\n", in dpaa2_mac_intr()
H A Ddpaa2_bp.c101 device_printf(dev, "%s: failed to open DPRC: error=%d\n", in dpaa2_bp_detach()
158 device_printf(dev, "%s: failed to open DPRC: error=%d\n", in dpaa2_bp_attach()
H A Ddpaa2_mcp.c82 p->rc_api_major = 0; /* DPRC API version to be cached later. */ in dpaa2_mcp_init_portal()
206 device_printf(dev, "%s: failed to open DPRC: error=%d\n", in dpaa2_mcp_attach()
H A Ddpaa2_rc.c30 * The DPAA2 Resource Container (DPRC) bus driver.
32 * DPRC holds all the resources and object information that a software context
95 /* DPRC device will be added by the parent DPRC or MC bus itself. */ in dpaa2_rc_probe()
134 /* Root DPRC should be attached directly to the MC bus. */ in dpaa2_rc_attach()
139 ("root DPRC should be attached to the MC bus")); in dpaa2_rc_attach()
143 * DPRC object. in dpaa2_rc_attach()
910 * If the DPRC object version was not yet cached, cache it now. in dpaa2_rc_get_obj_region()
3134 device_printf(rcdev, "%s: failed to open DPRC: " in dpaa2_rc_configure_irq()
3149 device_printf(rcdev, "%s: failed to close DPRC: " in dpaa2_rc_configure_irq()
3448 /* DPRC commands */
H A Ddpaa2_con.c138 device_printf(dev, "%s: failed to open DPRC: error=%d\n", in dpaa2_con_attach()
H A Ddpaa2_io.c154 device_printf(dev, "%s: failed to open DPRC: error=%d\n", in dpaa2_io_detach()
261 device_printf(dev, "%s: failed to open DPRC: error=%d\n", in dpaa2_io_attach()
H A Ddpaa2_channel.c130 device_printf(dev, "%s: failed to open DPRC: id=%d, error=%d\n", in dpaa2_chan_setup()
H A Ddpaa2_cmd_if.m945 * @brief Data Path Resource Containter (DPRC) commands.
H A Ddpaa2_ni.c832 * container (DPRC) we don't have access to. in dpaa2_ni_setup()
838 "connected DPMAC: %d (assuming in other DPRC)\n", __func__, in dpaa2_ni_setup()
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Dfsl,qoriq-mc.yaml25 As described in the above overview, all DPAA2 objects in a DPRC share the
32 the set of possible ICIDs under a root DPRC and how they map to
H A Dfsl,qoriq-mc.txt15 As described in the above overview, all DPAA2 objects in a DPRC share the
22 the set of possible ICIDs under a root DPRC and how they map to
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp1008 llvm::Value *DpRC = Builder.CreateFAdd(RHSi, RC); // tmp=d+rc in EmitRangeReductionDiv() local
1012 llvm::Value *DSTFr = Builder.CreateFDiv(T8, DpRC); // (ar+b)/tmp in EmitRangeReductionDiv()
1016 llvm::Value *DSTFi = Builder.CreateFDiv(T10, DpRC); // (br-a)/tmp in EmitRangeReductionDiv()