Searched refs:uart_base (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/mips/pic32/pic32mzda/ |
| H A D | early_console.c | 30 static void __iomem *uart_base; variable 57 __raw_writel(0, uart_base + U_MODE(port)); in configure_uart() 58 __raw_writel(((pbclk / baud) / 16) - 1, uart_base + U_BRG(port)); in configure_uart() 59 __raw_writel(UART_ENABLE, uart_base + U_MODE(port)); in configure_uart() 61 uart_base + PIC32_SET(U_STA(port))); in configure_uart() 139 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/mips/loongson64/ |
| H A D | env.c | 100 u64 uart_base; in lefi_fixup_fdt() local 118 if (uartdev->uart_base == 0) in lefi_fixup_fdt() 124 uartdev->uart_base, uartdev->iotype); in lefi_fixup_fdt() 128 ret = lefi_fixup_fdt_serial(fdt_buf, uartdev->uart_base, in lefi_fixup_fdt() 139 switch (uartdev->uart_base) { in lefi_fixup_fdt() 141 uart_base = 0x1fe001e0; in lefi_fixup_fdt() 144 uart_base = 0x1fe001e8; in lefi_fixup_fdt() 147 uart_base = 0x1fe00100; in lefi_fixup_fdt() 150 uart_base = 0x1fe00110; in lefi_fixup_fdt() 154 uartdev->uart_base); in lefi_fixup_fdt() [all …]
|
| /linux/arch/mips/generic/ |
| H A D | board-ocelot.c | 53 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 D | Makefile | 15 obj-$(CONFIG_LOONGSON_UART_BASE) += uart_base.o
|
| /linux/arch/alpha/kernel/ |
| H A D | smc37c669.c | 2076 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/arch/mips/include/asm/mach-loongson64/ |
| H A D | boot_param.h | 76 u64 uart_base; member
|
| /linux/drivers/usb/serial/ |
| H A D | io_ti.c | 90 u16 uart_base; member 554 port->uart_base + UMPMEM_OFFS_UART_LSR, 1, lsr); in tx_active() 2564 edge_port->uart_base = UMPMEM_BASE_UART1; in edge_port_probe() 2568 edge_port->uart_base = UMPMEM_BASE_UART2; in edge_port_probe() 2579 __func__, port->port_number, edge_port->uart_base, in edge_port_probe()
|
| /linux/arch/mips/include/asm/sn/ |
| H A D | klconfig.h | 127 unsigned long uart_base; member
|
| /linux/drivers/tty/serial/ |
| H A D | omap-serial.c | 106 unsigned int uart_base; member
|