Searched refs:BALANCE_LEG_DISABLE (Results 1 – 2 of 2) sorted by relevance
1022 tmp &= ~(BALANCE_LEG_MASK(port) | BALANCE_LEG_DISABLE(port)); in _skl_ddi_set_iboost()1026 tmp |= BALANCE_LEG_DISABLE(port); in _skl_ddi_set_iboost()
837 #define BALANCE_LEG_DISABLE(port) (1 << (23 + (port))) macro