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

/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_power_well.c1324 PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH0, 0) |
1325 PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH0, 1) |
1327 PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 0) |
1328 PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 1));
1332 PHY_STATUS_SPLINE_LDO(DPIO_PHY1, DPIO_CH0, 0) |
1333 PHY_STATUS_SPLINE_LDO(DPIO_PHY1, DPIO_CH0, 1));
1363 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH0, 0);
1366 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH0, 1);
1370 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY0, DPIO_CH1, 0);
1373 phy_status |= PHY_STATUS_SPLINE_LDO(DPIO_PHY
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_reg.h728 #define PHY_STATUS_SPLINE_LDO(phy, ch, spline) (1 << (8 - (6 * (phy) + 3 * (ch) + (spline))))
1471 #define PHY_STATUS_SPLINE_LDO macro

Completed in 322 milliseconds