Searched refs:__qm_out (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | qman.h | 55 #define __qm_out(qm, o, val) __raw_writel((cpu_to_be32(val)), \ macro 58 #define qm_out(reg, val) __qm_out(&portal->addr, QM_REG_##reg, val) 909 __qm_out(&portal->addr, QM_REG_ISR + (n << 6), val); in __qm_isr_write() 911 __qm_out(&portal->addr, QM_REG_ISR + (n << 2), val); in __qm_isr_write()
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/QM/ |
| H A D | qman_low.h | 108 static __inline__ void __qm_out(struct qm_addr *qm, uintptr_t offset, uint32_t val) in __qm_out() function 114 #define qm_out(reg, val) __qm_out(&portal->addr, REG_##reg, (uint32_t)val) 1147 __qm_out(&portal->addr, REG_ISR + (n << 2), val); in __qm_isr_write()
|