Searched refs:LTQ_EBU_CON_0_WAIT (Results 1 - 1 of 1) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/arch/mips/include/asm/mach-lantiq/svip/
H A Debu_reg.h187 #define LTQ_EBU_CON_0_WAIT (0x3 << 20) macro
189 #define LTQ_EBU_CON_0_WAIT_GET(val) ((((val) & LTQ_EBU_CON_0_WAIT) >> 20) & 0x3)
190 #define LTQ_EBU_CON_0_WAIT_SET(reg,val) (reg) = ((reg & ~LTQ_EBU_CON_0_WAIT) | (((val) & 0x3) << 20))

Completed in 23 milliseconds