Searched refs:PQR (Results 1 – 3 of 3) sorted by relevance
382 #define PQR(p, q, r) (((p) & 1) | (((q) & 1) << 1) | (((r) & 1) << 2)) macro
135 #define PQR(p, q, r) (((p) & 1) | (((q) & 1) << 1) | (((r) & 1) << 2)) macro
1948 pllcfg[PLLCFG_O] = PQR(1, 0, 0); in clk_compute_pll1_settings()2708 pll->cfg[PLLCFG_O] = PQR(1, 1, 1); in clk_stm32_load_output_config()