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

/linux-master/drivers/soc/fsl/qe/
H A Ducc_slow.c42 void ucc_slow_graceful_stop_tx(struct ucc_slow_private * uccs) argument
44 struct ucc_slow_info *us_info = uccs->us_info;
53 void ucc_slow_stop_tx(struct ucc_slow_private * uccs) argument
55 struct ucc_slow_info *us_info = uccs->us_info;
63 void ucc_slow_restart_tx(struct ucc_slow_private * uccs) argument
65 struct ucc_slow_info *us_info = uccs->us_info;
73 void ucc_slow_enable(struct ucc_slow_private * uccs, enum comm_dir mode) argument
78 us_regs = uccs->us_regs;
84 uccs->enabled_tx = 1;
88 uccs
94 ucc_slow_disable(struct ucc_slow_private * uccs, enum comm_dir mode) argument
121 struct ucc_slow_private *uccs; local
344 ucc_slow_free(struct ucc_slow_private * uccs) argument
[all...]
H A Ducc_fast.c43 printk(KERN_INFO "uccs : addr=0x%p, val=0x%02x\n",
44 &uccf->uf_regs->uccs, ioread8(&uccf->uf_regs->uccs));
/linux-master/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 in struct:ucc_slow
265 u8 uccs; /* UCCx status register */ member in struct:ucc_fast
/linux-master/drivers/tty/serial/
H A Ducc_uart.c972 struct ucc_slow_private *uccs; local
977 ret = ucc_slow_init(us_info, &uccs);
984 qe_port->us_private = uccs;
985 qe_port->uccp = uccs->us_regs;
986 qe_port->uccup = (struct ucc_uart_pram __iomem *)uccs->us_pram;
987 qe_port->rx_bd_base = uccs->rx_bd;
988 qe_port->tx_bd_base = uccs->tx_bd;
1037 struct ucc_slow_private *uccs = qe_port->us_private; local
1042 ucc_slow_free(uccs);

Completed in 234 milliseconds