Searched refs:UART_BASE (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/cobalt/
H A Dconsole.c9 #define UART_BASE ((void __iomem *)CKSEG1ADDR(0x1c800000)) macro
16 while (!(readb(UART_BASE + UART_LSR) & UART_LSR_THRE))
19 writeb(c, UART_BASE + UART_TX);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-iop13xx/include/mach/
H A Duncompress.h5 #define UART_BASE ((volatile u32 *)IOP13XX_UART1_PHYS) macro
10 while ((UART_BASE[UART_LSR] & TX_DONE) != TX_DONE)
12 UART_BASE[UART_TX] = c;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp23xx/include/mach/
H A Duncompress.h17 #define UART_BASE ((volatile u32 *)IXP23XX_UART1_PHYS) macro
24 if (UART_BASE[UART_LSR] & UART_LSR_THRE)
29 UART_BASE[UART_TX] = c;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ep93xx/include/mach/
H A Duncompress.h35 #define UART_BASE EP93XX_UART1_PHYS_BASE macro
37 #define UART_BASE EP93XX_UART2_PHYS_BASE macro
39 #define UART_BASE EP93XX_UART3_PHYS_BASE macro
41 #define UART_BASE EP93XX_UART1_PHYS_BASE macro
44 #define PHYS_UART_DATA (UART_BASE + 0x00)
45 #define PHYS_UART_FLAG (UART_BASE + 0x18)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ux500/include/mach/
H A Ddebug-macro.S19 #define UART_BASE UX500_UART(CONFIG_UX500_DEBUG_UART) define
24 ldreq \rx, =UART_BASE @ no, physical address
25 ldrne \rx, =IO_ADDRESS(UART_BASE) @ yes, virtual address
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp2000/include/mach/
H A Duncompress.h19 #define UART_BASE 0xc0030000 macro
21 #define PHYS(x) ((volatile unsigned long *)(UART_BASE + x))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/boot/compressed/
H A Duart-16550.c12 #define UART_BASE 0x1fd003f8 macro
13 #define PORT(offset) (CKSEG1ADDR(UART_BASE) + (offset))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-pnx8550/
H A Duart.h7 #define UART_BASE 0xbbe4a000 /* PNX8550 */ macro
9 #define PNX8550_UART_PORT0 (UART_BASE)
10 #define PNX8550_UART_PORT1 (UART_BASE + 0x1000)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pnx8550/common/
H A Dprom.c120 while( ((ip3106_fifo(UART_BASE, pnx8550_console_port) & PNX8XXX_UART_FIFO_TXFIFO) >> 16) >= 16)
123 ip3106_fifo(UART_BASE, pnx8550_console_port) = c;
H A Dsetup.c138 ip3106_lcr(UART_BASE, pnx8550_console_port) =
140 ip3106_baud(UART_BASE, pnx8550_console_port) = 5;

Completed in 127 milliseconds