Lines Matching refs:mpll_ad_func_cntl
1189 ni_pi->clock_registers.mpll_ad_func_cntl = RREG32(MPLL_AD_FUNC_CNTL); in ni_read_clock_registers()
1691 cpu_to_be32(ni_pi->clock_registers.mpll_ad_func_cntl); in ni_populate_smc_initial_state()
1796 u32 mpll_ad_func_cntl = ni_pi->clock_registers.mpll_ad_func_cntl; in ni_populate_smc_acpi_state() local
1864 mpll_ad_func_cntl &= ~PDNB; in ni_populate_smc_acpi_state()
1903 table->ACPIState.level.mclk.vMPLL_AD_FUNC_CNTL = cpu_to_be32(mpll_ad_func_cntl); in ni_populate_smc_acpi_state()
2169 u32 mpll_ad_func_cntl = ni_pi->clock_registers.mpll_ad_func_cntl; in ni_populate_mclk_value() local
2197 mpll_ad_func_cntl &= ~(CLKR_MASK | in ni_populate_mclk_value()
2202 mpll_ad_func_cntl |= CLKR(dividers.ref_div); in ni_populate_mclk_value()
2203 mpll_ad_func_cntl |= YCLK_POST_DIV(dividers.post_div); in ni_populate_mclk_value()
2204 mpll_ad_func_cntl |= CLKF(dividers.whole_fb_div); in ni_populate_mclk_value()
2205 mpll_ad_func_cntl |= CLKFRAC(dividers.frac_fb_div); in ni_populate_mclk_value()
2206 mpll_ad_func_cntl |= IBIAS(ibias); in ni_populate_mclk_value()
2282 mclk->vMPLL_AD_FUNC_CNTL = cpu_to_be32(mpll_ad_func_cntl); in ni_populate_mclk_value()