Home
last modified time | relevance | path

Searched refs:uccs (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/soc/fsl/qe/
H A Ducc_slow.c42 void ucc_slow_graceful_stop_tx(struct ucc_slow_private * uccs) in ucc_slow_graceful_stop_tx() argument
44 struct ucc_slow_info *us_info = uccs->us_info; in ucc_slow_graceful_stop_tx()
53 void ucc_slow_stop_tx(struct ucc_slow_private * uccs) in ucc_slow_stop_tx() argument
55 struct ucc_slow_info *us_info = uccs->us_info; in ucc_slow_stop_tx()
63 void ucc_slow_restart_tx(struct ucc_slow_private * uccs) in ucc_slow_restart_tx() argument
65 struct ucc_slow_info *us_info = uccs->us_info; in ucc_slow_restart_tx()
73 void ucc_slow_enable(struct ucc_slow_private * uccs, enum comm_dir mode) in ucc_slow_enable() argument
78 us_regs = uccs->us_regs; in ucc_slow_enable()
84 uccs->enabled_tx = 1; in ucc_slow_enable()
88 uccs->enabled_rx = 1; in ucc_slow_enable()
[all …]
H A Ducc_fast.c44 &uccf->uf_regs->uccs, ioread8(&uccf->uf_regs->uccs)); in ucc_fast_dump_regs()
/linux/include/soc/fsl/qe/
H A Ducc_slow.h229 void ucc_slow_free(struct ucc_slow_private * uccs);
238 void ucc_slow_enable(struct ucc_slow_private * uccs, enum comm_dir mode);
247 void ucc_slow_disable(struct ucc_slow_private * uccs, enum comm_dir mode);
254 void ucc_slow_graceful_stop_tx(struct ucc_slow_private * uccs);
261 void ucc_slow_stop_tx(struct ucc_slow_private * uccs);
268 void ucc_slow_restart_tx(struct ucc_slow_private *uccs);
H A Dimmap_qe.h248 u8 uccs; /* UCCx status register */ member
265 u8 uccs; /* UCCx status register */ member
/linux/drivers/tty/serial/
H A Ducc_uart.c966 struct ucc_slow_private *uccs; in qe_uart_request_port() local
971 ret = ucc_slow_init(us_info, &uccs); in qe_uart_request_port()
978 qe_port->us_private = uccs; in qe_uart_request_port()
979 qe_port->uccp = uccs->us_regs; in qe_uart_request_port()
980 qe_port->uccup = (struct ucc_uart_pram __iomem *)uccs->us_pram; in qe_uart_request_port()
981 qe_port->rx_bd_base = uccs->rx_bd; in qe_uart_request_port()
982 qe_port->tx_bd_base = uccs->tx_bd; in qe_uart_request_port()
1031 struct ucc_slow_private *uccs = qe_port->us_private; in qe_uart_release_port() local
1036 ucc_slow_free(uccs); in qe_uart_release_port()