Home
last modified time | relevance | path

Searched refs:sm750_format_pll_reg (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/staging/sm750fb/
H A Dddk750_mode.c87 poke32(CRT_PLL_CTRL, sm750_format_pll_reg(pll)); in programModeRegisters()
141 poke32(PANEL_PLL_CTRL, sm750_format_pll_reg(pll)); in programModeRegisters()
H A Dddk750_chip.h98 unsigned int sm750_format_pll_reg(struct pll_value *p_PLL);
H A Dddk750_chip.c81 poke32(MXCLK_PLL_CTRL, sm750_format_pll_reg(&pll)); in set_chip_clock()
385 unsigned int sm750_format_pll_reg(struct pll_value *p_PLL) in sm750_format_pll_reg() function