Searched defs:pll_id (Results 1 - 5 of 5) sorted by relevance

/drivers/mfd/
H A Dtwl6040.c361 int twl6040_set_pll(struct twl6040 *twl6040, int pll_id, argument
373 if (pll_id != twl6040->pll) {
378 switch (pll_id) {
402 if (twl6040->pll == pll_id)
483 dev_err(twl6040->dev, "unknown pll id %d\n", pll_id);
490 twl6040->pll = pll_id;
/drivers/clk/
H A Dclk-nomadik.c516 u32 pll_id; local
521 if (of_property_read_u32(np, "pll-id", &pll_id)) {
527 clk = pll_clk_register(NULL, clk_name, parent_name, pll_id);
/drivers/gpu/drm/radeon/
H A Datombios_crtc.c386 static void atombios_disable_ss(struct radeon_device *rdev, int pll_id) argument
391 switch (pll_id) {
407 switch (pll_id) {
436 int pll_id,
459 pll_id == rdev->mode_info.crtcs[i]->pll_id) {
474 switch (pll_id) {
493 switch (pll_id) {
515 args.v1.ucPpll = pll_id;
520 atombios_disable_ss(rdev, pll_id);
434 atombios_crtc_program_ss(struct radeon_device *rdev, int enable, int pll_id, int crtc_id, struct radeon_atom_ss *ss) argument
803 atombios_crtc_program_pll(struct drm_crtc *crtc, u32 crtc_id, int pll_id, u32 encoder_mode, u32 encoder_id, u32 clock, u32 ref_div, u32 fb_div, u32 frac_fb_div, u32 post_div, int bpc, bool ss_enabled, struct radeon_atom_ss *ss) argument
[all...]
H A Datombios_encoders.c981 int pll_id = 0; local
1013 pll_id = radeon_crtc->pll_id;
1181 args.v3.acConfig.ucRefClkSource = pll_id;
1243 args.v4.acConfig.ucRefClkSource = pll_id;
1308 args.v5.asConfig.ucPhyClkSrcId = pll_id;
H A Dradeon_mode.h336 int pll_id; member in struct:radeon_crtc

Completed in 128 milliseconds