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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/sn/sn0/
H A Daddrs.h60 #define NASID_LOCAL_BITS 4 macro
74 #define NASID_LOCAL_BITS 4 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/sn/
H A Daddrs.h44 #define NASID_GET_META(_n) ((_n) >> NASID_LOCAL_BITS)
48 #define NASID_MAKE(_m, _l) (((_m) << NASID_LOCAL_BITS) | (_l))

Completed in 57 milliseconds