Home
last modified time | relevance | path

Searched refs:uccs (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/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 in ucc_slow_enable()
94 ucc_slow_disable(struct ucc_slow_private * uccs, enum comm_dir mode) ucc_slow_disable() argument
121 struct ucc_slow_private *uccs; ucc_slow_init() local
344 ucc_slow_free(struct ucc_slow_private * uccs) ucc_slow_free() argument
[all...]
H A Ducc_fast.c43 printk(KERN_INFO "uccs : addr=0x%p, val=0x%02x\n", in ucc_fast_dump_regs()
44 &uccf->uf_regs->uccs, qe_ioread8(&uccf->uf_regs->uccs)); in ucc_fast_dump_regs()
/kernel/linux/linux-6.6/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 in ucc_slow_enable()
94 ucc_slow_disable(struct ucc_slow_private * uccs, enum comm_dir mode) ucc_slow_disable() argument
121 struct ucc_slow_private *uccs; ucc_slow_init() local
344 ucc_slow_free(struct ucc_slow_private * uccs) ucc_slow_free() argument
[all...]
H A Ducc_fast.c43 printk(KERN_INFO "uccs : addr=0x%p, val=0x%02x\n", in ucc_fast_dump_regs()
44 &uccf->uf_regs->uccs, ioread8(&uccf->uf_regs->uccs)); in ucc_fast_dump_regs()
/kernel/linux/linux-5.10/include/soc/fsl/qe/
H A Ducc_slow.h227 * uccs - (In) pointer to the slow UCC structure.
229 void ucc_slow_free(struct ucc_slow_private * uccs);
235 * uccs - (In) pointer to the slow UCC structure.
238 void ucc_slow_enable(struct ucc_slow_private * uccs, enum comm_dir mode);
244 * uccs - (In) pointer to the slow UCC structure.
247 void ucc_slow_disable(struct ucc_slow_private * uccs, enum comm_dir mode);
252 * uccs - (In) pointer to the slow UCC structure.
254 void ucc_slow_graceful_stop_tx(struct ucc_slow_private * uccs);
259 * uccs - (In) pointer to the slow UCC structure.
261 void ucc_slow_stop_tx(struct ucc_slow_private * uccs);
[all...]
H A Dimmap_qe.h247 u8 uccs; /* UCCx status register */ member
264 u8 uccs; /* UCCx status register */ member
/kernel/linux/linux-6.6/include/soc/fsl/qe/
H A Ducc_slow.h227 * uccs - (In) pointer to the slow UCC structure.
229 void ucc_slow_free(struct ucc_slow_private * uccs);
235 * uccs - (In) pointer to the slow UCC structure.
238 void ucc_slow_enable(struct ucc_slow_private * uccs, enum comm_dir mode);
244 * uccs - (In) pointer to the slow UCC structure.
247 void ucc_slow_disable(struct ucc_slow_private * uccs, enum comm_dir mode);
252 * uccs - (In) pointer to the slow UCC structure.
254 void ucc_slow_graceful_stop_tx(struct ucc_slow_private * uccs);
259 * uccs - (In) pointer to the slow UCC structure.
261 void ucc_slow_stop_tx(struct ucc_slow_private * uccs);
[all...]
H A Dimmap_qe.h248 u8 uccs; /* UCCx status register */ member
265 u8 uccs; /* UCCx status register */ member
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Ducc_uart.c986 struct ucc_slow_private *uccs; in qe_uart_request_port() local
991 ret = ucc_slow_init(us_info, &uccs); in qe_uart_request_port()
998 qe_port->us_private = uccs; in qe_uart_request_port()
999 qe_port->uccp = uccs->us_regs; in qe_uart_request_port()
1000 qe_port->uccup = (struct ucc_uart_pram *) uccs->us_pram; in qe_uart_request_port()
1001 qe_port->rx_bd_base = uccs->rx_bd; in qe_uart_request_port()
1002 qe_port->tx_bd_base = uccs->tx_bd; in qe_uart_request_port()
1051 struct ucc_slow_private *uccs = qe_port->us_private; in qe_uart_release_port() local
1056 ucc_slow_free(uccs); in qe_uart_release_port()
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Ducc_uart.c972 struct ucc_slow_private *uccs; in qe_uart_request_port() local
977 ret = ucc_slow_init(us_info, &uccs); in qe_uart_request_port()
984 qe_port->us_private = uccs; in qe_uart_request_port()
985 qe_port->uccp = uccs->us_regs; in qe_uart_request_port()
986 qe_port->uccup = (struct ucc_uart_pram *) uccs->us_pram; in qe_uart_request_port()
987 qe_port->rx_bd_base = uccs->rx_bd; in qe_uart_request_port()
988 qe_port->tx_bd_base = uccs->tx_bd; in qe_uart_request_port()
1037 struct ucc_slow_private *uccs = qe_port->us_private; in qe_uart_release_port() local
1042 ucc_slow_free(uccs); in qe_uart_release_port()

Completed in 10 milliseconds