Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/sysdev/qe_lib/
Ducc_slow.c47 void ucc_slow_poll_transmitter_now(struct ucc_slow_private * uccs) in ucc_slow_poll_transmitter_now() argument
49 out_be16(&uccs->us_regs->utodr, UCC_SLOW_TOD); in ucc_slow_poll_transmitter_now()
52 void ucc_slow_graceful_stop_tx(struct ucc_slow_private * uccs) in ucc_slow_graceful_stop_tx() argument
54 struct ucc_slow_info *us_info = uccs->us_info; in ucc_slow_graceful_stop_tx()
63 void ucc_slow_stop_tx(struct ucc_slow_private * uccs) in ucc_slow_stop_tx() argument
65 struct ucc_slow_info *us_info = uccs->us_info; in ucc_slow_stop_tx()
73 void ucc_slow_restart_tx(struct ucc_slow_private * uccs) in ucc_slow_restart_tx() argument
75 struct ucc_slow_info *us_info = uccs->us_info; in ucc_slow_restart_tx()
83 void ucc_slow_enable(struct ucc_slow_private * uccs, enum comm_dir mode) in ucc_slow_enable() argument
88 us_regs = uccs->us_regs; in ucc_slow_enable()
[all …]
Ducc_fast.c49 &uccf->uf_regs->uccs, in_8(&uccf->uf_regs->uccs)); in ucc_fast_dump_regs()
/linux-3.4.99/arch/powerpc/include/asm/
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);
265 void ucc_slow_poll_transmitter_now(struct ucc_slow_private * uccs);
272 void ucc_slow_graceful_stop_tx(struct ucc_slow_private * uccs);
279 void ucc_slow_stop_tx(struct ucc_slow_private * uccs);
286 void ucc_slow_restart_tx(struct ucc_slow_private *uccs);
Dimmap_qe.h252 u8 uccs; /* UCCx status register */ member
269 u8 uccs; /* UCCx status register */ member
/linux-3.4.99/drivers/tty/serial/
Ducc_uart.c1002 struct ucc_slow_private *uccs; in qe_uart_request_port() local
1007 ret = ucc_slow_init(us_info, &uccs); in qe_uart_request_port()
1014 qe_port->us_private = uccs; in qe_uart_request_port()
1015 qe_port->uccp = uccs->us_regs; in qe_uart_request_port()
1016 qe_port->uccup = (struct ucc_uart_pram *) uccs->us_pram; in qe_uart_request_port()
1017 qe_port->rx_bd_base = uccs->rx_bd; in qe_uart_request_port()
1018 qe_port->tx_bd_base = uccs->tx_bd; in qe_uart_request_port()
1067 struct ucc_slow_private *uccs = qe_port->us_private; in qe_uart_release_port() local
1072 ucc_slow_free(uccs); in qe_uart_release_port()