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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dppc-opc.c1676 #define X_MASK XRC (0x3f, 0x3ff, 1)
1681 /* An X_MASK with the RA field fixed. */
1682 #define XRA_MASK (X_MASK | RA_MASK)
1684 /* An X_MASK with the RB field fixed. */
1685 #define XRB_MASK (X_MASK | RB_MASK)
1687 /* An X_MASK with the RT field fixed. */
1688 #define XRT_MASK (X_MASK | RT_MASK)
1693 /* An X_MASK with the RA and RB fields fixed. */
1694 #define XRARB_MASK (X_MASK | RA_MASK | RB_MASK)
1699 /* An X_MASK wit
1673 #define X_MASK macro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/xmon/
H A Dppc-opc.c982 #define X_MASK XRC (0x3f, 0x3ff, 1)
984 /* An X_MASK with the RA field fixed. */
985 #define XRA_MASK (X_MASK | RA_MASK)
987 /* An X_MASK with the RB field fixed. */
988 #define XRB_MASK (X_MASK | RB_MASK)
990 /* An X_MASK with the RT field fixed. */
991 #define XRT_MASK (X_MASK | RT_MASK)
993 /* An X_MASK with the RA and RB fields fixed. */
994 #define XRARB_MASK (X_MASK | RA_MASK | RB_MASK)
996 /* An X_MASK wit
979 #define X_MASK macro
[all...]

Completed in 63 milliseconds