Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/
Dsislands_smc.h356 #define SMC_SISLANDS_SPLL_DIV_TABLE_PDIV_MASK 0xfe000000 macro
Dsi_dpm.c2959 if (p_div & ~(SMC_SISLANDS_SPLL_DIV_TABLE_PDIV_MASK >> SMC_SISLANDS_SPLL_DIV_TABLE_PDIV_SHIFT)) in si_init_smc_spll_table()
2972 ((p_div << SMC_SISLANDS_SPLL_DIV_TABLE_PDIV_SHIFT) & SMC_SISLANDS_SPLL_DIV_TABLE_PDIV_MASK); in si_init_smc_spll_table()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Dsislands_smc.h356 #define SMC_SISLANDS_SPLL_DIV_TABLE_PDIV_MASK 0xfe000000 macro
Dsi_dpm.c2862 if (p_div & ~(SMC_SISLANDS_SPLL_DIV_TABLE_PDIV_MASK >> SMC_SISLANDS_SPLL_DIV_TABLE_PDIV_SHIFT)) in si_init_smc_spll_table()
2875 ((p_div << SMC_SISLANDS_SPLL_DIV_TABLE_PDIV_SHIFT) & SMC_SISLANDS_SPLL_DIV_TABLE_PDIV_MASK); in si_init_smc_spll_table()