Searched refs:iomem_base (Results 1 - 25 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 Dlopec.h30 iomem_base: (u8 *) 0xffe10000, \
33 iomem_base: (u8 *) 0xffe11000, \
36 iomem_base: (u8 *) 0xffe12000, \
H A Dpal4_serial.h31 iomem_base: (unsigned char *) CPC700_SERIAL_1, \
34 iomem_base: (unsigned char *) CPC700_SERIAL_2, \
H A Dsandpoint.h58 iomem_base: (u8 *)SANDPOINT_SERIAL_0, \
61 iomem_base: (u8 *)SANDPOINT_SERIAL_1, \
H A Dpowerpmc250.h48 iomem_base: (u8 *)POWERPMC250_SERIAL, \
H A Dmvme5100.h77 iomem_base: (unsigned char *)MVME5100_SERIAL_1, \
83 iomem_base: (unsigned char *)MVME5100_SERIAL_2, \
H A Dprpmc800.h75 iomem_base: (unsigned char *)PRPMC800_SERIAL_1, \
H A Dspruce.h63 iomem_base: (unsigned char *) UART##num##_IO_BASE, \
H A Dchestnut.h120 iomem_base: (u8 *)CHESTNUT_UART##num##_IO_BASE, \
H A Dev64260.h119 iomem_base: (u8 *)EV64260_SERIAL_0, /* ttyS0 */ \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/ibmasm/
H A Duart.c37 void __iomem *iomem_base; local
39 iomem_base = sp->base_address + SCOUT_COM_B_BASE;
44 if (0 == readl(iomem_base + UART_SCR)) {
55 uport.membase = iomem_base;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/85xx/
H A Dsbc8560.h38 iomem_base: (u8 *)UARTA_ADDR, \
41 iomem_base: (u8 *)UARTB_ADDR, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dserial.h43 .iomem_base = (u8 *) base, .iomem_reg_shift = 0, \
60 .iomem_base = EV64120_UART0_REGS_BASE, .iomem_reg_shift = 2, \
64 .iomem_base = EV64120_UART1_REGS_BASE, .iomem_reg_shift = 2, \
90 .iomem_base = (u8 *) base, iomem_reg_shift: 2, \
108 .iomem_base = (u8 *) base, .iomem_reg_shift = 2, \
130 .iomem_base = (u8 *) base, \
145 .flags = STD_COM_FLAGS, .iomem_base = (u8*)0xbfa04200, \
148 .flags = STD_COM_FLAGS, .iomem_base = (u8*)0xbfa04240, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dserial.h43 .iomem_base = (u8 *) base, .iomem_reg_shift = 0, \
60 .iomem_base = EV64120_UART0_REGS_BASE, .iomem_reg_shift = 2, \
64 .iomem_base = EV64120_UART1_REGS_BASE, .iomem_reg_shift = 2, \
90 .iomem_base = (u8 *) base, iomem_reg_shift: 2, \
108 .iomem_base = (u8 *) base, .iomem_reg_shift = 2, \
130 .iomem_base = (u8 *) base, \
145 .flags = STD_COM_FLAGS, .iomem_base = (u8*)0xbfa04200, \
148 .flags = STD_COM_FLAGS, .iomem_base = (u8*)0xbfa04240, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/include/
H A Dserial.h37 u8 *iomem_base; member in struct:serial_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dm32r_sio.h39 unsigned char __iomem *iomem_base; member in struct:old_serial_port
H A D8250.h28 unsigned char *iomem_base; member in struct:old_serial_port
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/brcm-boards/generic/
H A Dgdb_hook.c52 return readb(info->iomem_base + (offset<<info->iomem_reg_shift));
58 writeb(value, info->iomem_base + (offset<<info->iomem_reg_shift));
68 kdb_port_info.iomem_base = ser->membase;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A DserialP.h41 u8 *iomem_base; member in struct:serial_state
77 u8 *iomem_base; member in struct:async_struct
95 #define CONFIGURED_SERIAL_PORT(info) ((info)->port || ((info)->iomem_base))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/4xx/
H A Dluan.h55 iomem_base: (void*)UART##num##_IO_BASE, \
H A Dtaishan.h46 iomem_base: (void*)UART##num##_IO_BASE, \
H A Debony.h75 iomem_base: (void*)UART##num##_IO_BASE, \
H A Docotea.h72 iomem_base: (void*)UART##num##_IO_BASE, \
H A Dyucca.h86 iomem_base: (void*)UART##num##_IO_BASE, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/4xx/xparameters/
H A Dxparameters.h32 .iomem_base = (u8 *)XPAR_UARTNS550_0_BASEADDR + 3, \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dgen550_dbg.c78 com_port = (unsigned long)rs_table[chan].iomem_base;
157 rs_table[i].iomem_base = serial_req->membase;

Completed in 126 milliseconds

123