Searched refs:out_be32 (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/bus/dpaa/base/fman/ |
| H A D | fman_hw.c | 136 out_be32(reg, 0x0); in fman_if_clear_mac_addr() 139 out_be32(reg, 0x0); in fman_if_clear_mac_addr() 142 out_be32(reg, 0x0); in fman_if_clear_mac_addr() 144 out_be32(reg, 0x0); in fman_if_clear_mac_addr() 168 out_be32(reg, val); in fman_if_add_mac_addr() 178 out_be32(reg, val); in fman_if_add_mac_addr() 199 out_be32(cmdcfg, value); in fman_if_set_rx_ignore_pause_frames() 504 out_be32(fmbm_ricp, val); in fman_if_set_ic_params() 603 out_be32(fmqm_pndn, nia); in fman_if_set_dnia() 613 out_be32(fmbm_rfsem, 0); in fman_if_discard_rx_errors() [all …]
|
| H A D | fman.c | 718 out_be32(__if->ccsr_map + 0x100, in fman_finish() 721 out_be32(__if->ccsr_map + 8, in fman_finish()
|
| /dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | bman_driver.c | 143 out_be32(pcfg.addr_virt[DPAA_PORTAL_CI] + 0xe0c, 0); in bman_thread_irq() 268 out_be32(bman_ccsr_map + POOL_SWDET(bpid), in bm_pool_set() 270 out_be32(bman_ccsr_map + POOL_SWDXT(bpid), in bm_pool_set() 272 out_be32(bman_ccsr_map + POOL_HWDET(bpid), in bm_pool_set() 274 out_be32(bman_ccsr_map + POOL_HWDXT(bpid), in bm_pool_set() 289 out_be32(bman_ccsr_map + POOL_HWDET(bpid), in bm_pool_set_hw_threshold() 291 out_be32(bman_ccsr_map + POOL_HWDXT(bpid), in bm_pool_set_hw_threshold() 294 out_be32(bman_ccsr_map + POOL_HWDET(bpid), in bm_pool_set_hw_threshold() 296 out_be32(bman_ccsr_map + POOL_HWDXT(bpid), in bm_pool_set_hw_threshold()
|
| H A D | qman_driver.c | 136 out_be32(qpcfg.addr_virt[DPAA_PORTAL_CI] + 0x36C0, 0); in qman_thread_irq()
|
| /dpdk/drivers/common/dpaax/ |
| H A D | compat.h | 136 static inline void out_be32(volatile void *__p, u32 val) in out_be32() function
|