Home
last modified time | relevance | path

Searched refs:CompParm4 (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/arm/mach-bcmring/include/mach/csp/
DdmacHw_reg.h116 dmacHw_REG64_t CompParm4; /* Component Parameter 4 */ member
187 …REG_MISC_COMP_PARAM4_LO(module) (((dmacHw_MISC_t *) dmacHw_REG_MISC_BASE((module)))->CompParm4.lo)
188 …REG_MISC_COMP_PARAM4_HI(module) (((dmacHw_MISC_t *) dmacHw_REG_MISC_BASE((module)))->CompParm4.hi)
/linux-2.6.39/arch/arm/mach-bcmring/csp/dmac/
DdmacHw.c72 val = (pMiscReg->CompParm4.hi & 0x70000000) >> 28; in GetFifoSize()
75 val = (pMiscReg->CompParm4.lo & 0x70000000) >> 28; in GetFifoSize()