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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/qe_lib/
H A Ducc_slow.c45 void ucc_slow_poll_transmitter_now(struct ucc_slow_private * uccs) argument
47 out_be16(&uccs->us_regs->utodr, UCC_SLOW_TOD);
50 void ucc_slow_graceful_stop_tx(struct ucc_slow_private * uccs) argument
52 struct ucc_slow_info *us_info = uccs->us_info;
60 void ucc_slow_stop_tx(struct ucc_slow_private * uccs) argument
62 struct ucc_slow_info *us_info = uccs->us_info;
69 void ucc_slow_restart_tx(struct ucc_slow_private * uccs) argument
71 struct ucc_slow_info *us_info = uccs->us_info;
78 void ucc_slow_enable(struct ucc_slow_private * uccs, enum comm_dir mode) argument
83 us_regs = uccs
98 ucc_slow_disable(struct ucc_slow_private * uccs, enum comm_dir mode) argument
120 struct ucc_slow_private *uccs; local
353 ucc_slow_free(struct ucc_slow_private * uccs) argument
[all...]
H A Ducc_fast.c47 printk(KERN_INFO "uccs : addr - 0x%08x, val - 0x%02x",
48 (u32) & uccf->uf_regs->uccs, uccf->uf_regs->uccs);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Ducc_slow.h231 * uccs - (In) pointer to the slow UCC structure.
233 void ucc_slow_free(struct ucc_slow_private * uccs);
239 * uccs - (In) pointer to the slow UCC structure.
242 void ucc_slow_enable(struct ucc_slow_private * uccs, enum comm_dir mode);
248 * uccs - (In) pointer to the slow UCC structure.
251 void ucc_slow_disable(struct ucc_slow_private * uccs, enum comm_dir mode);
262 * uccs - (In) pointer to the slow UCC structure.
264 void ucc_slow_poll_transmitter_now(struct ucc_slow_private * uccs);
269 * uccs - (In) pointer to the slow UCC structure.
271 void ucc_slow_graceful_stop_tx(struct ucc_slow_private * uccs);
[all...]
H A Dimmap_qe.h258 u8 uccs; /* UCCx status register */ member in struct:ucc_slow
276 u8 uccs; /* UCCx status register */ member in struct:ucc_fast

Completed in 57 milliseconds