Home
last modified time | relevance | path

Searched refs:memcpy32_fromio (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/soc/intel/atom/sst/
H A Dsst.c491 memcpy32_fromio(fw_save->iram, ctx->iram, ctx->iram_end - ctx->iram_base); in intel_sst_suspend()
492 memcpy32_fromio(fw_save->dram, ctx->dram, ctx->dram_end - ctx->dram_base); in intel_sst_suspend()
493 memcpy32_fromio(fw_save->sram, ctx->mailbox, SST_MAILBOX_SIZE); in intel_sst_suspend()
494 memcpy32_fromio(fw_save->ddr, ctx->ddr, ctx->ddr_end - ctx->ddr_base); in intel_sst_suspend()
H A Dsst_loader.c40 void memcpy32_fromio(void *dst, const void __iomem *src, int count) in memcpy32_fromio() function
H A Dsst.h528 void memcpy32_fromio(void *dst, const void __iomem *src, int count);
/openbmc/linux/drivers/mtd/nand/raw/
H A Dmxc_nand.c190 static void memcpy32_fromio(void *trg, const void __iomem *src, size_t size) in memcpy32_fromio() function
208 memcpy32_fromio(trg, src, size); in memcpy16_fromio()
612 memcpy32_fromio(host->data_buf, host->main_area0, 16); in send_read_id_v3()
626 memcpy32_fromio(host->data_buf, host->main_area0, 16); in send_read_id_v1_v2()
761 memcpy32_fromio(buf, host->main_area0, mtd->writesize); in mxc_nand_read_page_v1()
790 memcpy32_fromio(buf, host->main_area0, mtd->writesize); in mxc_nand_read_page_v2_v3()
1383 memcpy32_fromio(host->data_buf, host->main_area0, 512); in mxc_nand_command()
1423 memcpy32_fromio(host->data_buf, host->main_area0, 512); in mxc_nand_get_features()