Home
last modified time | relevance | path

Searched refs:__qm_cl_in (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dqman.h63 #define __qm_cl_in(qm, o) be32_to_cpu(__raw_readl((qm)->ce + (o))) macro
73 #define qm_cl_in(reg) __qm_cl_in(&portal->addr, QM_CL_##reg##_CENA)
/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dqman_low.h128 static __inline__ uint32_t __qm_cl_in(struct qm_addr *qm, uintptr_t offset) in __qm_cl_in() function
145 #define qm_cl_in(reg) __qm_cl_in(&portal->addr, CL_##reg##_CENA)