Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dnislands_smc.h305 #define SMC_NISLANDS_SPLL_DIV_TABLE_PDIV_MASK 0xfe000000 macro
H A Dni_dpm.c2123 if (p_div & ~(SMC_NISLANDS_SPLL_DIV_TABLE_PDIV_MASK >> SMC_NISLANDS_SPLL_DIV_TABLE_PDIV_SHIFT)) in ni_init_smc_spll_table()
2139 ((p_div << SMC_NISLANDS_SPLL_DIV_TABLE_PDIV_SHIFT) & SMC_NISLANDS_SPLL_DIV_TABLE_PDIV_MASK); in ni_init_smc_spll_table()