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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/qe_lib/
H A Ducc_slow.c47 void ucc_slow_poll_transmitter_now(struct ucc_slow_private * uccs) argument
49 out_be16(&uccs->us_regs->utodr, UCC_SLOW_TOD);
52 void ucc_slow_graceful_stop_tx(struct ucc_slow_private * uccs) argument
54 struct ucc_slow_info *us_info = uccs->us_info;
63 void ucc_slow_stop_tx(struct ucc_slow_private * uccs) argument
65 struct ucc_slow_info *us_info = uccs->us_info;
73 void ucc_slow_restart_tx(struct ucc_slow_private * uccs) argument
75 struct ucc_slow_info *us_info = uccs->us_info;
83 void ucc_slow_enable(struct ucc_slow_private * uccs, enum comm_dir mode) argument
88 us_regs = uccs
104 ucc_slow_disable(struct ucc_slow_private * uccs, enum comm_dir mode) argument
131 struct ucc_slow_private *uccs; local
360 ucc_slow_free(struct ucc_slow_private * uccs) argument
[all...]
H A Ducc_fast.c48 printk(KERN_INFO "uccs : addr=0x%p, val=0x%02x\n",
49 &uccf->uf_regs->uccs, in_8(&uccf->uf_regs->uccs));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Ducc_slow.h232 * uccs - (In) pointer to the slow UCC structure.
234 void ucc_slow_free(struct ucc_slow_private * uccs);
240 * uccs - (In) pointer to the slow UCC structure.
243 void ucc_slow_enable(struct ucc_slow_private * uccs, enum comm_dir mode);
249 * uccs - (In) pointer to the slow UCC structure.
252 void ucc_slow_disable(struct ucc_slow_private * uccs, enum comm_dir mode);
263 * uccs - (In) pointer to the slow UCC structure.
265 void ucc_slow_poll_transmitter_now(struct ucc_slow_private * uccs);
270 * uccs - (In) pointer to the slow UCC structure.
272 void ucc_slow_graceful_stop_tx(struct ucc_slow_private * uccs);
[all...]
H A Dimmap_qe.h252 u8 uccs; /* UCCx status register */ member in struct:ucc_slow
269 u8 uccs; /* UCCx status register */ member in struct:ucc_fast
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Ducc_uart.c997 struct ucc_slow_private *uccs; local
1002 ret = ucc_slow_init(us_info, &uccs);
1009 qe_port->us_private = uccs;
1010 qe_port->uccp = uccs->us_regs;
1011 qe_port->uccup = (struct ucc_uart_pram *) uccs->us_pram;
1012 qe_port->rx_bd_base = uccs->rx_bd;
1013 qe_port->tx_bd_base = uccs->tx_bd;
1062 struct ucc_slow_private *uccs = qe_port->us_private; local
1067 ucc_slow_free(uccs);

Completed in 48 milliseconds