Lines Matching refs:p1
48 .p1 = {.min = MRST_P1_MIN, .max = MRST_P1_MAX_1},
54 .p1 = {.min = MRST_P1_MIN, .max = MRST_P1_MAX_0},
60 .p1 = {.min = MRST_P1_MIN, .max = MRST_P1_MAX_1},
67 .p1 = {.min = 1, .max = 2},
113 clock->dot = (refclk * clock->m) / (14 * clock->p1); in mrst_lvds_clock()
120 clock->p1, clock->p2); in mrst_print_pll()
137 for (clock.p1 = limit->p1.min; in mrst_sdvo_find_best_pll()
138 clock.p1 <= limit->p1.max; clock.p1++) { in mrst_sdvo_find_best_pll()
140 clock.p = clock.p1 * limit->p2.p2_slow; in mrst_sdvo_find_best_pll()
192 for (clock.p1 = limit->p1.min; clock.p1 <= limit->p1.max; in mrst_lvds_find_best_pll()
193 clock.p1++) { in mrst_lvds_find_best_pll()
508 clock.p1 = (1L << (clock.p1 - 1)); in oaktrail_crtc_mode_set()
546 dpll |= clock.p1 << 16; // dpll |= (1 << (clock.p1 - 1)) << 16; in oaktrail_crtc_mode_set()
548 dpll |= (1 << (clock.p1 - 2)) << 17; in oaktrail_crtc_mode_set()