Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/i2caux/dce110/
Di2c_hw_engine_dce110.c511 uint32_t xtal_ref_div = 0; in construct() local
531 REG_GET(MICROSECOND_TIME_BASE_DIV, XTAL_REF_DIV, &xtal_ref_div); in construct()
533 if (xtal_ref_div == 0) { in construct()
536 xtal_ref_div = 2; in construct()
547 (arg->reference_frequency * 2) / xtal_ref_div; in construct()