Searched refs:__bm_out (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | bman.h | 40 #define __bm_out(bm, o, val) __raw_writel(cpu_to_be32(val), \ macro 43 #define bm_out(reg, val) __bm_out(&portal->addr, BM_REG_##reg, val) 494 __bm_out(&portal->addr, SCN_REG(bpid), val); in bm_isr_bscn_mask() 510 __bm_out(&portal->addr, BM_REG_ISR + (n << 6), val); in __bm_isr_write() 512 __bm_out(&portal->addr, BM_REG_ISR + (n << 2), val); in __bm_isr_write()
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/BM/ |
| H A D | bman_low.c | 96 static __inline__ void __bm_out(struct bm_addr *bm, uintptr_t offset, uint32_t val) in __bm_out() function 102 #define bm_out(reg, val) __bm_out(&portal->addr, REG_##reg, val) 484 __bm_out(&portal->addr, SCN_REG(bpid), val); in bm_isr_bscn_mask() 496 __bm_out(&portal->addr, REG_ISR + (n << 2), val); in __bm_isr_write()
|