| /rk3399_rockchip-uboot/arch/microblaze/cpu/ |
| H A D | cache.c | 38 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
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | xilinx_ll_temac_sdma.c | 125 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 D | xilinx_axi_emac.c | 472 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 D | rtl8139.c | 389 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()
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | cache.c | 17 __weak void flush_cache(unsigned long start, unsigned long size) in flush_cache() function 28 flush_cache(0, ~0); in flush_dcache_all()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | elf.c | 50 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 D | disk.c | 124 flush_cache(addr, (cnt+1)*info.blksz); in common_diskboot()
|
| /rk3399_rockchip-uboot/arch/sh/cpu/sh3/ |
| H A D | cpu.c | 39 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
|
| /rk3399_rockchip-uboot/board/sandbox/ |
| H A D | sandbox.c | 25 void flush_cache(unsigned long start, unsigned long size) in flush_cache() function
|
| /rk3399_rockchip-uboot/arch/powerpc/lib/ |
| H A D | cache.c | 12 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
|
| H A D | bootm.c | 170 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()
|
| /rk3399_rockchip-uboot/arch/xtensa/lib/ |
| H A D | cache.c | 30 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
|
| /rk3399_rockchip-uboot/arch/sh/cpu/sh2/ |
| H A D | cpu.c | 56 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
|
| /rk3399_rockchip-uboot/common/ |
| H A D | kgdb_stubs.c | 50 flush_cache((unsigned long)from, (unsigned long)(to - from)); in kgdb_flush_cache_range()
|
| /rk3399_rockchip-uboot/arch/microblaze/lib/ |
| H A D | bootm.c | 74 flush_cache(0, XILINX_DCACHE_BYTE_SIZE); in do_bootm_linux()
|
| /rk3399_rockchip-uboot/drivers/ram/rockchip/ |
| H A D | rockchip_dmc.c | 762 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()
|
| /rk3399_rockchip-uboot/arch/sh/cpu/sh4/ |
| H A D | cache.c | 79 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
|
| /rk3399_rockchip-uboot/drivers/mtd/spi/ |
| H A D | fsl_espi_spl.c | 87 flush_cache(CONFIG_SYS_SPI_FLASH_U_BOOT_DST, code_len); in fsl_spi_boot()
|
| /rk3399_rockchip-uboot/arch/mips/lib/ |
| H A D | reloc.c | 142 flush_cache(relocaddr, length); in relocate_code()
|
| H A D | traps.c | 93 flush_cache(ebase + offset, size); in set_handler()
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/ |
| H A D | mp.c | 119 flush_cache(bootpg_va, 4096); in setup_mp()
|
| /rk3399_rockchip-uboot/arch/m68k/lib/ |
| H A D | cache.c | 15 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
|
| /rk3399_rockchip-uboot/arch/nds32/lib/ |
| H A D | cache.c | 263 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
|
| /rk3399_rockchip-uboot/arch/nios2/cpu/ |
| H A D | cpu.c | 55 flush_cache(gd->arch.exception_addr, in copy_exception_trampoline()
|
| /rk3399_rockchip-uboot/arch/nios2/lib/ |
| H A D | cache.c | 99 void flush_cache(unsigned long start, unsigned long size) in flush_cache() function
|