Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/sm750fb/
Dddk750_chip.c386 unsigned int sm750_format_pll_reg(struct pll_value *pPLL) in sm750_format_pll_reg() argument
389 unsigned int POD = pPLL->POD; in sm750_format_pll_reg()
391 unsigned int OD = pPLL->OD; in sm750_format_pll_reg()
392 unsigned int M = pPLL->M; in sm750_format_pll_reg()
393 unsigned int N = pPLL->N; in sm750_format_pll_reg()
Dddk750_chip.h98 unsigned int sm750_format_pll_reg(struct pll_value *pPLL);