Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/serial/
H A Dserial_sh.c27 static int scif_rxfill(struct uart_port *port) in scif_rxfill()
32 static int scif_rxfill(struct uart_port *port) in scif_rxfill()
44 static int scif_rxfill(struct uart_port *port) in scif_rxfill()
52 static int scif_rxfill(struct uart_port *port) in scif_rxfill()
58 static void sh_serial_init_generic(struct uart_port *port) in sh_serial_init_generic()
70 sh_serial_setbrg_generic(struct uart_port *port, int clk, int baudrate) in sh_serial_setbrg_generic()
82 static void handle_error(struct uart_port *port) in handle_error()
90 static int serial_raw_putc(struct uart_port *port, const char c) in serial_raw_putc()
102 static int serial_rx_fifo_level(struct uart_port *port) in serial_rx_fifo_level()
107 static int sh_serial_tstc_generic(struct uart_port *port) in sh_serial_tstc_generic()
[all …]
H A Dserial_sh.h7 struct uart_port { struct
400 static inline unsigned int sci_##name##_in(struct uart_port *port) {\
407 static inline void sci_##name##_out(struct uart_port *port,\
419 static inline unsigned int sci_##name##_in(struct uart_port *port) {\
422 static inline void sci_##name##_out(struct uart_port *port,\
427 static inline unsigned int sci_##name##_in(struct uart_port *port) {\
430 static inline void sci_##name##_out(struct uart_port *port,\
437 static inline unsigned int sci_##name##_in(struct uart_port *port) {\
440 static inline void sci_##name##_out(struct uart_port *port,\
677 static inline int sci_rxd_in(struct uart_port *port) in sci_rxd_in()
[all …]