Symbol: pll_value
arch/m68k/q40/config.c
249
pll->pll_value = tmp & Q40_RTC_PLL_MASK;
arch/m68k/q40/config.c
251
pll->pll_value = -pll->pll_value;
arch/m68k/q40/config.c
266
int tmp = (pll->pll_value & 31) | (pll->pll_value<0 ? 32 : 0) |
drivers/mmc/host/sdhci-pci-gli.c
346
u32 pll_value;
drivers/mmc/host/sdhci-pci-gli.c
362
pll_value = sdhci_readl(host, SDHCI_GLI_9750_PLL);
drivers/mmc/host/sdhci-pci-gli.c
384
pll_value &= ~SDHCI_GLI_9750_PLL_TX2_INV;
drivers/mmc/host/sdhci-pci-gli.c
385
pll_value &= ~SDHCI_GLI_9750_PLL_TX2_DLY;
drivers/mmc/host/sdhci-pci-gli.c
386
pll_value |= FIELD_PREP(SDHCI_GLI_9750_PLL_TX2_INV,
drivers/mmc/host/sdhci-pci-gli.c
388
pll_value |= FIELD_PREP(SDHCI_GLI_9750_PLL_TX2_DLY,
drivers/mmc/host/sdhci-pci-gli.c
412
sdhci_writel(host, pll_value, SDHCI_GLI_9750_PLL);
drivers/staging/sm750fb/ddk750_chip.c
313
struct pll_value *pll)
drivers/staging/sm750fb/ddk750_chip.c
385
unsigned int sm750_format_pll_reg(struct pll_value *p_PLL)
drivers/staging/sm750fb/ddk750_chip.c
58
struct pll_value pll;
drivers/staging/sm750fb/ddk750_chip.h
97
unsigned int sm750_calc_pll_value(unsigned int request, struct pll_value *pll);
drivers/staging/sm750fb/ddk750_chip.h
98
unsigned int sm750_format_pll_reg(struct pll_value *p_PLL);
drivers/staging/sm750fb/ddk750_mode.c
208
struct pll_value pll;
drivers/staging/sm750fb/ddk750_mode.c
79
struct pll_value *pll)
drivers/video/fbdev/geode/video_cs5530.c
25
u32 pll_value;
drivers/video/fbdev/geode/video_cs5530.c
76
value = cs5530_pll_table[0].pll_value;
drivers/video/fbdev/geode/video_cs5530.c
84
value = cs5530_pll_table[i].pll_value;
include/uapi/linux/rtc.h
62
int pll_value; /* get/set correction value */