memcpy32_fromio
memcpy32_fromio(host->data_buf, host->main_area0, buf_len * 2);
memcpy32_fromio(buf_read, host->main_area0, buf_len);
memcpy32_fromio(host->data_buf, host->main_area0, mtd->writesize);
memcpy32_fromio(trg, src, size);
memcpy32_fromio(host->data_buf, host->main_area0, 16);
memcpy32_fromio(host->data_buf, host->main_area0, 16);
memcpy32_fromio(fw_save->iram, ctx->iram, ctx->iram_end - ctx->iram_base);
memcpy32_fromio(fw_save->dram, ctx->dram, ctx->dram_end - ctx->dram_base);
memcpy32_fromio(fw_save->sram, ctx->mailbox, SST_MAILBOX_SIZE);
memcpy32_fromio(fw_save->ddr, ctx->ddr, ctx->ddr_end - ctx->ddr_base);
void memcpy32_fromio(void *dst, const void __iomem *src, int count);