Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmu8_smumgr.c43 #define SIZE_ALIGN_32(x) (((x) + 31) / 32 * 32) macro
587 uint32_t ulsize_aligned = SIZE_ALIGN_32(ulsize_byte); in smu8_smu_populate_single_scratch_entry()