Searched refs:iomem_base (Results 26 - 50 of 51) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dprpmc750.h90 iomem_base: (unsigned char *)PRPMC750_SERIAL_0, \
H A Dradstone_ppc7d.h156 iomem_base: (u8 *)PPC7D_SERIAL_0, \
159 iomem_base: (u8 *)PPC7D_SERIAL_1, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dcttyhack.c31 unsigned char *iomem_base; member in struct:serial_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/common/
H A Dns16550.c39 com_port = (unsigned long)rs_table[chan].iomem_base;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/4xx/
H A Dbamboo.h88 iomem_base: (void*)UART##num##_IO_BASE, \
H A Dibm405ep.h82 iomem_base: (u8 *)ACTING_UART##num##_IO_BASE, \
H A Dibm405gp.h67 iomem_base: (u8 *)UART##num##_IO_BASE, \
H A Dibm405gpr.h67 iomem_base: (u8 *)UART##num##_IO_BASE, \
H A Dibmnp405h.h57 iomem_base:(u8 *) UART##num##_IO_BASE, \
H A Dibmstb4.h89 iomem_base: (u8 *)UART##num##_IO_BASE, \
H A Dibmstbx25.h106 iomem_base: (u8 *)UART##num##_IO_BASE, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dserial.h49 unsigned char *iomem_base; member in struct:serial_struct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dcompat_ioctl.c2066 compat_uint_t iomem_base; member in struct:serial_struct32
2086 if (__copy_from_user(&ss, ss32, offsetof(SS32, iomem_base)))
2088 if (__get_user(udata, &ss32->iomem_base))
2090 ss.iomem_base = compat_ptr(udata);
2102 if (__copy_to_user(ss32,&ss,offsetof(SS32,iomem_base)))
2104 base = (unsigned long)ss.iomem_base >> 32 ?
2105 0xffffffff : (unsigned)(unsigned long)ss.iomem_base;
2106 if (__put_user(base, &ss32->iomem_base) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/myri10ge/
H A Dmyri10ge.c169 unsigned long iomem_base; member in struct:myri10ge_priv
2924 mgp->iomem_base = pci_resource_start(pdev, 0);
2928 mgp->mtrr = mtrr_add(mgp->iomem_base, mgp->board_span,
2941 mgp->sram = ioremap(mgp->iomem_base, mgp->board_span);
2944 mgp->board_span, mgp->iomem_base);
2991 netdev->base_addr = mgp->iomem_base;
3049 mtrr_del(mgp->mtrr, mgp->iomem_base, mgp->board_span);
3098 mtrr_del(mgp->mtrr, mgp->iomem_base, mgp->board_span);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dserial_core.c629 tmp.iomem_base = (void *)port->mapbase;
678 (unsigned long)new_serial.iomem_base != port->mapbase ||
755 port->mapbase = (unsigned long)new_serial.iomem_base;
H A Dpnx8xxx_uart.c603 if ((void *)sport->port.mapbase != ser->iomem_base)
H A Datmel_serial.c660 if ((void *)port->mapbase != ser->iomem_base)
H A Dimx.c781 if ((void *)sport->port.mapbase != ser->iomem_base)
H A Dm32r_sio.c972 up->port.membase = old_serial_port[i].iomem_base;
H A Dmpc52xx_uart.c386 (ser->iomem_base != (void*)port->mapbase) ||
H A Dsa1100.c574 if ((void *)sport->port.mapbase != ser->iomem_base)
H A Dserial_txx9.c759 (unsigned long)ser->iomem_base != port->mapbase)
H A Dvr41xx_siu.c678 if (port->mapbase != (unsigned long)serial->iomem_base)
H A Dmpsc.c1561 else if ((void *)pi->port.mapbase != ser->iomem_base)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/init/
H A Dinit.c252 unsigned char *iomem_base; member in struct:serial_struct

Completed in 310 milliseconds

123