Home
last modified time | relevance | path

Searched refs:uart_port (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/serial/
Dserial_sh.c26 static int scif_rxfill(struct uart_port *port) in scif_rxfill()
31 static int scif_rxfill(struct uart_port *port) in scif_rxfill()
43 static int scif_rxfill(struct uart_port *port) in scif_rxfill()
51 static int scif_rxfill(struct uart_port *port) in scif_rxfill()
57 static void sh_serial_init_generic(struct uart_port *port) in sh_serial_init_generic()
69 sh_serial_setbrg_generic(struct uart_port *port, int clk, int baudrate) in sh_serial_setbrg_generic()
81 static void handle_error(struct uart_port *port) in handle_error()
89 static int serial_raw_putc(struct uart_port *port, const char c) in serial_raw_putc()
101 static int serial_rx_fifo_level(struct uart_port *port) in serial_rx_fifo_level()
106 static int sh_serial_tstc_generic(struct uart_port *port) in sh_serial_tstc_generic()
[all …]
Dserial_sh.h7 struct uart_port { struct
397 static inline unsigned int sci_##name##_in(struct uart_port *port) {\
404 static inline void sci_##name##_out(struct uart_port *port,\
416 static inline unsigned int sci_##name##_in(struct uart_port *port) {\
419 static inline void sci_##name##_out(struct uart_port *port,\
424 static inline unsigned int sci_##name##_in(struct uart_port *port) {\
427 static inline void sci_##name##_out(struct uart_port *port,\
434 static inline unsigned int sci_##name##_in(struct uart_port *port) {\
437 static inline void sci_##name##_out(struct uart_port *port,\
673 static inline int sci_rxd_in(struct uart_port *port) in sci_rxd_in()
[all …]