Home
last modified time | relevance | path

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

/linux/arch/mips/loongson64/
H A Denv.c100 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 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()
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 Dklconfig.h127 unsigned long uart_base; member
/linux/drivers/tty/serial/
H A Domap-serial.c106 unsigned int uart_base; member