Searched refs:of_ioremap (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dof_device.h35 extern void __iomem *of_ioremap(struct resource *res, unsigned long offset, unsigned long size, char *name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dof_device.h36 extern void __iomem *of_ioremap(struct resource *res, unsigned long offset, unsigned long size, char *name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dtcx.c396 all->par.tec = of_ioremap(&op->resource[7], 0,
398 all->par.thc = of_ioremap(&op->resource[9], 0,
400 all->par.bt = of_ioremap(&op->resource[8], 0,
402 all->info.screen_base = of_ioremap(&op->resource[0], 0,
413 all->par.cplane = of_ioremap(&op->resource[4], 0,
H A Dleo.c573 of_ioremap(&op->resource[0], LEO_OFF_LC_SS0_USR,
576 of_ioremap(&op->resource[0], LEO_OFF_LD_SS0,
579 of_ioremap(&op->resource[0], LEO_OFF_LD_SS1,
582 of_ioremap(&op->resource[0], LEO_OFF_LX_KRN,
585 of_ioremap(&op->resource[0], LEO_OFF_LX_CURSOR,
588 of_ioremap(&op->resource[0], LEO_OFF_SS0,
H A Dcg14.c502 all->par.regs = of_ioremap(&op->resource[0], 0,
504 all->par.clut = of_ioremap(&op->resource[0], CG14_CLUT1,
506 all->par.cursor = of_ioremap(&op->resource[0], CG14_CURSORREGS,
509 all->info.screen_base = of_ioremap(&op->resource[1], 0,
H A Dp9100.c288 all->par.regs = of_ioremap(&op->resource[0], 0,
297 all->info.screen_base = of_ioremap(&op->resource[2], 0,
H A Dcg6.c708 all->par.fbc = of_ioremap(&op->resource[0], CG6_FBC_OFFSET,
710 all->par.tec = of_ioremap(&op->resource[0], CG6_TEC_OFFSET,
712 all->par.thc = of_ioremap(&op->resource[0], CG6_THC_OFFSET,
714 all->par.bt = of_ioremap(&op->resource[0], CG6_BROOKTREE_OFFSET,
716 all->par.fhc = of_ioremap(&op->resource[0], CG6_FHC_OFFSET,
723 all->info.screen_base = of_ioremap(&op->resource[0], CG6_RAM_OFFSET,
H A Dbw2.c311 all->par.regs = of_ioremap(&op->resource[0], BWTWO_REGISTER_OFFSET,
323 of_ioremap(&op->resource[0], 0, all->par.fbsize, "bw2 ram");
H A Dcg3.c389 all->par.regs = of_ioremap(&op->resource[0], CG3_REGS_OFFSET,
395 of_ioremap(&op->resource[0], CG3_RAM_OFFSET,
H A Dffb.c923 all->par.fbc = of_ioremap(&op->resource[2], 0,
930 all->par.dac = of_ioremap(&op->resource[1], 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/serio/
H A Di8042-sparcio.h62 kbd_iobase = of_ioremap(&kbd->resource[0],
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dauxio.c137 auxio_register = of_ioremap(&dev->resource[0], 0, size, "auxio");
H A Dpower.c124 power_reg = of_ioremap(res, 0, 0x4, "power");
H A Dof_device.c131 void __iomem *of_ioremap(struct resource *res, unsigned long offset, unsigned long size, char *name) function
145 EXPORT_SYMBOL(of_ioremap); variable
H A Dtime.c742 regs = of_ioremap(&op->resource[0], 0, size, "clock");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dtime.c313 mstk48t02_regs = of_ioremap(&op->resource[0], 0,
319 mstk48t08_regs = of_ioremap(&op->resource[0], 0,
H A Dioport.c147 void __iomem *of_ioremap(struct resource *res, unsigned long offset, function
154 EXPORT_SYMBOL(of_ioremap); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dsunsab.c974 up->port.membase = of_ioremap(&op->resource[0], offset,
H A Dsunsu.c1417 up->port.membase = of_ioremap(rp, 0, up->reg_size, "su");
H A Dsunzilog.c1372 sunzilog_chip_regs[inst] = of_ioremap(&op->resource[0], 0,

Completed in 345 milliseconds