Home
last modified time | relevance | path

Searched refs:flush_cache (Results 1 – 25 of 89) sorted by relevance

1234

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dxilinx_ll_temac_sdma.c125 flush_cache((u32)rx_dp->phys_buf_p, PKTSIZE_ALIGN); in ll_temac_init_sdma()
127 flush_cache((u32)cdmac_bd.rx, sizeof(cdmac_bd.rx)); in ll_temac_init_sdma()
135 flush_cache((u32)cdmac_bd.tx, sizeof(cdmac_bd.tx)); in ll_temac_init_sdma()
227 flush_cache((u32)rx_dp, sizeof(*rx_dp)); in ll_temac_recv_sdma()
243 flush_cache((u32)rx_dp->phys_buf_p, length); in ll_temac_recv_sdma()
248 flush_cache((u32)rx_dp, sizeof(*rx_dp)); in ll_temac_recv_sdma()
253 flush_cache((u32)rx_dp, sizeof(*rx_dp)); in ll_temac_recv_sdma()
285 flush_cache((u32)packet, length); in ll_temac_send_sdma()
286 flush_cache((u32)tx_dp, sizeof(*tx_dp)); in ll_temac_send_sdma()
297 flush_cache((u32)tx_dp, sizeof(*tx_dp)); in ll_temac_send_sdma()
H A Dxilinx_axi_emac.c472 flush_cache((u32)&rx_bd, sizeof(rx_bd)); in axiemac_start()
476 flush_cache((u32)&rxframe, sizeof(rxframe)); in axiemac_start()
510 flush_cache((u32)ptr, len); in axiemac_send()
522 flush_cache((u32)&tx_bd, sizeof(tx_bd)); in axiemac_send()
615 flush_cache((u32)&rx_bd, sizeof(rx_bd)); in axiemac_free_pkt()
619 flush_cache((u32)&rxframe, sizeof(rxframe)); in axiemac_free_pkt()
H A Drtl8139.c389 flush_cache((unsigned long)rx_ring, RX_BUF_LEN); in rtl_reset()
429 flush_cache((unsigned long)tx_buffer, length); in rtl_transmit()
514 flush_cache((unsigned long)rx_ring, RX_BUF_LEN); in rtl_poll()
/OK3568_Linux_fs/u-boot/arch/microblaze/cpu/
H A Dcache.c38 flush_cache(0, 32768); in icache_disable()
48 flush_cache(0, XILINX_DCACHE_BYTE_SIZE); in dcache_disable()
53 void flush_cache (ulong addr, ulong size) in flush_cache() function
/OK3568_Linux_fs/u-boot/cmd/
H A Delf.c50 flush_cache((unsigned long)dst, phdr->p_filesz); in load_elf_image_phdr()
100 flush_cache(shdr->sh_addr, shdr->sh_size); in load_elf_image_shdr()
276 flush_cache(bootaddr, max(strlen(bootline), in do_bootvx()
331 flush_cache(bootaddr, max(strlen(build_buf), in do_bootvx()
H A Dload.c186 flush_cache(start_addr, size); in load_serial()
537 flush_cache(offset, size); in load_serial_bin()
976 flush_cache(offset, ALIGN(size, ARCH_DMA_MINALIGN)); in load_serial_zmodem()
1029 flush_cache(offset, ALIGN(size, ARCH_DMA_MINALIGN)); in load_serial_ymodem()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/i810/
H A Di810_main.h55 static inline void flush_cache(void) in flush_cache() function
60 #define flush_cache() do { } while(0) macro
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dcache.c17 __weak void flush_cache(unsigned long start, unsigned long size) in flush_cache() function
28 flush_cache(0, ~0); in flush_dcache_all()
H A Dcache.su
/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Drockchip_dmc.c762 flush_cache((unsigned long)ddr_psci_param, in rk3328_devfreq_init()
806 flush_cache((unsigned long)ddr_psci_param, in px30_devfreq_init()
832 flush_cache((unsigned long)ddr_psci_param, sizeof(struct share_params)); in rockchip_ddrclk_sip_set_rate_v2()
860 flush_cache((unsigned long)ddr_psci_param, sizeof(struct share_params)); in rockchip_ddrclk_sip_round_rate_v2()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dpinyinime.cpp77 matrix_search->flush_cache(); in im_flush_cache()
187 matrix_search->flush_cache(); in im_init_user_dictionary()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dhal_rx.c540 status->u.flush_cache.err_detected = in ath11k_hal_reo_flush_cache_status()
543 status->u.flush_cache.err_code = in ath11k_hal_reo_flush_cache_status()
546 if (!status->u.flush_cache.err_code) in ath11k_hal_reo_flush_cache_status()
549 status->u.flush_cache.cache_controller_flush_status_hit = in ath11k_hal_reo_flush_cache_status()
553 status->u.flush_cache.cache_controller_flush_status_desc_type = in ath11k_hal_reo_flush_cache_status()
556 status->u.flush_cache.cache_controller_flush_status_client_id = in ath11k_hal_reo_flush_cache_status()
559 status->u.flush_cache.cache_controller_flush_status_err = in ath11k_hal_reo_flush_cache_status()
562 status->u.flush_cache.cache_controller_flush_status_cnt = in ath11k_hal_reo_flush_cache_status()
/OK3568_Linux_fs/u-boot/arch/sh/cpu/sh3/
H A Dcpu.c39 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
/OK3568_Linux_fs/u-boot/arch/powerpc/lib/
H A Dbootm.c170 flush_cache((unsigned long)images->ft_addr, images->ft_len); in boot_prep_linux()
315 flush_cache((unsigned long)images->ft_addr, images->ft_len); in boot_prep_vxworks()
H A Dcache.c12 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
/OK3568_Linux_fs/u-boot/board/sandbox/
H A Dsandbox.c25 void flush_cache(unsigned long start, unsigned long size) in flush_cache() function
/OK3568_Linux_fs/u-boot/arch/xtensa/lib/
H A Dcache.c30 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dips.c674 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_release()
675 scb->cmd.flush_cache.command_id = IPS_COMMAND_ID(ha, scb); in ips_release()
676 scb->cmd.flush_cache.state = IPS_NORM_STATE; in ips_release()
677 scb->cmd.flush_cache.reserved = 0; in ips_release()
678 scb->cmd.flush_cache.reserved2 = 0; in ips_release()
679 scb->cmd.flush_cache.reserved3 = 0; in ips_release()
680 scb->cmd.flush_cache.reserved4 = 0; in ips_release()
743 scb->cmd.flush_cache.op_code = IPS_CMD_FLUSH; in ips_halt()
744 scb->cmd.flush_cache.command_id = IPS_COMMAND_ID(ha, scb); in ips_halt()
745 scb->cmd.flush_cache.state = IPS_NORM_STATE; in ips_halt()
[all …]
/OK3568_Linux_fs/u-boot/arch/sh/cpu/sh2/
H A Dcpu.c56 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
/OK3568_Linux_fs/u-boot/common/
H A Dkgdb_stubs.c50 flush_cache((unsigned long)from, (unsigned long)(to - from)); in kgdb_flush_cache_range()
/OK3568_Linux_fs/u-boot/tpl/arch/arm/lib/
H A Dcache.su
/OK3568_Linux_fs/u-boot/spl/arch/arm/lib/
H A Dcache.su
/OK3568_Linux_fs/u-boot/arch/microblaze/lib/
H A Dbootm.c74 flush_cache(0, XILINX_DCACHE_BYTE_SIZE); in do_bootm_linux()
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dfsl_espi_spl.c87 flush_cache(CONFIG_SYS_SPI_FLASH_U_BOOT_DST, code_len); in fsl_spi_boot()
/OK3568_Linux_fs/u-boot/arch/sh/cpu/sh4/
H A Dcache.c79 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function

1234