pll_entry 1020 drivers/video/fbdev/w100fb.c struct pll_entries *pll_entry = w100_pll_tables; pll_entry 1023 drivers/video/fbdev/w100fb.c if (freq == pll_entry->xtal_freq) pll_entry 1024 drivers/video/fbdev/w100fb.c return pll_entry->pll_table; pll_entry 1025 drivers/video/fbdev/w100fb.c pll_entry++; pll_entry 1026 drivers/video/fbdev/w100fb.c } while (pll_entry->xtal_freq); pll_entry 239 sound/soc/codecs/cs43130.c const struct cs43130_pll_params *pll_entry; pll_entry 244 sound/soc/codecs/cs43130.c pll_entry = cs43130_get_pll_table(cs43130->mclk, cs43130->mclk_int); pll_entry 245 sound/soc/codecs/cs43130.c if (!pll_entry) pll_entry 248 sound/soc/codecs/cs43130.c if (pll_entry->pll_cal_ratio == 0) { pll_entry 260 sound/soc/codecs/cs43130.c pll_entry->pll_div_frac >> pll_entry 264 sound/soc/codecs/cs43130.c pll_entry->pll_div_frac >> pll_entry 268 sound/soc/codecs/cs43130.c pll_entry->pll_div_frac >> pll_entry 271 sound/soc/codecs/cs43130.c pll_entry->pll_div_int); pll_entry 272 sound/soc/codecs/cs43130.c regmap_write(cs43130->regmap, CS43130_PLL_SET_6, pll_entry->pll_divout); pll_entry 274 sound/soc/codecs/cs43130.c pll_entry->pll_cal_ratio); pll_entry 277 sound/soc/codecs/cs43130.c pll_entry->pll_mode << CS43130_PLL_MODE_SHIFT); pll_entry 279 sound/soc/codecs/cs43130.c pll_entry->sclk_prediv);