Lines Matching refs:p1
58 .p1 = {.min = MRST_P1_MIN, .max = MRST_P1_MAX_1},
64 .p1 = {.min = MRST_P1_MIN, .max = MRST_P1_MAX_0},
70 .p1 = {.min = MRST_P1_MIN, .max = MRST_P1_MAX_1},
77 .p1 = {.min = 1, .max = 2},
123 clock->dot = (refclk * clock->m) / (14 * clock->p1); in mrst_lvds_clock()
130 clock->p1, clock->p2); in mrst_print_pll()
146 for (clock.p1 = limit->p1.min; in mrst_sdvo_find_best_pll()
147 clock.p1 <= limit->p1.max; clock.p1++) { in mrst_sdvo_find_best_pll()
149 clock.p = clock.p1 * limit->p2.p2_slow; in mrst_sdvo_find_best_pll()
200 for (clock.p1 = limit->p1.min; clock.p1 <= limit->p1.max; in mrst_lvds_find_best_pll()
201 clock.p1++) { in mrst_lvds_find_best_pll()
516 clock.p1 = (1L << (clock.p1 - 1)); in oaktrail_crtc_mode_set()
554 dpll |= clock.p1 << 16; // dpll |= (1 << (clock.p1 - 1)) << 16; in oaktrail_crtc_mode_set()
556 dpll |= (1 << (clock.p1 - 2)) << 17; in oaktrail_crtc_mode_set()