Searched refs:of_ioremap (Results 1 – 18 of 18) sorted by relevance
| /arch/sparc/kernel/ |
| A D | central.c | 74 p->clock_freq_regs = of_ioremap(&op->resource[0], 0, in clock_board_probe() 82 p->clock_regs = of_ioremap(&op->resource[1], 0, in clock_board_probe() 91 p->clock_ver_reg = of_ioremap(&op->resource[2], 0, in clock_board_probe() 174 p->pregs = of_ioremap(&op->resource[0], 0, in fhc_probe()
|
| A D | auxio_32.c | 69 auxio_register = of_ioremap(&r, 0, auxregs[0].reg_size, "auxio"); in auxio_probe() 134 (u8 __iomem *)of_ioremap(&r, 0, regs.reg_size, "auxpower"); in auxio_power_probe()
|
| A D | power.c | 43 power_reg = of_ioremap(res, 0, 0x4, "power"); in power_probe()
|
| A D | pmc.c | 59 regs = of_ioremap(&op->resource[0], 0, in pmc_probe()
|
| A D | ioport.c | 148 void __iomem *of_ioremap(struct resource *res, unsigned long offset, in of_ioremap() function 155 EXPORT_SYMBOL(of_ioremap);
|
| A D | time_32.c | 286 m48t59_data.ioaddr = of_ioremap(&op->resource[0], 0, in clock_probe() 290 m48t59_data.ioaddr = of_ioremap(&op->resource[0], 0, in clock_probe()
|
| A D | auxio_64.c | 122 auxio_register = of_ioremap(&dev->resource[0], 0, size, "auxio"); in auxio_probe()
|
| A D | apc.c | 147 regs = of_ioremap(&op->resource[0], 0, in apc_probe()
|
| A D | of_device_common.c | 50 return of_ioremap(r, 0, resource_size(r), (char *) r->name); in of_iomap()
|
| A D | of_device_64.c | 18 void __iomem *of_ioremap(struct resource *res, unsigned long offset, unsigned long size, char *name) in of_ioremap() function 32 EXPORT_SYMBOL(of_ioremap);
|
| A D | chmc.c | 446 p->regs = of_ioremap(&op->resource[0], 0, JBUSMC_REGS_SIZE, "jbusmc"); in jbusmc_probe() 734 p->regs = of_ioremap(&op->resource[0], 0, 0x48, "chmc"); in chmc_probe()
|
| A D | sun4d_irq.c | 454 sun4d_timers = of_ioremap(&res, BW_TIMER_LIMIT, in sun4d_init_timers()
|
| A D | leon_pci_grpci2.c | 705 regs = of_ioremap(&ofdev->resource[0], 0, in grpci2_of_probe()
|
| /arch/sparc/include/asm/ |
| A D | prom.h | 48 void __iomem *of_ioremap(struct resource *res, unsigned long offset, unsigned long size, char *name…
|
| A D | parport_64.h | 143 of_ioremap(&op->resource[2], 0, d_len, "ECPP DMA"); in ecpp_probe()
|
| A D | floppy_32.h | 319 sun_fdc = of_ioremap(&r, 0, fd_regs[0].reg_size, "floppy"); in sun_floppy_init()
|
| /arch/sparc/mm/ |
| A D | io-unit.c | 60 xpt = of_ioremap(&op->resource[2], 0, PAGE_SIZE * 16, "XPT"); in iounit_iommu_init()
|
| A D | iommu.c | 73 iommu->regs = of_ioremap(&op->resource[0], 0, PAGE_SIZE * 3, in sbus_iommu_init()
|
Completed in 24 milliseconds