Searched refs:pdiv (Results 26 - 39 of 39) sorted by relevance

12

/linux-master/drivers/clk/imx/
H A Dclk.h59 unsigned int pdiv; member in struct:imx_pll14xx_rate_table
267 .pdiv = (_p), \
275 .pdiv = (_p), \
/linux-master/drivers/clk/tegra/
H A Dclk-tegra30.c272 { .pdiv = 1, .hw_val = 1 },
273 { .pdiv = 2, .hw_val = 0 },
274 { .pdiv = 0, .hw_val = 0 },
339 { .pdiv = 18, .hw_val = 18 },
340 { .pdiv = 24, .hw_val = 24 },
341 { .pdiv = 0, .hw_val = 0 },
H A Dclk.h177 * @pdiv: post divider
181 u8 pdiv; member in struct:pdiv_map
254 * @round_p_to_pdiv: Callback used to round p to the closed pdiv
339 u32 (*round_p_to_pdiv)(u32 p, u32 *pdiv);
/linux-master/drivers/cpufreq/
H A Dtegra186-cpufreq.c188 cluster->div = data->pdiv * data->mdiv;
H A Dtegra194-cpufreq.c240 return nltbl->ref_clk_hz / KHZ * ndiv / (nltbl->pdiv * nltbl->mdiv);
/linux-master/drivers/clk/bcm/
H A Dclk-bcm2835.c561 u32 ndiv, u32 fdiv, u32 pdiv)
565 if (pdiv == 0)
569 do_div(rate, pdiv);
594 u32 ndiv, pdiv, fdiv; local
602 pdiv = (a2wctrl & A2W_PLL_CTRL_PDIV_MASK) >> A2W_PLL_CTRL_PDIV_SHIFT;
611 return bcm2835_pll_rate_from_divisors(parent_rate, ndiv, fdiv, pdiv);
560 bcm2835_pll_rate_from_divisors(unsigned long parent_rate, u32 ndiv, u32 fdiv, u32 pdiv) argument
/linux-master/drivers/thermal/tegra/
H A Dsoctherm.c2028 u32 pdiv, hotspot; local
2034 /* program pdiv and hotspot offsets per THERM */
2035 pdiv = readl(tegra->regs + SENSOR_PDIV);
2038 pdiv = REG_SET_MASK(pdiv, ttgs[i]->pdiv_mask,
2039 ttgs[i]->pdiv);
2047 writel(pdiv, tegra->regs + SENSOR_PDIV);
/linux-master/drivers/mmc/host/
H A Dsdhci-pci-gli.c442 static void gl9750_set_pll(struct sdhci_host *host, u8 dir, u16 ldiv, u8 pdiv) argument
452 FIELD_PREP(SDHCI_GLI_9750_PLL_PDIV, pdiv) |
638 static void gl9755_set_pll(struct pci_dev *pdev, u8 dir, u16 ldiv, u8 pdiv) argument
648 FIELD_PREP(PCI_GLI_9755_PLL_PDIV, pdiv) |
862 static void gl9767_set_pll(struct pci_dev *pdev, u8 dir, u16 ldiv, u8 pdiv) argument
873 FIELD_PREP(PCIE_GLI_9767_SD_PLL_CTL_PLL_PDIV, pdiv) |
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_lp.c550 lpphy->pdiv = 1;
553 lpphy->pdiv = 2;
557 tmp = (((800000000 * lpphy->pdiv + crystalfreq) /
561 tmp = (((100 * crystalfreq + 16000000 * lpphy->pdiv) /
562 (32000000 * lpphy->pdiv)) - 1) & 0xFF;
565 tmp = (((2 * crystalfreq + 1000000 * lpphy->pdiv) /
566 (2000000 * lpphy->pdiv)) - 1) & 0xFF;
569 ref = (1000 * lpphy->pdiv + 2 * crystalfreq) / (2000 * lpphy->pdiv);
2418 tmp2 = lpphy->pdiv * 100
[all...]
H A Dphy_lp.h892 unsigned int pdiv; member in struct:b43_phy_lp
/linux-master/drivers/clk/st/
H A Dclkgen-pll.c47 struct clkgen_field pdiv; member in struct:clkgen_pll_data
221 unsigned long pdiv; member in struct:stm_pll
H A Dclkgen-fsyn.c353 VCO frequency = (fin x ndiv) / pdiv
354 ndiv = VCOfreq * pdiv / fin
356 unsigned long pdiv = 1, n; local
370 n = output * pdiv / input;
/linux-master/include/soc/tegra/
H A Dbpmp-abi.h1978 uint16_t pdiv; /**< post divider value */ member in struct:cpu_vhint_data
2671 uint16_t pdiv; member in struct:mrq_cpu_ndiv_limits_response
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_int.h639 u8 pdiv; member in struct:brcms_phy

Completed in 260 milliseconds

12