Home
last modified time | relevance | path

Searched refs:ucc_fast (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/powerpc/sysdev/qe_lib/
Ducc_fast.c98 struct ucc_fast __iomem *uf_regs; in ucc_fast_enable()
119 struct ucc_fast __iomem *uf_regs; in ucc_fast_disable()
141 struct ucc_fast __iomem *uf_regs; in ucc_fast_init()
207 uccf->uf_regs = ioremap(uf_info->regs, sizeof(struct ucc_fast)); in ucc_fast_init()
DMakefile8 obj-$(CONFIG_UCC_FAST) += ucc_fast.o
/linux-4.4.14/arch/powerpc/include/asm/
Ducc_fast.h157 struct ucc_fast __iomem *uf_regs; /* a pointer to the UCC regs. */
Dimmap_qe.h262 struct ucc_fast { struct
296 struct ucc_fast fast; argument
/linux-4.4.14/drivers/net/ethernet/freescale/
Ducc_geth.h44 struct ucc_fast uccf;
45 u8 res0[0x100 - sizeof(struct ucc_fast)];
Ducc_geth.c446 struct ucc_fast __iomem *uf_regs; in get_statistics()
452 uf_regs = (struct ucc_fast __iomem *) ug_regs; in get_statistics()
1317 struct ucc_fast __iomem *uf_regs; in adjust_enet_interface()
1585 struct ucc_fast __iomem *uf_regs; in adjust_link()
2011 struct ucc_fast __iomem *uf_regs; in ucc_geth_set_multi()
2366 struct ucc_fast __iomem *uf_regs; in ucc_geth_startup()