Searched refs:uart_cpm_port (Results 1 – 4 of 4) sorted by relevance
/drivers/tty/serial/cpm_uart/ |
D | cpm_uart.h | 60 struct uart_cpm_port { struct 91 extern struct uart_cpm_port cpm_uart_ports[UART_NR]; argument 94 void cpm_line_cr_cmd(struct uart_cpm_port *port, int cmd); 95 void __iomem *cpm_uart_map_pram(struct uart_cpm_port *port, 97 void cpm_uart_unmap_pram(struct uart_cpm_port *port, void __iomem *pram); 99 int cpm_uart_allocbuf(struct uart_cpm_port *pinfo, unsigned int is_con); 100 void cpm_uart_freebuf(struct uart_cpm_port *pinfo); 102 void smc1_lineif(struct uart_cpm_port *pinfo); 103 void smc2_lineif(struct uart_cpm_port *pinfo); 104 void scc1_lineif(struct uart_cpm_port *pinfo); [all …]
|
D | cpm_uart_core.c | 70 static void cpm_uart_init_smc(struct uart_cpm_port *pinfo); 71 static void cpm_uart_init_scc(struct uart_cpm_port *pinfo); 72 static void cpm_uart_initbd(struct uart_cpm_port *pinfo); 83 struct uart_cpm_port *pinfo = in cpm_uart_tx_empty() 84 container_of(port, struct uart_cpm_port, port); in cpm_uart_tx_empty() 106 struct uart_cpm_port *pinfo = in cpm_uart_set_mctrl() 107 container_of(port, struct uart_cpm_port, port); in cpm_uart_set_mctrl() 118 struct uart_cpm_port *pinfo = in cpm_uart_get_mctrl() 119 container_of(port, struct uart_cpm_port, port); in cpm_uart_get_mctrl() 150 struct uart_cpm_port *pinfo = in cpm_uart_stop_tx() [all …]
|
D | cpm_uart_cpm1.c | 53 void cpm_line_cr_cmd(struct uart_cpm_port *port, int cmd) in cpm_line_cr_cmd() 58 void __iomem *cpm_uart_map_pram(struct uart_cpm_port *port, in cpm_uart_map_pram() 64 void cpm_uart_unmap_pram(struct uart_cpm_port *port, void __iomem *pram) in cpm_uart_unmap_pram() 75 int cpm_uart_allocbuf(struct uart_cpm_port *pinfo, unsigned int is_con) in cpm_uart_allocbuf() 127 void cpm_uart_freebuf(struct uart_cpm_port *pinfo) in cpm_uart_freebuf()
|
D | cpm_uart_cpm2.c | 51 void cpm_line_cr_cmd(struct uart_cpm_port *port, int cmd) in cpm_line_cr_cmd() 56 void __iomem *cpm_uart_map_pram(struct uart_cpm_port *port, in cpm_uart_map_pram() 98 void cpm_uart_unmap_pram(struct uart_cpm_port *port, void __iomem *pram) in cpm_uart_unmap_pram() 110 int cpm_uart_allocbuf(struct uart_cpm_port *pinfo, unsigned int is_con) in cpm_uart_allocbuf() 162 void cpm_uart_freebuf(struct uart_cpm_port *pinfo) in cpm_uart_freebuf()
|