Home
last modified time | relevance | path

Searched refs:uart_t (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dmcfuart.c28 static int mcf_serial_init_common(uart_t *uart, int port_idx, int baudrate) in mcf_serial_init_common()
63 static void mcf_serial_setbrg_common(uart_t *uart, int baudrate) in mcf_serial_setbrg_common()
86 uart_t *uart_base; in mcf_serial_init()
89 uart_base = (uart_t *)CONFIG_SYS_UART_BASE; in mcf_serial_init()
97 uart_t *uart = (uart_t *)CONFIG_SYS_UART_BASE; in mcf_serial_putc()
111 uart_t *uart = (uart_t *)CONFIG_SYS_UART_BASE; in mcf_serial_getc()
122 uart_t *uart = (uart_t *)CONFIG_SYS_UART_BASE; in mcf_serial_setbrg()
129 uart_t *uart = (uart_t *)CONFIG_SYS_UART_BASE; in mcf_serial_tstc()
163 return mcf_serial_init_common((uart_t *)plat->base, in coldfire_serial_probe()
170 uart_t *uart = (uart_t *)plat->base; in coldfire_serial_putc()
[all …]
/OK3568_Linux_fs/u-boot/board/astro/mcf5373l/
H A Dmcf5373l.c91 uart_t *uart; in rs_serial_init()
96 uart = (uart_t *)(MMAP_UART0); in rs_serial_init()
99 uart = (uart_t *)(MMAP_UART1); in rs_serial_init()
102 uart = (uart_t *)(MMAP_UART2); in rs_serial_init()
105 uart = (uart_t *)(MMAP_UART0); in rs_serial_init()
141 uart_t *uart; in astro_put_char()
144 uart = (uart_t *)(MMAP_UART0); in astro_put_char()
161 uart_t *uart; in astro_is_char()
163 uart = (uart_t *)(MMAP_UART0); in astro_is_char()
169 uart_t *uart; in astro_get_char()
[all …]
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A Dhciattach.c54 struct uart_t { struct
64 int (*init) (int fd, struct uart_t *u, struct termios *ti); argument
65 int (*post) (int fd, struct uart_t *u, struct termios *ti); argument
214 static int ericsson(int fd, struct uart_t *u, struct termios *ti)
269 static int digi(int fd, struct uart_t *u, struct termios *ti)
303 static int texas(int fd, struct uart_t *u, struct termios *ti)
308 static int texas2(int fd, struct uart_t *u, struct termios *ti)
313 static int texasalt(int fd, struct uart_t *u, struct termios *ti)
381 static int bcsp(int fd, struct uart_t *u, struct termios *ti) in bcsp()
517 static int csr(int fd, struct uart_t *u, struct termios *ti)
[all …]
/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Dhciattach.c63 struct uart_t { struct
73 int (*init) (int fd, struct uart_t *u, struct termios *ti); argument
74 int (*post) (int fd, struct uart_t *u, struct termios *ti); argument
173 static int realtek_init(int fd, struct uart_t *u, struct termios *ti) in realtek_init()
182 static int realtek_post(int fd, struct uart_t *u, struct termios *ti) in realtek_post()
188 struct uart_t uart[] = {
200 static struct uart_t * get_by_id(int m_id, int p_id) in get_by_id()
210 static struct uart_t * get_by_type(char *type) in get_by_type()
221 static int init_uart(char *dev, struct uart_t *u, int send_break, int raw) in init_uart()
363 struct uart_t *u = NULL; in main()
/OK3568_Linux_fs/buildroot/package/bluez5_utils/
H A D0004-OK3568-hciattach-fix.patch14 @@ -1177,6 +1177,9 @@ static int init_uart(char *dev, struct uart_t *u, int send_break, int raw)
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/
H A Duart.h51 } uart_t; typedef