Home
last modified time | relevance | path

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

/drivers/mtd/onenand/
Domap2.c57 unsigned long phys_base; member
338 dma_src = c->phys_base + bram_offset; in omap3_onenand_read_bufferram()
410 dma_dst = c->phys_base + bram_offset; in omap3_onenand_write_bufferram()
481 dma_src = c->phys_base + bram_offset; in omap2_onenand_read_bufferram()
528 dma_dst = c->phys_base + bram_offset; in omap2_onenand_write_bufferram()
650 r = gpmc_cs_request(c->gpmc_cs, ONENAND_IO_SIZE, &c->phys_base); in omap2_onenand_probe()
656 if (request_mem_region(c->phys_base, ONENAND_IO_SIZE, in omap2_onenand_probe()
659 "size: 0x%x\n", c->phys_base, ONENAND_IO_SIZE); in omap2_onenand_probe()
663 c->onenand.base = ioremap(c->phys_base, ONENAND_IO_SIZE); in omap2_onenand_probe()
715 "base %p, freq %d MHz\n", c->gpmc_cs, c->phys_base, in omap2_onenand_probe()
[all …]
Dsamsung.c148 unsigned long phys_base; member
678 dma_src = onenand->phys_base + (p - this->base); in s5pc110_read_bufferram()
682 dma_src = onenand->phys_base + (p - this->base); in s5pc110_read_bufferram()
986 onenand->phys_base = onenand->base_res->start; in s3c_onenand_probe()
/drivers/mmc/host/
Dgoldfish.c129 unsigned int phys_base; member
504 host->phys_base = buf_addr; in goldfish_mmc_probe()
536 GOLDFISH_MMC_WRITE(host, MMC_SET_BUFFER, host->phys_base); in goldfish_mmc_probe()
547 dma_free_writecombine(&pdev->dev, BUFFER_SIZE, host->virt_base, host->phys_base); in goldfish_mmc_probe()
549 dma_free_coherent(NULL, BUFFER_SIZE, host->virt_base, host->phys_base); in goldfish_mmc_probe()
570 dma_free_writecombine(&pdev->dev, BUFFER_SIZE, host->virt_base, host->phys_base); in goldfish_mmc_remove()
572 dma_free_coherent(NULL, BUFFER_SIZE, host->virt_base, host->phys_base); in goldfish_mmc_remove()
Domap.c133 unsigned int phys_base; member
907 data_addr = host->phys_base + OMAP_MMC_REG(host, DATA); in mmc_omap_prepare_dma()
1459 host->phys_base = host->mem_res->start; in mmc_omap_probe()
/drivers/mtd/nand/
Domap2.c120 unsigned long phys_base; member
385 info->phys_base, 0, 0); in omap_nand_dma_transfer()
393 info->phys_base, 0, 0); in omap_nand_dma_transfer()
953 info->phys_base = pdata->phys_base; in omap_nand_probe()
965 if (!request_mem_region(info->phys_base, NAND_IO_SIZE, in omap_nand_probe()
971 info->nand.IO_ADDR_R = ioremap(info->phys_base, NAND_IO_SIZE); in omap_nand_probe()
1113 release_mem_region(info->phys_base, NAND_IO_SIZE); in omap_nand_probe()
1136 release_mem_region(info->phys_base, NAND_IO_SIZE); in omap_nand_remove()
/drivers/video/
Dhpfb.c209 static int __devinit hpfb_init_one(unsigned long phys_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.c277 unsigned long phys_base = PAGE_OFFSET; in clps711x_guess_lcd_params() local
357 info->fix.smem_start = phys_base; in clps711x_guess_lcd_params()
/drivers/crypto/
Domap-aes.c98 unsigned long phys_base; member
252 dd->phys_base + AES_REG_DATA, 0, 4); in omap_aes_write_ctrl()
259 dd->phys_base + AES_REG_DATA, 0, 4); in omap_aes_write_ctrl()
828 dd->phys_base = res->start; in omap_aes_probe()
852 dd->io_base = ioremap(dd->phys_base, SZ_4K); in omap_aes_probe()
Domap-sham.c140 unsigned long phys_base; member
705 dd->phys_base + SHA_REG_DIN(0), 0, 16); in omap_sham_handle_queue()
1171 dd->phys_base = res->start; in omap_sham_probe()
1209 dd->io_base = ioremap(dd->phys_base, SZ_4K); in omap_sham_probe()
/drivers/spi/
Dspi-pxa2xx-pci.c95 ssp->phys_base = pci_resource_start(dev, 0); in ce4100_spi_probe()
Dspi-pxa2xx.c1576 drv_data->ssdr_physical = ssp->phys_base + SSDR; in pxa2xx_spi_probe()
/drivers/atm/
Dfore200e.c347 fore200e->name, fore200e->phys_base, in fore200e_shutdown()
535 fore200e->virt_base = ioremap(fore200e->phys_base, PCA200E_IOSPACE_LENGTH); in fore200e_pca_map()
2667 fore200e->phys_base = op->resource[0].start; in fore200e_sba_probe()
2737 fore200e->phys_base = pci_resource_start(pci_dev, 0); in fore200e_pca_detect()
2745 fore200e->phys_base, fore200e_irq_itoa(fore200e->irq)); in fore200e_pca_detect()
2860 (void*)fore200e->phys_base, in fore200e_proc_read()
Dfore200e.h848 unsigned long phys_base; /* physical base address */ member