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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-stmp3xxx/include/mach/
H A Duncompress.h23 #define UART(c) (((volatile unsigned *)UARTDBG_BASE)[c]) macro
31 while ((UART(6) & (1<<7)) == 0)
35 UART(0) = c;
37 /* Wait for last bit to exit the UART */
38 while (UART(6) & (1<<3))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/include/mach/
H A Duncompress.h18 #define UART(x) (*(volatile unsigned long *)(serial_port + (x))) macro
26 if (UART(UTCR3) & UTCR3_TXE) break;
28 if (UART(UTCR3) & UTCR3_TXE) break;
30 if (UART(UTCR3) & UTCR3_TXE) break;
34 /* wait for space in the UART's transmitter */
35 while (!(UART(UTSR1) & UTSR1_TNF))
39 UART(UTDR) = c;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mmp/include/mach/
H A Duncompress.h17 static volatile unsigned long *UART; variable
21 /* UART enabled? */
22 if (!(UART[UART_IER] & UART_IER_UUE))
25 while (!(UART[UART_LSR] & UART_LSR_THRE))
28 UART[UART_TX] = c;
41 UART = (unsigned long *)UART2_BASE;
44 UART = (unsigned long *)UART3_BASE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-aaec2000/include/mach/
H A Duncompress.h16 #define UART(x) (*(volatile unsigned long *)(serial_port + (x))) macro
23 if (UART(UART_CR) & UART_CR_EN) break;
25 if (UART(UART_CR) & UART_CR_EN) break;
27 if (UART(UART_CR) & UART_CR_EN) break;
31 /* wait for space in the UART's transmitter */
32 while ((UART(UART_SR) & UART_SR_TxFF))
36 UART(UART_DR) = c;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-gemini/include/mach/
H A Duncompress.h19 static volatile unsigned long *UART = (unsigned long *)GEMINI_UART_BASE; variable
28 while (!(UART[UART_LSR] & UART_LSR_THRE))
30 UART[UART_TX] = c;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-sead3/
H A Dsead3-platform.c9 * Probe driver for the SEAD3 UART ports
16 #define UART(base, int) \ macro
27 UART(0x1f000900, MIPS_CPU_IRQ_BASE + 4), /* ttyS0 = USB */
28 UART(0x1f000800, MIPS_CPU_IRQ_BASE + 4), /* ttyS1 = RS232 */
49 MODULE_DESCRIPTION("8250 UART probe driver for SEAD3");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-iop32x/include/mach/
H A Ddebug-macro.S16 orr \rx, \rx, #0x00800000 @ location of the UART
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-mxc/include/mach/
H A Duncompress.h26 #define UART(x) (*(volatile unsigned long *)(uart_base + (x))) macro
47 if (!(UART(UCR1) & UCR1_UARTEN))
50 while (!(UART(USR2) & USR2_TXFE))
53 UART(TXR) = ch;
/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.S14 #error Invalid Ux500 debug UART
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/include/mach/
H A Duncompress.h5 * The NorthStar chip has two UART channels in ChipcommonA which are
6 * byte-spaced and must be byte addressed, while the UART in ChipcommonB
14 #ifndef CONFIG_DEBUG_LL /* Enable debug UART offset calculations */
40 #error UART register shift value unsupported
H A Dio_map.h10 * This is the address of the UART used for low-level debug,
57 #error Configured debug UART address does not match known devices
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-nuc93x/
H A Dcpu.c45 IODESC_ENT(UART),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/
H A Dcpu.c177 IODESC_ENT(UART)
H A Dsleep.S38 * reset the UART configuration, only enable if you really need this!
113 @@ load UART to allow us to print the two characters for
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-w90x900/
H A Dcpu.c45 IODESC_ENT(UART),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dplat-head.S41 @ Disable d-chace and MMU for UART to work for sure
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sibyte/common/
H A Dsb_tbprof.c46 #error invalid SiByte UART configuation
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dsb1250-duart.c76 #error invalid SB1250 UART configuration
H A Dbfin_5xx.c50 /* UART name and device definitions */
61 # error KGDB only support UART in PIO mode.
341 * 05000215 - we always clear ETBEI within last UART TX
547 * 05000215 - we always clear ETBEI within last UART TX
630 printk(KERN_NOTICE "Unable to attach Blackfin UART RX DMA channel\n");
635 printk(KERN_NOTICE "Unable to attach Blackfin UART TX DMA channel\n");
672 printk(KERN_NOTICE "Unable to attach BlackFin UART RX interrupt\n");
679 printk(KERN_NOTICE "Unable to attach BlackFin UART TX interrupt\n");
704 printk(KERN_NOTICE"Fail to attach UART interrupt\n");
711 printk(KERN_NOTICE "Fail to attach UART interrup
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dsiutils.c733 /* bits 0 - 3 cleared enables UART */
789 /* drive default pins for UART. Note: 15 values possible;
795 uint8 uartopt_ix = MUXENAB4335_GETIX(w, UART);
6034 /* set UART/SECI baud rate */
7412 * This routine will set UART speed and flow control.
7512 * This routine will read UART speed and flow control.

Completed in 391 milliseconds