Searched refs:uart_base (Results 1 – 13 of 13) sorted by relevance
/linux/arch/mips/loongson32/common/ |
A D | prom.c | 20 void __iomem *uart_base; in prom_init() local 29 uart_base = ioremap(LS1X_UART3_BASE, 0x0f); in prom_init() 31 uart_base = ioremap(LS1X_UART2_BASE, 0x0f); in prom_init() 33 uart_base = ioremap(LS1X_UART1_BASE, 0x0f); in prom_init() 35 uart_base = ioremap(LS1X_UART0_BASE, 0x0f); in prom_init() 36 setup_8250_early_printk_port((unsigned long)uart_base, 0, 0); in prom_init()
|
/linux/arch/arm/mach-pxa/include/mach/ |
A D | uncompress.h | 16 unsigned long uart_base; variable 22 return *(volatile unsigned char *)(uart_base + (offset << uart_shift)); in uart_read() 27 *(volatile unsigned char *)(uart_base + (offset << uart_shift)) = val; in uart_write() 57 uart_base = FFUART_BASE; in arch_decomp_setup() 64 uart_base = STUART_BASE; in arch_decomp_setup() 67 uart_base = 0x10000000; /* nCS4 */ in arch_decomp_setup()
|
/linux/arch/mips/pic32/pic32mzda/ |
A D | early_console.c | 29 static void __iomem *uart_base; variable 56 __raw_writel(0, uart_base + U_MODE(port)); in configure_uart() 57 __raw_writel(((pbclk / baud) / 16) - 1, uart_base + U_BRG(port)); in configure_uart() 58 __raw_writel(UART_ENABLE, uart_base + U_MODE(port)); in configure_uart() 60 uart_base + PIC32_SET(U_STA(port))); in configure_uart() 138 uart_base = ioremap(PIC32_BASE_UART, 0xc00); in fw_init_early_console() 157 uart_base + U_STA(console_port)) & UART_TX_FULL) in prom_putchar() 160 __raw_writel(c, uart_base + U_TXR(console_port)); in prom_putchar()
|
/linux/arch/arm/mach-omap1/include/mach/ |
A D | uncompress.h | 30 volatile u8 *uart_base; variable 50 if (!uart_base) in putc() 54 if ((uart_base[UART_OMAP_MDR1 << uart_shift] & MDR1_MODE_MASK) != 0) in putc() 57 while (!(uart_base[UART_LSR << uart_shift] & UART_LSR_THRE)) in putc() 59 uart_base[UART_TX << uart_shift] = c; in putc() 71 uart_base = (volatile u8 *)(dbg_uart); \
|
/linux/arch/arm/mach-ixp4xx/include/mach/ |
A D | uncompress.h | 18 volatile u32* uart_base; variable 24 while ((uart_base[UART_LSR] & TX_DONE) != TX_DONE) in putc() 27 *uart_base = c; in putc() 42 uart_base = (volatile u32*) IXP4XX_UART2_BASE_PHYS; in __arch_decomp_setup() 44 uart_base = (volatile u32*) IXP4XX_UART1_BASE_PHYS; in __arch_decomp_setup()
|
/linux/arch/arm/mach-iop32x/include/mach/ |
A D | uncompress.h | 10 #define uart_base ((volatile u8 *)0xfe800000) macro 16 while ((uart_base[UART_LSR] & TX_DONE) != TX_DONE) in putc() 18 uart_base[UART_TX] = c; in putc()
|
/linux/arch/mips/generic/ |
A D | board-ocelot.c | 52 void __iomem *uart_base; in ocelot_earlyprintk_init() local 54 uart_base = ioremap(UART_UART, 0x20); in ocelot_earlyprintk_init() 55 setup_8250_early_printk_port((unsigned long)uart_base, 2, 50000); in ocelot_earlyprintk_init()
|
/linux/arch/mips/loongson2ef/common/ |
A D | Makefile | 15 obj-$(CONFIG_LOONGSON_UART_BASE) += uart_base.o
|
/linux/arch/alpha/kernel/ |
A D | smc37c669.c | 2074 SMC37c669_SERIAL_BASE_ADDRESS_REGISTER uart_base; in SMC37c669_init_local_config() local 2086 uart_base.as_uchar = in SMC37c669_init_local_config() 2096 local_config[SERIAL_0].port1 = uart_base.by_field.addr9_3 << 3; in SMC37c669_init_local_config() 2104 uart_base.as_uchar = in SMC37c669_init_local_config() 2109 local_config[SERIAL_1].port1 = uart_base.by_field.addr9_3 << 3; in SMC37c669_init_local_config()
|
/linux/arch/mips/include/asm/mach-loongson64/ |
A D | boot_param.h | 70 u64 uart_base; member
|
/linux/drivers/usb/serial/ |
A D | io_ti.c | 90 u16 uart_base; member 551 port->uart_base + UMPMEM_OFFS_UART_LSR, 1, lsr); in tx_active() 2556 edge_port->uart_base = UMPMEM_BASE_UART1; in edge_port_probe() 2560 edge_port->uart_base = UMPMEM_BASE_UART2; in edge_port_probe() 2571 __func__, port->port_number, edge_port->uart_base, in edge_port_probe()
|
/linux/arch/mips/include/asm/sn/ |
A D | klconfig.h | 127 unsigned long uart_base; member
|
/linux/drivers/tty/serial/ |
A D | omap-serial.c | 105 unsigned int uart_base; member
|
Completed in 47 milliseconds