Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/soc/fsl/qe/
Ducc_slow.c46 void ucc_slow_graceful_stop_tx(struct ucc_slow_private * uccs) in ucc_slow_graceful_stop_tx() argument
48 struct ucc_slow_info *us_info = uccs->us_info; in ucc_slow_graceful_stop_tx()
57 void ucc_slow_stop_tx(struct ucc_slow_private * uccs) in ucc_slow_stop_tx() argument
59 struct ucc_slow_info *us_info = uccs->us_info; in ucc_slow_stop_tx()
67 void ucc_slow_restart_tx(struct ucc_slow_private * uccs) in ucc_slow_restart_tx() argument
69 struct ucc_slow_info *us_info = uccs->us_info; in ucc_slow_restart_tx()
77 void ucc_slow_enable(struct ucc_slow_private * uccs, enum comm_dir mode) in ucc_slow_enable() argument
82 us_regs = uccs->us_regs; in ucc_slow_enable()
88 uccs->enabled_tx = 1; in ucc_slow_enable()
92 uccs->enabled_rx = 1; in ucc_slow_enable()
[all …]
Ducc_fast.c48 &uccf->uf_regs->uccs, in_8(&uccf->uf_regs->uccs)); in ucc_fast_dump_regs()
/Linux-v4.19/include/soc/fsl/qe/
Ducc_slow.h234 void ucc_slow_free(struct ucc_slow_private * uccs);
243 void ucc_slow_enable(struct ucc_slow_private * uccs, enum comm_dir mode);
252 void ucc_slow_disable(struct ucc_slow_private * uccs, enum comm_dir mode);
259 void ucc_slow_graceful_stop_tx(struct ucc_slow_private * uccs);
266 void ucc_slow_stop_tx(struct ucc_slow_private * uccs);
273 void ucc_slow_restart_tx(struct ucc_slow_private *uccs);
Dimmap_qe.h251 u8 uccs; /* UCCx status register */ member
268 u8 uccs; /* UCCx status register */ member
/Linux-v4.19/drivers/tty/serial/
Ducc_uart.c992 struct ucc_slow_private *uccs; in qe_uart_request_port() local
997 ret = ucc_slow_init(us_info, &uccs); in qe_uart_request_port()
1004 qe_port->us_private = uccs; in qe_uart_request_port()
1005 qe_port->uccp = uccs->us_regs; in qe_uart_request_port()
1006 qe_port->uccup = (struct ucc_uart_pram *) uccs->us_pram; in qe_uart_request_port()
1007 qe_port->rx_bd_base = uccs->rx_bd; in qe_uart_request_port()
1008 qe_port->tx_bd_base = uccs->tx_bd; in qe_uart_request_port()
1057 struct ucc_slow_private *uccs = qe_port->us_private; in qe_uart_release_port() local
1062 ucc_slow_free(uccs); in qe_uart_release_port()