Home
last modified time | relevance | path

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

/linux/drivers/accel/habanalabs/goya/
H A Dgoya.c748 u32 nr = 0, nf = 0, od = 0, div_fctr = 0, pll_clk, div_sel; in goya_fetch_psoc_frequency() local
766 div_fctr = RREG32(mmPSOC_PCI_PLL_DIV_FACTOR_1); in goya_fetch_psoc_frequency()
777 freq = PLL_REF_CLK / (div_fctr + 1); in goya_fetch_psoc_frequency()
785 freq = pll_clk / (div_fctr + 1); in goya_fetch_psoc_frequency()
798 prop->psoc_pci_pll_div_factor = div_fctr; in goya_fetch_psoc_frequency()