Lines Matching refs:P1
381 int N, M, P1, P2;
400 freq = calc_div(core, vdec, &P1);
413 divsv |= P1 << 8;
434 calc_div(freq, dom6, &P1);
437 divsv |= P1;
460 freq = calc_pll(clk, 0x4028, core, &N, &M, &P1);
465 0x80000000 | (P1 << 19) | (P1 << 16));
474 if (P1-- && shader == (core << 1)) {
475 clk_mask(hwsq, spll[0], 0xc03f0100, (P1 << 19) | (P1 << 16));
478 freq = calc_pll(clk, 0x4020, shader, &N, &M, &P1);
483 0x80000000 | (P1 << 19) | (P1 << 16));