HomeSort by: relevance | last modified time | path
    Searched defs:ref_pll (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/ast/
ast_main.c 281 uint32_t denum, num, div, ref_pll, dsel; local in function:ast_get_dram_info
373 ref_pll = 14318;
375 ref_pll = 12000;
392 ast->mclk = ref_pll * (num + 2) / ((denum + 2) * (div * 1000));
ast_main.c 281 uint32_t denum, num, div, ref_pll, dsel; local in function:ast_get_dram_info
373 ref_pll = 14318;
375 ref_pll = 12000;
392 ast->mclk = ref_pll * (num + 2) / ((denum + 2) * (div * 1000));

Completed in 26 milliseconds