Searched full:dprc (Results 1 – 14 of 14) sorted by relevance
| /freebsd/sys/dev/dpaa2/ |
| H A D | dpaa2_types.c | 48 return ("dprc"); in dpaa2_ttos() 78 if (COMPARE_TYPE(str, "dprc")) { in dpaa2_stot()
|
| H A D | dpaa2_mcp.h | 97 /* ------------------------- 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 D | dpaa2_mac.c | 143 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 D | dpaa2_bp.c | 101 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 D | dpaa2_mcp.c | 82 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 D | dpaa2_rc.c | 30 * 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 D | dpaa2_con.c | 138 device_printf(dev, "%s: failed to open DPRC: error=%d\n", in dpaa2_con_attach()
|
| H A D | dpaa2_io.c | 154 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 D | dpaa2_channel.c | 130 device_printf(dev, "%s: failed to open DPRC: id=%d, error=%d\n", in dpaa2_chan_setup()
|
| H A D | dpaa2_cmd_if.m | 945 * @brief Data Path Resource Containter (DPRC) commands.
|
| H A D | dpaa2_ni.c | 832 * 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 D | fsl,qoriq-mc.yaml | 25 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 D | fsl,qoriq-mc.txt | 15 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 D | CGExprComplex.cpp | 1008 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()
|