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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dppc-opc.c1751 #define XL_MASK XLLK (0x3f, 0x3ff, 1)
1756 #define XLO_MASK (XL_MASK | BO_MASK)
1761 #define XLYLK_MASK (XL_MASK | Y_MASK)
1769 /* An XL_MASK or XLYLK_MASK or XLOCB_MASK with the BB field fixed. */
1770 #define XLBB_MASK (XL_MASK | BB_MASK)
1775 #define XLBH_MASK (XL_MASK | (0x1c << 11))
1777 /* An XL_MASK with the BO and BB fields fixed. */
1778 #define XLBOBB_MASK (XL_MASK | BO_MASK | BB_MASK)
1780 /* An XL_MASK with the BO, BI and BB fields fixed. */
1781 #define XLBOBIBB_MASK (XL_MASK | BO_MAS
1748 #define XL_MASK macro
[all...]

Completed in 49 milliseconds