Searched refs:rt_hw_cpu_dcache_invalidate (Results 1 – 14 of 14) sorted by relevance
| /bsp/xuantie/virt64/c906/libcpu/ |
| A D | cache.c | 33 rt_hw_cpu_dcache_invalidate(addr, size); in rt_hw_cpu_dcache_ops()
|
| A D | cache.h | 66 #define rt_hw_cpu_dcache_invalidate rt_hw_cpu_dcache_invalidate_local macro
|
| /bsp/ultrarisc/arch/ur-cp100/ |
| A D | cache.c | 35 rt_hw_cpu_dcache_invalidate(addr, size); in rt_hw_cpu_dcache_ops()
|
| A D | cache.h | 66 #define rt_hw_cpu_dcache_invalidate rt_hw_cpu_dcache_invalidate_local macro
|
| /bsp/nuvoton/libraries/ma35/rtt_port/ |
| A D | drv_common.h | 63 extern void rt_hw_cpu_dcache_invalidate(void *addr, int size);
|
| A D | drv_usbhost.c | 565 rt_hw_cpu_dcache_invalidate((void *)buffer_nonch, ret); in nu_pipe_xfer() 690 rt_hw_cpu_dcache_invalidate((void *)buffer_nonch, nbytes); in nu_pipe_xfer()
|
| A D | drv_sdio.c | 486 rt_hw_cpu_dcache_invalidate((void *)data.dest, size); in nu_sdh_request()
|
| /bsp/phytium/libraries/port/fdriver_port/ |
| A D | fdrivers_port.c | 37 rt_hw_cpu_dcache_invalidate((void *)adr, len); in FDriverDCacheRangeInvalidate()
|
| /bsp/cvitek/drivers/libraries/eth/ |
| A D | dw_eth_mac.c | 364 rt_hw_cpu_dcache_invalidate((void *)desc_start, desc_end - desc_start); in designware_eth_send() 429 rt_hw_cpu_dcache_invalidate((void *)desc_start, desc_end - desc_start); in designware_eth_recv() 439 rt_hw_cpu_dcache_invalidate((void *)data_start, data_end - data_start); in designware_eth_recv()
|
| /bsp/raspberry-pi/raspi3-64/driver/ |
| A D | drv_fb.c | 306 rt_hw_cpu_dcache_invalidate((unsigned long)_hdmi.fb,LCD_WIDTH * LCD_HEIGHT * 3); in hdmi_fb_init()
|
| /bsp/k230/drivers/interdrv/pdma/ |
| A D | drv_pdma.c | 711 rt_hw_cpu_dcache_invalidate(dst_va, pdma_cfg->line_size); in _k230_pdma_llt_cal()
|
| /bsp/nuvoton/libraries/ma35/rtt_port/gmac/ |
| A D | drv_gmac.c | 59 #define invalidate_cpu_cache(addr, len) rt_hw_cpu_dcache_invalidate(addr, len)
|
| /bsp/k230/drivers/interdrv/sdio/ |
| A D | drv_sdhci.c | 434 … rt_hw_cpu_dcache_invalidate((void*)data->rxData, data->blockSize * data->blockCount); in sdhci_transfer_data_blocking()
|
| /bsp/cvitek/drivers/ |
| A D | drv_sdhci.c | 376 rt_hw_cpu_dcache_invalidate((void *)start_addr, dma_config.dma_des_buffer_len); in sdhci_send_data_cmd()
|
Completed in 27 milliseconds