Home
last modified time | relevance | path

Searched refs:rt_hw_cpu_dcache_invalidate (Results 1 – 14 of 14) sorted by relevance

/bsp/xuantie/virt64/c906/libcpu/
A Dcache.c33 rt_hw_cpu_dcache_invalidate(addr, size); in rt_hw_cpu_dcache_ops()
A Dcache.h66 #define rt_hw_cpu_dcache_invalidate rt_hw_cpu_dcache_invalidate_local macro
/bsp/ultrarisc/arch/ur-cp100/
A Dcache.c35 rt_hw_cpu_dcache_invalidate(addr, size); in rt_hw_cpu_dcache_ops()
A Dcache.h66 #define rt_hw_cpu_dcache_invalidate rt_hw_cpu_dcache_invalidate_local macro
/bsp/nuvoton/libraries/ma35/rtt_port/
A Ddrv_common.h63 extern void rt_hw_cpu_dcache_invalidate(void *addr, int size);
A Ddrv_usbhost.c565 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 Ddrv_sdio.c486 rt_hw_cpu_dcache_invalidate((void *)data.dest, size); in nu_sdh_request()
/bsp/phytium/libraries/port/fdriver_port/
A Dfdrivers_port.c37 rt_hw_cpu_dcache_invalidate((void *)adr, len); in FDriverDCacheRangeInvalidate()
/bsp/cvitek/drivers/libraries/eth/
A Ddw_eth_mac.c364 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 Ddrv_fb.c306 rt_hw_cpu_dcache_invalidate((unsigned long)_hdmi.fb,LCD_WIDTH * LCD_HEIGHT * 3); in hdmi_fb_init()
/bsp/k230/drivers/interdrv/pdma/
A Ddrv_pdma.c711 rt_hw_cpu_dcache_invalidate(dst_va, pdma_cfg->line_size); in _k230_pdma_llt_cal()
/bsp/nuvoton/libraries/ma35/rtt_port/gmac/
A Ddrv_gmac.c59 #define invalidate_cpu_cache(addr, len) rt_hw_cpu_dcache_invalidate(addr, len)
/bsp/k230/drivers/interdrv/sdio/
A Ddrv_sdhci.c434rt_hw_cpu_dcache_invalidate((void*)data->rxData, data->blockSize * data->blockCount); in sdhci_transfer_data_blocking()
/bsp/cvitek/drivers/
A Ddrv_sdhci.c376 rt_hw_cpu_dcache_invalidate((void *)start_addr, dma_config.dma_des_buffer_len); in sdhci_send_data_cmd()

Completed in 27 milliseconds