Home
last modified time | relevance | path

Searched refs:out_be32 (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/bus/dpaa/base/fman/
H A Dfman_hw.c136 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()
494 out_be32(fmbm_ricp, val); in fman_if_set_ic_params()
593 out_be32(fmqm_pndn, nia); in fman_if_set_dnia()
603 out_be32(fmbm_rfsem, 0); in fman_if_discard_rx_errors()
[all …]
H A Dfman.c643 out_be32(__if->ccsr_map + 0x100, in fman_finish()
646 out_be32(__if->ccsr_map + 8, in fman_finish()
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dbman_driver.c138 out_be32(pcfg.addr_virt[DPAA_PORTAL_CI] + 0xe0c, 0); in bman_thread_irq()
263 out_be32(bman_ccsr_map + POOL_SWDET(bpid), in bm_pool_set()
265 out_be32(bman_ccsr_map + POOL_SWDXT(bpid), in bm_pool_set()
267 out_be32(bman_ccsr_map + POOL_HWDET(bpid), in bm_pool_set()
269 out_be32(bman_ccsr_map + POOL_HWDXT(bpid), in bm_pool_set()
284 out_be32(bman_ccsr_map + POOL_HWDET(bpid), in bm_pool_set_hw_threshold()
286 out_be32(bman_ccsr_map + POOL_HWDXT(bpid), in bm_pool_set_hw_threshold()
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()
H A Dqman_driver.c131 out_be32(qpcfg.addr_virt[DPAA_PORTAL_CI] + 0x36C0, 0); in qman_thread_irq()
/f-stack/dpdk/drivers/common/dpaax/
H A Dcompat.h141 static inline void out_be32(volatile void *__p, u32 val) in out_be32() function