Searched refs:__qm_cl_out (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | qman.h | 64 #define __qm_cl_out(qm, o, val) \ macro 74 #define qm_cl_out(reg, val) __qm_cl_out(&portal->addr, QM_CL_##reg##_CENA, val)
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/QM/ |
| H A D | qman_low.h | 133 static __inline__ void __qm_cl_out(struct qm_addr *qm, uintptr_t offset, uint32_t val) in __qm_cl_out() function 146 #define qm_cl_out(reg, val) __qm_cl_out(&portal->addr, CL_##reg##_CENA, val)
|