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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Difconfig.c85 #define M_MASK (M_CLR | M_SET | M_ARG) macro
326 mask = M_MASK; /* set the appropriate mask. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dppc-opc.c1613 #define M_MASK M (0x3f, 1)
1618 /* An M_MASK with the MB and ME fields fixed. */
1619 #define MMBME_MASK (M_MASK | MB_MASK | ME_MASK)
1621 /* An M_MASK with the SH and ME fields fixed. */
1622 #define MSHME_MASK (M_MASK | SH_MASK | ME_MASK)
3250 { "rlwimi", M(20,0), M_MASK, PPCCOM, { RA,RS,SH,MBE,ME } },
3251 { "rlimi", M(20,0), M_MASK, PWRCOM, { RA,RS,SH,MBE,ME } },
3253 { "rlwimi.", M(20,1), M_MASK, PPCCOM, { RA,RS,SH,MBE,ME } },
3254 { "rlimi.", M(20,1), M_MASK, PWRCOM, { RA,RS,SH,MBE,ME } },
3258 { "rlwinm", M(21,0), M_MASK, PPCCO
1610 #define M_MASK macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Diphase.c313 #define M_MASK 0x1ff macro
325 flot = NZ | (i << M_BITS) | (cr & M_MASK);
327 flot = NZ | (i << M_BITS) | ((cr << (M_BITS - i)) & M_MASK);
329 flot = NZ | (i << M_BITS) | ((cr >> (i - M_BITS)) & M_MASK);

Completed in 59 milliseconds