Searched refs:urfs (Results 1 - 4 of 4) 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.c52 printk(KERN_INFO "urfs : addr=0x%p, val=0x%04x\n",
53 &uccf->uf_regs->urfs, in_be16(&uccf->uf_regs->urfs));
163 if (uf_info->urfs < UCC_FAST_URFS_MIN_VAL) {
164 printk(KERN_ERR "%s: urfs is too small\n", __func__);
168 if (uf_info->urfs & (UCC_FAST_VIRT_FIFO_REGS_ALIGNMENT - 1)) {
169 printk(KERN_ERR "%s: urfs is not aligned\n", __func__);
282 qe_muram_alloc(uf_info->urfs +
294 out_be16(&uf_regs->urfs, uf_info->urfs);
[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.h140 u16 urfs; member in struct:ucc_fast_info
H A Dimmap_qe.h272 __be16 urfs; /* UCC receive FIFO size */ member in struct:ucc_fast
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ducc_geth.c82 .urfs = UCC_GETH_URFS_INIT,
3881 ug_info->uf_info.urfs = UCC_GETH_URFS_GIGA_INIT;

Completed in 120 milliseconds