Home
last modified time | relevance | path

Searched refs:uart_base (Results 1 – 7 of 7) sorted by relevance

/linux/arch/mips/pic32/pic32mzda/
H A Dearly_console.c29 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()
156 uart_base + U_STA(console_port)) & UART_TX_FULL) in prom_putchar()
159 __raw_writel(c, uart_base + U_TXR(console_port)); in prom_putchar()
/linux/arch/mips/generic/
H A Dboard-ocelot.c53 void __iomem *uart_base; in ocelot_earlyprintk_init() local
55 uart_base = ioremap(UART_UART, 0x20); in ocelot_earlyprintk_init()
56 setup_8250_early_printk_port((unsigned long)uart_base, 2, 50000); in ocelot_earlyprintk_init()
/linux/arch/mips/loongson2ef/common/
H A DMakefile15 obj-$(CONFIG_LOONGSON_UART_BASE) += uart_base.o
/linux/arch/alpha/kernel/
H A Dsmc37c669.c2076 SMC37c669_SERIAL_BASE_ADDRESS_REGISTER uart_base; in SMC37c669_init_local_config() local
2088 uart_base.as_uchar = in SMC37c669_init_local_config()
2098 local_config[SERIAL_0].port1 = uart_base.by_field.addr9_3 << 3; in SMC37c669_init_local_config()
2106 uart_base.as_uchar = in SMC37c669_init_local_config()
2111 local_config[SERIAL_1].port1 = uart_base.by_field.addr9_3 << 3; in SMC37c669_init_local_config()
/linux/drivers/usb/serial/
H A Dio_ti.c90 u16 uart_base; member
554 port->uart_base + UMPMEM_OFFS_UART_LSR, 1, lsr); in tx_active()
2565 edge_port->uart_base = UMPMEM_BASE_UART1; in edge_port_probe()
2569 edge_port->uart_base = UMPMEM_BASE_UART2; in edge_port_probe()
2580 __func__, port->port_number, edge_port->uart_base, in edge_port_probe()
/linux/arch/mips/include/asm/sn/
H A Dklconfig.h127 unsigned long uart_base; member
/linux/drivers/tty/serial/
H A Domap-serial.c106 unsigned int uart_base; member