Home
last modified time | relevance | path

Searched defs:uart_device (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/mips/include/asm/mach-loongson64/
H A Dboot_param.h70 struct uart_device { struct
71 u32 iotype; /* see include/linux/serial_core.h */
72 u32 uartclk;
96 struct uart_device uarts[MAX_UARTS]; argument
/openbmc/qemu/hw/mips/
H A Dloongson3_bootp.h72 struct uart_device { struct
73 uint32_t iotype;
74 uint32_t uartclk;
98 struct uart_device uarts[MAX_UARTS]; argument
/openbmc/linux/arch/sh/boards/mach-se/7343/
H A Dsetup.c90 static struct platform_device uart_device = { variable