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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/xmon/
H A Dppc-opc.c943 #define M_MASK M (0x3f, 1)
948 /* An M_MASK with the MB and ME fields fixed. */
949 #define MMBME_MASK (M_MASK | MB_MASK | ME_MASK)
951 /* An M_MASK with the SH and ME fields fixed. */
952 #define MSHME_MASK (M_MASK | SH_MASK | ME_MASK)
1803 { "rlwimi", M(20,0), M_MASK, PPC, { RA,RS,SH,MBE,ME } },
1804 { "rlimi", M(20,0), M_MASK, POWER, { RA,RS,SH,MBE,ME } },
1806 { "rlwimi.", M(20,1), M_MASK, PPC, { RA,RS,SH,MBE,ME } },
1807 { "rlimi.", M(20,1), M_MASK, POWER, { RA,RS,SH,MBE,ME } },
1811 { "rlwinm", M(21,0), M_MASK, PP
940 #define M_MASK macro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Diphase.c320 #define M_MASK 0x1ff macro
332 flot = NZ | (i << M_BITS) | (cr & M_MASK);
334 flot = NZ | (i << M_BITS) | ((cr << (M_BITS - i)) & M_MASK);
336 flot = NZ | (i << M_BITS) | ((cr >> (i - M_BITS)) & M_MASK);

Completed in 106 milliseconds