/linux-4.1.27/arch/arm/mach-iop32x/include/mach/ |
H A D | uncompress.h | 10 volatile u8 *uart_base; variable 16 while ((uart_base[UART_LSR] & TX_DONE) != TX_DONE) putc() 18 uart_base[UART_TX] = c; putc() 28 uart_base = (volatile u8 *)IQ80321_UART; __arch_decomp_setup() 30 uart_base = (volatile u8 *)IQ31244_UART; __arch_decomp_setup() 32 uart_base = (volatile u8 *)0xfe800000; __arch_decomp_setup()
|
/linux-4.1.27/arch/arm/mach-iop33x/include/mach/ |
H A D | uncompress.h | 10 volatile u32 *uart_base; variable 16 while ((uart_base[UART_LSR] & TX_DONE) != TX_DONE) putc() 18 uart_base[UART_TX] = c; putc() 28 uart_base = (volatile u32 *)IOP33X_UART0_PHYS; __arch_decomp_setup() 30 uart_base = (volatile u32 *)0xfe800000; __arch_decomp_setup()
|
/linux-4.1.27/arch/arm/mach-ixp4xx/include/mach/ |
H A D | uncompress.h | 22 volatile u32* uart_base; variable 28 while ((uart_base[UART_LSR] & TX_DONE) != TX_DONE) putc() 31 *uart_base = c; putc() 46 uart_base = (volatile u32*) IXP4XX_UART2_BASE_PHYS; __arch_decomp_setup() 48 uart_base = (volatile u32*) IXP4XX_UART1_BASE_PHYS; __arch_decomp_setup()
|
/linux-4.1.27/arch/mips/loongson/common/ |
H A D | early_printk.c | 31 unsigned char *uart_base; prom_putchar() local 33 uart_base = (unsigned char *)_loongson_uart_base[0]; prom_putchar() 36 while (((serial_in(uart_base, UART_LSR) & UART_LSR_THRE) == 0) && prom_putchar() 40 serial_out(uart_base, UART_TX, c); prom_putchar()
|
H A D | serial.c | 83 loongson_uart_base[i] = loongson_sysconf.uarts[i].uart_base; serial_init()
|
/linux-4.1.27/arch/mips/loongson1/common/ |
H A D | prom.c | 60 void __iomem *uart_base; prom_init() local 71 uart_base = ioremap_nocache(LS1X_UART3_BASE, 0x0f); prom_init() 73 uart_base = ioremap_nocache(LS1X_UART2_BASE, 0x0f); prom_init() 75 uart_base = ioremap_nocache(LS1X_UART1_BASE, 0x0f); prom_init() 77 uart_base = ioremap_nocache(LS1X_UART0_BASE, 0x0f); prom_init() 78 setup_8250_early_printk_port((unsigned long)uart_base, 0, 0); prom_init()
|
/linux-4.1.27/arch/arm/mach-pxa/include/mach/ |
H A D | uncompress.h | 19 unsigned long uart_base; variable 25 return *(volatile unsigned char *)(uart_base + (offset << uart_shift)); uart_read() 30 *(volatile unsigned char *)(uart_base + (offset << uart_shift)) = val; uart_write() 60 uart_base = FFUART_BASE; arch_decomp_setup() 67 uart_base = STUART_BASE; arch_decomp_setup() 70 uart_base = 0x10000000; /* nCS4 */ arch_decomp_setup()
|
/linux-4.1.27/arch/arm/mach-w90x900/include/mach/ |
H A D | uncompress.h | 28 static volatile u32 * const uart_base = (u32 *)UART0_PA; variable 34 while ((uart_base[UART_LSR] & TX_DONE) != TX_DONE) putc() 37 *uart_base = ch; putc()
|
/linux-4.1.27/arch/arm/mach-omap1/include/mach/ |
H A D | uncompress.h | 30 volatile u8 *uart_base; variable 50 if (!uart_base) putc() 54 if ((uart_base[UART_OMAP_MDR1 << uart_shift] & MDR1_MODE_MASK) != 0) putc() 57 while (!(uart_base[UART_LSR << uart_shift] & UART_LSR_THRE)) putc() 59 uart_base[UART_TX << uart_shift] = c; putc() 71 uart_base = (volatile u8 *)(dbg_uart); \
|
/linux-4.1.27/include/linux/platform_data/ |
H A D | bt-nokia-h4p.h | 34 phys_addr_t uart_base; member in struct:hci_h4p_platform_data
|
/linux-4.1.27/arch/mips/include/asm/mach-loongson/ |
H A D | boot_param.h | 57 u64 uart_base; member in struct:uart_device
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | io_ti.c | 75 __u16 uart_base; member in struct:edgeport_port 506 port->uart_base + UMPMEM_OFFS_UART_LSR, 1, lsr); tx_active() 2424 edge_port->uart_base = UMPMEM_BASE_UART1; edge_port_probe() 2428 edge_port->uart_base = UMPMEM_BASE_UART2; edge_port_probe() 2438 "%s - port_number = %d, uart_base = %04x, dma_address = %04x\n", edge_port_probe() 2439 __func__, port->port_number, edge_port->uart_base, edge_port_probe()
|
/linux-4.1.27/arch/alpha/kernel/ |
H A D | smc37c669.c | 2089 SMC37c669_SERIAL_BASE_ADDRESS_REGISTER uart_base; SMC37c669_init_local_config() 2101 uart_base.as_uchar = SMC37c669_init_local_config() 2111 local_config[SERIAL_0].port1 = uart_base.by_field.addr9_3 << 3; SMC37c669_init_local_config() 2119 uart_base.as_uchar = SMC37c669_init_local_config() 2124 local_config[SERIAL_1].port1 = uart_base.by_field.addr9_3 << 3; SMC37c669_init_local_config() 2078 SMC37c669_SERIAL_BASE_ADDRESS_REGISTER uart_base; SMC37c669_init_local_config() local
|
/linux-4.1.27/arch/mips/include/asm/sn/ |
H A D | klconfig.h | 127 unsigned long uart_base; member in struct:console_s
|
/linux-4.1.27/drivers/tty/serial/ |
H A D | omap-serial.c | 115 unsigned int uart_base; member in struct:uart_omap_dma
|