Searched refs:uart (Results 1 - 12 of 12) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/ |
H A D | 8250_core.c | 623 * Check whether an invalid uart number has been specified, and in univ8250_console_setup() 657 * console=uart[8250],io|mmio|mmio16|mmio32,<addr>[,<options>] 658 * console=uart[8250],0x<addr>[,<options>] 669 char match[] = "uart"; /* 8250-specific earlycon name */ in univ8250_console_match() 915 struct uart_8250_port *uart; in serial8250_register_8250_port() local 924 uart = serial8250_find_match_or_unused(&up->port); in serial8250_register_8250_port() 925 if (uart && uart->port.type != PORT_8250_CIR) { in serial8250_register_8250_port() 928 if (uart->port.dev) { in serial8250_register_8250_port() 929 uart_remove_one_port(&serial8250_reg, &uart in serial8250_register_8250_port() 1085 struct uart_8250_port uart; serial8250_probe() local 1202 struct uart_8250_port *uart = &serial8250_ports[line]; serial8250_unregister_port() local [all...] |
H A D | 8250.h | 59 unsigned int uart; member 307 int fintek_8250_probe(struct uart_8250_port *uart); 309 static inline int fintek_8250_probe(struct uart_8250_port *uart) in fintek_8250_probe() argument
|
H A D | 8250_dw.c | 10 * raised, the LCR needs to be rewritten and the uart status register read.
462 if (of_device_is_compatible(np, "cavium,octeon-3860-uart")) {
in dw8250_quirks() 476 if (of_device_is_compatible(np, "marvell,armada-38x-uart")) {
in dw8250_quirks() 496 struct uart_8250_port uart = {}, *up = &uart;
in dw8250_probe() local 546 data->uart_16550_compatible = device_property_read_bool(dev, "snps,uart-16550-compatible");
in dw8250_probe() 799 static const struct of_device_id dw8250_of_match[] = {{.compatible = "snps,dw-apb-uart"},
800 {.compatible = "cavium,octeon-3860-uart"},
801 {.compatible = "marvell,armada-38x-uart"},
802 {.compatible = "renesas,rzn1-uart"},
[all...] |
/device/board/hihope/dayu210/kernel/ |
H A D | make-ohos.sh | 59 uart=$2 65 cmdline="append earlycon=uart8250,mmio32,${uart} root=PARTUUID=614e0000-0000-4b53-8000-1d28000054a9 rw rootwait rootfstype=ext4" 107 uart=${!ID_UART} 124 make_extlinux_conf ${dtb_path} ${uart} ${image}
|
/device/qemu/drivers/uart/ |
H A D | Makefile | 23 LOCAL_SRCS += uart.c \
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/ |
H A D | module_config.mk | 1 uart_srcs := uart
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/fixed/include/ |
H A D | uart_auth.h | 64 hi_u32 uart_process(hi_uart uart, hi_u32 interrupt_timeout_ms);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/ |
H A D | module_config.mk | 3 CCFLAGS += -I$(MAIN_TOPDIR)/platform/drivers/uart \
|
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/ |
H A D | linker.lds.mk | 34 boot/uart.o (.text)
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/ |
H A D | linker.lds.mk | 34 boot/uart.o (.text)
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/ |
H A D | config.mk | 13 drv_libs := uart adc tsensor
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/make_scripts/ |
H A D | config.mk | 13 drv_libs := uart adc tsensor
|
Completed in 6 milliseconds