Home
last modified time | relevance | path

Searched refs:rt_hw_cpu_dcache_clean (Results 1 – 13 of 13) sorted by relevance

/bsp/allwinner/libraries/drivers/
A Ddrv_lcd.c84 extern void rt_hw_cpu_dcache_clean(void *addr, int size);
160 rt_hw_cpu_dcache_clean(dst, len_stage1); in lcd_vsync_event_process()
163 rt_hw_cpu_dcache_clean((uint32_t *)(dst + len_stage1), len - len_stage1); in lcd_vsync_event_process()
240 rt_hw_cpu_dcache_clean(lcd_drv->framebuffer, LCD_DRV_FB_SZ); in _lcd_drv_init()
254 rt_hw_cpu_dcache_clean(lcd_drv->front_buf_info.buff, LCD_DRV_FB_SZ); in _lcd_drv_init()
272 rt_hw_cpu_dcache_clean(lcd_drv->back_buf_info.buff, LCD_DRV_FB_SZ); in _lcd_drv_init()
544 rt_hw_cpu_dcache_clean(lcd_drv->back_buf_info.buff, LCD_DRV_FB_SZ); in rt_lcd_control()
638 rt_hw_cpu_dcache_clean(lcd_drv->framebuffer, LCD_DRV_FB_SZ); in fb_control()
800 rt_hw_cpu_dcache_clean(lcd_drv->framebuffer, LCD_DRV_FB_SZ); in lcd_draw_point()
/bsp/cvitek/drivers/libraries/eth/
A Ddw_eth_mac.c119 rt_hw_cpu_dcache_clean((void *)priv->tx_mac_descrtable, sizeof(priv->tx_mac_descrtable)); in tx_descs_init()
146 rt_hw_cpu_dcache_clean((void *)rxbuffs, CVI_RX_TOTAL_BUFSIZE); in rx_descs_init()
171 rt_hw_cpu_dcache_clean((void *)priv->rx_mac_descrtable, sizeof(priv->rx_mac_descrtable)); in rx_descs_init()
382 rt_hw_cpu_dcache_clean((void *)data_start, data_end - data_start); in designware_eth_send()
402 rt_hw_cpu_dcache_clean((void *)desc_start, desc_end - desc_start); in designware_eth_send()
462 rt_hw_cpu_dcache_clean((void *)desc_start, desc_end - desc_start); in designware_free_pkt()
/bsp/xuantie/virt64/c906/libcpu/
A Dcache.c29 rt_hw_cpu_dcache_clean(addr, size); in rt_hw_cpu_dcache_ops()
A Dcache.h65 #define rt_hw_cpu_dcache_clean rt_hw_cpu_dcache_clean_local macro
/bsp/ultrarisc/arch/ur-cp100/
A Dcache.c31 rt_hw_cpu_dcache_clean(addr, size); in rt_hw_cpu_dcache_ops()
A Dcache.h65 #define rt_hw_cpu_dcache_clean rt_hw_cpu_dcache_clean_local macro
/bsp/nuvoton/libraries/ma35/rtt_port/
A Ddrv_common.h61 extern void rt_hw_cpu_dcache_clean(void *addr, int size);
/bsp/phytium/libraries/port/fdriver_port/
A Dfdrivers_port.c32 rt_hw_cpu_dcache_clean((void *)adr, len); in FDriverDCacheRangeFlush()
/bsp/nuvoton/numaker-hmi-ma35d1/applications/lvgl/
A Dlv_port_disp.c56 rt_hw_cpu_dcache_clean(color_p, disp_drv->draw_buf->size * sizeof(lv_color_t)); in nu_flush_full_refresh()
/bsp/k230/drivers/interdrv/pdma/
A Ddrv_pdma.c703 rt_hw_cpu_dcache_clean(src_va, pdma_cfg->line_size); in _k230_pdma_llt_cal()
717 rt_hw_cpu_dcache_clean((void*)llt_list, sizeof(pdma_llt_t) * list_num); in _k230_pdma_llt_cal()
/bsp/phytium/libraries/drivers/
A Ddrv_i2s.c171 rt_hw_cpu_dcache_clean((uintptr)src, total_bytes); in FI2sDdmaDeviceRX()
/bsp/k230/drivers/interdrv/sdio/
A Ddrv_sdhci.c373 rt_hw_cpu_dcache_clean((void*)start_addr, sdhci_data->blockSize * sdhci_data->blockCount); in sdhci_send_command()
/bsp/cvitek/drivers/
A Ddrv_sdhci.c232 rt_hw_cpu_dcache_clean((void *)start_addr, load_len); in sdhci_prepare_data()

Completed in 40 milliseconds