Lines Matching refs:_BIT
297 #define _BIT(_bit_) (1 << (_bit_)) macro
336 #define XC_MD_VSYNC_POR_BIT _BIT(0) ///< VSnc polarity bit(0/1 = positive/negative)
337 #define XC_MD_HSYNC_POR_BIT _BIT(1) ///< HSync polarity bit(0/1 = positive/negative)
338 #define XC_MD_HSYNC_LOSS_BIT _BIT(2) ///< HSync loss bit
339 #define XC_MD_VSYNC_LOSS_BIT _BIT(3) ///< VSync loss bit
340 #define XC_MD_INTERLACE_BIT _BIT(4) ///< Interlace mode
341 #define XC_MD_USER_MODE_BIT _BIT(7) ///< User new mode (Not found in mode table)
1389 REST_SCALER_ALL = _BIT(0),
1390 REST_IP_F1 = _BIT(1),
1391 REST_IP_F2 = _BIT(2),
1392 REST_OP = _BIT(3),
1393 REST_IP_ALL = _BIT(4),
1394 REST_CLK = (_BIT(6)|_BIT(3)),