Lines Matching refs:_BIT
318 #define _BIT(_bit_) (1 << (_bit_)) macro
358 #define XC_MD_VSYNC_POR_BIT _BIT(0) ///< VSnc polarity bit(0/1 = positive/negative)
359 #define XC_MD_HSYNC_POR_BIT _BIT(1) ///< HSync polarity bit(0/1 = positive/negative)
360 #define XC_MD_HSYNC_LOSS_BIT _BIT(2) ///< HSync loss bit
361 #define XC_MD_VSYNC_LOSS_BIT _BIT(3) ///< VSync loss bit
362 #define XC_MD_INTERLACE_BIT _BIT(4) ///< Interlace mode
363 #define XC_MD_USER_MODE_BIT _BIT(7) ///< User new mode (Not found in mode table)
1639 REST_SCALER_ALL = _BIT(0),
1640 REST_IP_F1 = _BIT(1),
1641 REST_IP_F2 = _BIT(2),
1642 REST_OP = _BIT(3),
1643 REST_IP_ALL = _BIT(4),
1644 REST_IP_OFFLINE = _BIT(5),
1645 REST_CLK = (_BIT(6)|_BIT(3)),