Home
last modified time | relevance | path

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

/arch/powerpc/sysdev/qe_lib/
DMakefile8 obj-$(CONFIG_UCC_FAST) += ucc_fast.o
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()
/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