Searched refs:uccf (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_fast.c31 void ucc_fast_dump_regs(struct ucc_fast_private * uccf) argument
33 printk(KERN_INFO "UCC%u Fast registers:\n", uccf->uf_info->ucc_num);
34 printk(KERN_INFO "Base address: 0x%p\n", uccf->uf_regs);
37 &uccf->uf_regs->gumr, in_be32(&uccf->uf_regs->gumr));
39 &uccf->uf_regs->upsmr, in_be32(&uccf->uf_regs->upsmr));
41 &uccf->uf_regs->utodr, in_be16(&uccf->uf_regs->utodr));
43 &uccf
91 ucc_fast_transmit_on_demand(struct ucc_fast_private * uccf) argument
97 ucc_fast_enable(struct ucc_fast_private * uccf, enum comm_dir mode) argument
118 ucc_fast_disable(struct ucc_fast_private * uccf, enum comm_dir mode) argument
141 struct ucc_fast_private *uccf; local
348 ucc_fast_free(struct ucc_fast_private * uccf) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Ducc_fast.h197 * uccf - (In) pointer to the fast UCC structure.
199 void ucc_fast_free(struct ucc_fast_private * uccf);
205 * uccf - (In) pointer to the fast UCC structure.
208 void ucc_fast_enable(struct ucc_fast_private * uccf, enum comm_dir mode);
214 * uccf - (In) pointer to the fast UCC structure.
217 void ucc_fast_disable(struct ucc_fast_private * uccf, enum comm_dir mode);
223 * uccf - (In) pointer to the fast UCC structure.
225 void ucc_fast_irq(struct ucc_fast_private * uccf);
236 * uccf - (In) pointer to the fast UCC structure.
238 void ucc_fast_transmit_on_demand(struct ucc_fast_private * uccf);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ducc_geth.c1345 uf_regs = ugeth->uccf->uf_regs;
1424 struct ucc_fast_private *uccf; local
1429 uccf = ugeth->uccf;
1432 clrbits32(uccf->p_uccm, UCC_GETH_UCCE_GRA);
1433 out_be32(uccf->p_ucce, UCC_GETH_UCCE_GRA); /* clear by writing 1 */
1444 temp = in_be32(uccf->p_ucce);
1447 uccf->stopped_tx = 1;
1454 struct ucc_fast_private *uccf; local
1459 uccf
1486 struct ucc_fast_private *uccf; local
1501 struct ucc_fast_private *uccf; local
1517 struct ucc_fast_private *uccf; local
1547 struct ucc_fast_private *uccf; local
1793 struct ucc_fast_private *uccf; local
2218 struct ucc_fast_private *uccf; local
3115 struct ucc_fast_private *uccf; local
3349 struct ucc_fast_private *uccf; local
[all...]
H A Ducc_geth_ethtool.c173 &ugeth->uccf->uf_regs->upsmr,
H A Ducc_geth.h43 struct ucc_fast uccf; member in struct:ucc_geth
802 /* Transmit BD. These are in addition to values defined in uccf. */
814 /* Receive BD. These are in addition to values defined in uccf. */
1156 struct ucc_fast_private *uccf; member in struct:ucc_geth_private

Completed in 89 milliseconds