Home
last modified time | relevance | path

Searched refs:p_PLL (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/staging/sm750fb/
A Dddk750_chip.c385 unsigned int sm750_format_pll_reg(struct pll_value *p_PLL) in sm750_format_pll_reg() argument
388 unsigned int POD = p_PLL->POD; in sm750_format_pll_reg()
390 unsigned int OD = p_PLL->OD; in sm750_format_pll_reg()
391 unsigned int M = p_PLL->M; in sm750_format_pll_reg()
392 unsigned int N = p_PLL->N; in sm750_format_pll_reg()
A Dddk750_chip.h98 unsigned int sm750_format_pll_reg(struct pll_value *p_PLL);

Completed in 4 milliseconds