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

/drivers/gpu/drm/gma500/
H A Dcdv_intel_display.c348 lane_value |= LANE_PLL_ENABLE | LANE_PLL_PIPE(pipe);
354 lane_value |= LANE_PLL_ENABLE | LANE_PLL_PIPE(pipe);
360 lane_value |= LANE_PLL_ENABLE | LANE_PLL_PIPE(pipe);
366 lane_value |= LANE_PLL_ENABLE | LANE_PLL_PIPE(pipe);
H A Dpsb_intel_reg.h1382 #define LANE_PLL_PIPE(p) (((p) == 0) ? (1 << 21) : (0 << 21)) macro

Completed in 49 milliseconds