Searched refs:LTQ_EBU_EMU_BC_ALEC (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.h272 #define LTQ_EBU_EMU_BC_ALEC (0x3 << 14) macro
274 #define LTQ_EBU_EMU_BC_ALEC_GET(val) ((((val) & LTQ_EBU_EMU_BC_ALEC) >> 14) & 0x3)
275 #define LTQ_EBU_EMU_BC_ALEC_SET(reg,val) (reg) = ((reg & ~LTQ_EBU_EMU_BC_ALEC) | (((val) & 0x3) << 14))

Completed in 24 milliseconds