Searched refs:uccf (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_fast.c30 void ucc_fast_dump_regs(struct ucc_fast_private * uccf) argument
32 printk(KERN_INFO "UCC%d Fast registers:", uccf->uf_info->ucc_num);
33 printk(KERN_INFO "Base address: 0x%08x", (u32) uccf->uf_regs);
36 (u32) & uccf->uf_regs->gumr, in_be32(&uccf->uf_regs->gumr));
38 (u32) & uccf->uf_regs->upsmr, in_be32(&uccf->uf_regs->upsmr));
40 (u32) & uccf->uf_regs->utodr, in_be16(&uccf->uf_regs->utodr));
42 (u32) & uccf
89 ucc_fast_transmit_on_demand(struct ucc_fast_private * uccf) argument
94 ucc_fast_enable(struct ucc_fast_private * uccf, enum comm_dir mode) argument
114 ucc_fast_disable(struct ucc_fast_private * uccf, enum comm_dir mode) argument
136 struct ucc_fast_private *uccf; local
345 ucc_fast_free(struct ucc_fast_private * uccf) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Ducc_fast.h199 * uccf - (In) pointer to the fast UCC structure.
201 void ucc_fast_free(struct ucc_fast_private * uccf);
207 * uccf - (In) pointer to the fast UCC structure.
210 void ucc_fast_enable(struct ucc_fast_private * uccf, enum comm_dir mode);
216 * uccf - (In) pointer to the fast UCC structure.
219 void ucc_fast_disable(struct ucc_fast_private * uccf, enum comm_dir mode);
225 * uccf - (In) pointer to the fast UCC structure.
227 void ucc_fast_irq(struct ucc_fast_private * uccf);
238 * uccf - (In) pointer to the fast UCC structure.
240 void ucc_fast_transmit_on_demand(struct ucc_fast_private * uccf);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Ducc_geth.c479 struct ucc_fast_private *uccf; local
483 uccf = ugeth->uccf;
487 uccm = in_be32(uccf->p_uccm);
489 out_be32(uccf->p_uccm, uccm);
499 struct ucc_fast_private *uccf; local
503 uccf = ugeth->uccf;
507 uccm = in_be32(uccf->p_uccm);
509 out_be32(uccf
1630 struct ucc_fast_private *uccf; local
1660 struct ucc_fast_private *uccf; local
1691 struct ucc_fast_private *uccf; local
1706 struct ucc_fast_private *uccf; local
1722 struct ucc_fast_private *uccf; local
1751 struct ucc_fast_private *uccf; local
1910 struct ucc_fast_private *uccf; local
1979 struct ucc_fast_private *uccf; local
2416 struct ucc_fast_private *uccf; local
3336 struct ucc_fast_private *uccf; local
3534 struct ucc_fast_private *uccf; local
3572 struct ucc_fast_private *uccf; local
[all...]
H A Ducc_geth.h42 struct ucc_fast uccf; member in struct:ucc_geth
828 /* Transmit BD. These are in addition to values defined in uccf. */
840 /* Receive BD. These are in addition to values defined in uccf. */
1179 struct ucc_fast_private *uccf; member in struct:ucc_geth_private

Completed in 99 milliseconds