Home
last modified time | relevance | path

Searched refs:phys_base (Results 1 – 25 of 40) sorted by relevance

12

/drivers/pci/endpoint/
Dpci-epc-mem.c59 int __pci_epc_mem_init(struct pci_epc *epc, phys_addr_t phys_base, size_t size, in __pci_epc_mem_init() argument
89 mem->phys_base = phys_base; in __pci_epc_mem_init()
148 *phys_addr = mem->phys_base + (pageno << page_shift); in pci_epc_mem_alloc_addr()
175 pageno = (phys_addr - mem->phys_base) >> page_shift; in pci_epc_mem_free_addr()
/drivers/mtd/onenand/
Domap2.c52 unsigned long phys_base; member
335 dma_src = c->phys_base + bram_offset; in omap3_onenand_read_bufferram()
407 dma_dst = c->phys_base + bram_offset; in omap3_onenand_write_bufferram()
484 dma_src = c->phys_base + bram_offset; in omap2_onenand_read_bufferram()
531 dma_dst = c->phys_base + bram_offset; in omap2_onenand_write_bufferram()
646 c->phys_base = res->start; in omap2_onenand_probe()
649 if (request_mem_region(c->phys_base, c->mem_size, in omap2_onenand_probe()
652 c->phys_base, c->mem_size); in omap2_onenand_probe()
656 c->onenand.base = ioremap(c->phys_base, c->mem_size); in omap2_onenand_probe()
708 "base %p, freq %d MHz\n", c->gpmc_cs, c->phys_base, in omap2_onenand_probe()
[all …]
Dsamsung.c142 unsigned long phys_base; member
661 dma_src = onenand->phys_base + (p - this->base); in s5pc110_read_bufferram()
665 dma_src = onenand->phys_base + (p - this->base); in s5pc110_read_bufferram()
963 onenand->phys_base = onenand->base_res->start; in s3c_onenand_probe()
/drivers/mmc/host/
Dandroid-goldfish.c122 unsigned int phys_base; member
481 host->phys_base = buf_addr; in goldfish_mmc_probe()
516 GOLDFISH_MMC_WRITE(host, MMC_SET_BUFFER, host->phys_base); in goldfish_mmc_probe()
526 host->phys_base); in goldfish_mmc_probe()
543 dma_free_coherent(&pdev->dev, BUFFER_SIZE, host->virt_base, host->phys_base); in goldfish_mmc_remove()
Dmxcmmc.c128 dma_addr_t phys_base; member
834 config->dst_addr = host->phys_base + MMC_REG_BUFFER_ACCESS; in mxcmci_setup_dma()
835 config->src_addr = host->phys_base + MMC_REG_BUFFER_ACCESS; in mxcmci_setup_dma()
1037 host->phys_base = res->start; in mxcmci_probe()
Domap.c135 unsigned int phys_base; member
1021 .src_addr = host->phys_base + in mmc_omap_prepare_data()
1023 .dst_addr = host->phys_base + in mmc_omap_prepare_data()
1379 host->phys_base = res->start; in mmc_omap_probe()
/drivers/irqchip/
Dirq-gic-v3.c46 phys_addr_t phys_base; member
484 gic_data_rdist()->phys_base = region->phys_base + offset; in __gic_populate_rdist()
489 &gic_data_rdist()->phys_base); in __gic_populate_rdist()
1222 rdist_regs[i].phys_base = res.start; in gic_of_init()
1263 gic_acpi_register_redist(phys_addr_t phys_base, void __iomem *redist_base) in gic_acpi_register_redist() argument
1267 acpi_data.redist_regs[count].phys_base = phys_base; in gic_acpi_register_redist()
Dirq-gic-v3-its.c100 phys_addr_t phys_base; member
1115 addr = its->phys_base + GITS_TRANSLATER; in its_irq_compose_msi_msg()
1499 &its->phys_base, its_base_type_string[type], in its_setup_baser()
1588 &its->phys_base, its_base_type_string[type], in its_setup_baser()
1600 &its->phys_base, (int)(PAGE_ORDER_TO_SIZE(order) / (int)tmp), in its_setup_baser()
1654 &its->phys_base, its_base_type_string[type], in its_parse_indirect_baser()
1886 target = gic_data_rdist()->phys_base; in its_cpu_init_collection()
2996 its->phys_base = res->start; in its_probe_one()
/drivers/video/fbdev/
Dhpfb.c209 static int hpfb_init_one(unsigned long phys_base, unsigned long virt_base) in hpfb_init_one() argument
219 if (phys_base >= DIOII_BASE) { in hpfb_init_one()
220 fb_info.fix.smem_start += phys_base; in hpfb_init_one()
Dclps711xfb.c185 unsigned long phys_base = PAGE_OFFSET; in clps711x_guess_lcd_params() local
265 info->fix.smem_start = phys_base; in clps711x_guess_lcd_params()
/drivers/crypto/cavium/cpt/
Dcptpf_main.c158 (u64)mcode->phys_base); in cpt_load_microcode()
282 &mcode->phys_base, GFP_KERNEL); in cpt_ucode_load_fw()
303 dev_dbg(dev, "mcode->phys_base = %llx\n", mcode->phys_base); in cpt_ucode_load_fw()
423 mcode->code, mcode->phys_base); in cpt_unload_microcode()
Dcptpf.h34 dma_addr_t phys_base; member
/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi_wp.c268 wp->phys_base = res->start; in hdmi_wp_init()
281 return wp->phys_base + HDMI_WP_AUDIO_DATA; in hdmi_wp_get_audio_dma_addr()
Dhdmi.h236 phys_addr_t phys_base; member
/drivers/gpu/drm/omapdrm/dss/
Dhdmi_wp.c291 wp->phys_base = res->start; in hdmi_wp_init()
299 return wp->phys_base + HDMI_WP_AUDIO_DATA; in hdmi_wp_get_audio_dma_addr()
Dhdmi.h236 phys_addr_t phys_base; member
/drivers/iio/adc/
Dstm32-adc-core.h186 phys_addr_t phys_base; member
/drivers/pinctrl/ti/
Dpinctrl-ti-iodelay.c146 unsigned long phys_base; member
677 iod->phys_base + offset, in ti_iodelay_pin_dbg_show()
860 iod->phys_base = res->start; in ti_iodelay_probe()
/drivers/crypto/
Domap-des.c136 unsigned long phys_base; member
403 cfg.src_addr = dd->phys_base + DES_REG_DATA_N(dd, 0); in omap_des_crypt_dma()
404 cfg.dst_addr = dd->phys_base + DES_REG_DATA_N(dd, 0); in omap_des_crypt_dma()
993 dd->phys_base = res->start; in omap_des_probe()
Domap-aes.h155 unsigned long phys_base; member
Datmel-tdes.c95 unsigned long phys_base; member
736 dd->dma_lch_in.dma_conf.dst_addr = dd->phys_base + in atmel_tdes_dma_init()
752 dd->dma_lch_out.dma_conf.src_addr = dd->phys_base + in atmel_tdes_dma_init()
1394 tdes_dd->phys_base = tdes_res->start; in atmel_tdes_probe()
Domap-aes.c291 cfg.src_addr = dd->phys_base + AES_REG_DATA_N(dd, 0); in omap_aes_crypt_dma()
292 cfg.dst_addr = dd->phys_base + AES_REG_DATA_N(dd, 0); in omap_aes_crypt_dma()
1064 dd->phys_base = res.start; in omap_aes_probe()
/drivers/tty/serial/
Drp2.c673 resource_size_t phys_base; in rp2_fw_cb() local
682 phys_base = pci_resource_start(card->pdev, 1); in rp2_fw_cb()
706 p->mapbase = phys_base + RP2_PORT_BASE + j*RP2_PORT_SPACING; in rp2_fw_cb()
/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.c68 dmem->phys_base = NICVF_ALIGNED_ADDR((u64)dmem->dma, align_bytes); in nicvf_alloc_q_desc_mem()
69 dmem->base = dmem->unalign_base + (dmem->phys_base - dmem->dma); in nicvf_alloc_q_desc_mem()
839 qidx, (u64)(cq->dmem.phys_base)); in nicvf_cmp_queue_config()
888 qidx, (u64)(sq->dmem.phys_base)); in nicvf_snd_queue_config()
928 qidx, (u64)(rbdr->dmem.phys_base)); in nicvf_rbdr_config()
/drivers/spi/
Dspi-pxa2xx-pci.c228 ssp->phys_base = pci_resource_start(dev, 0); in pxa2xx_spi_pci_probe()

12