Home
last modified time | relevance | path

Searched refs:rt_hw_cpu_dcache_ops (Results 1 – 21 of 21) sorted by relevance

/bsp/zynqmp-r5-axu4ev/drivers/Zynq_HAL_Driver/
A Dxil_cache.h19 #define Xil_DCacheFlushRange(addr, size) rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, (void*)(addr), (s…
20 #define Xil_DCacheInvalidateRange(addr, size) rt_hw_cpu_dcache_ops(RT_HW_CACHE_INVALIDATE, (void*)…
/bsp/phytium/libraries/port/fdriver_port/
A Dfdrivers_port.c50 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, (void *)adr, len); in FDriverDCacheRangeFlush()
55 rt_hw_cpu_dcache_ops(RT_HW_CACHE_INVALIDATE, (void *)adr, len); in FDriverDCacheRangeInvalidate()
/bsp/raspberry-pi/raspi4-32/driver/
A Ddrv_dma.c73 rt_hw_cpu_dcache_ops(RT_HW_CACHE_INVALIDATE, dst, size); in dma_memcpy()
89 rt_hw_cpu_dcache_ops(RT_HW_CACHE_INVALIDATE, ctr_blocks, sizeof(dma_lite_ctrl_block_t) * 8); in dma_memcpy()
A Ddrv_eth.c449 rt_hw_cpu_dcache_ops(RT_HW_CACHE_INVALIDATE, (void *) addr, length); in bcmgenet_gmac_eth_recv()
483 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, (void *)packet, length); in bcmgenet_gmac_eth_send()
/bsp/rockchip/common/drivers/
A Ddrv_cache.c175 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() function
281 rt_weak void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() function
/bsp/allwinner/libraries/libos/src/
A Dos.c130 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, (void *)start, len); in awos_arch_mems_clean_dcache_region()
140 rt_hw_cpu_dcache_ops(RT_HW_CACHE_INVALIDATE, (void *)start, len); in awos_arch_mems_flush_dcache_region()
151 rt_hw_cpu_dcache_ops(RT_HW_CACHE_INVALIDATE, (void *)start, len); in awos_arch_clean_flush_cache_region()
/bsp/xuantie/virt64/c906/libcpu/
A Dcache.c25 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() function
/bsp/ultrarisc/arch/ur-cp100/
A Dcache.c27 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() function
/bsp/cvitek/c906_little/board/
A Dcache.c32 inline void rt_hw_cpu_dcache_ops(int ops, void* addr, int size) in rt_hw_cpu_dcache_ops() function
/bsp/hpmicro/hpm5300evk/board/
A Drtt_board.c121 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() function
/bsp/hpmicro/hpm6300evk/board/
A Drtt_board.c121 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() function
/bsp/hpmicro/hpm6200evk/board/
A Drtt_board.c121 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() function
/bsp/hpmicro/hpm6e00evk/board/
A Drtt_board.c123 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() function
/bsp/hpmicro/hpm6750evk2/board/
A Drtt_board.c126 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() function
/bsp/hpmicro/hpm6750evkmini/board/
A Drtt_board.c126 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() function
/bsp/hpmicro/hpm6800evk/board/
A Drtt_board.c124 void rt_hw_cpu_dcache_ops(int ops, void *addr, int size) in rt_hw_cpu_dcache_ops() function
/bsp/phytium/libraries/common/
A Dphytium_interrupt.c23 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, &cpu_id, sizeof(cpu_id)); in arm_gic_redist_address_set()
/bsp/raspberry-pi/raspi4-64/drivers/
A Dboard.c185 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, release_addr, sizeof(release_addr)); in rt_hw_secondary_cpu_up()
/bsp/stm32/libraries/HAL_Drivers/drivers/
A Ddrv_spi.c362 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, dma_aligned_buffer, send_length); in spixfer()
391 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, dma_aligned_buffer, send_length); in spixfer()
502 rt_hw_cpu_dcache_ops(RT_HW_CACHE_INVALIDATE, p_txrx_buffer, send_length); in spixfer()
/bsp/nxp/imx/imx6ull-smart/drivers/
A Ddrv_lcd.c94 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, (void *)(_lcd_obj.info.framebuffer), mem_size); in imx6ull_elcd_control()
/bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/
A Dsdhci.c618 rt_hw_cpu_dcache_ops(RT_HW_CACHE_INVALIDATE, data->buf, data->blks * data->blksize); in sdhci_prepare_data()
620 rt_hw_cpu_dcache_ops(RT_HW_CACHE_FLUSH, data->buf, data->blks * data->blksize); in sdhci_prepare_data()

Completed in 35 milliseconds