Searched refs:__bm_cl_out (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/ncsw/Peripherals/BM/ |
| H A D | bman_low.c | 121 static __inline__ void __bm_cl_out(struct bm_addr *bm, uintptr_t offset, uint32_t val) in __bm_cl_out() function 134 #define bm_cl_out(reg, val) __bm_cl_out(&portal->addr, CL_##reg##_CENA, val)
|
| /f-stack/dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | bman.h | 49 #define __bm_cl_out(bm, o, val) \ macro 59 #define bm_cl_out(reg, val) __bm_cl_out(&portal->addr, BM_CL_##reg##_CENA, val)
|