Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
H A Dsmu8_smumgr.c42 #define SIZE_ALIGN_32(x) (((x) + 31) / 32 * 32) macro
588 uint32_t ulsize_aligned = SIZE_ALIGN_32(ulsize_byte); in smu8_smu_populate_single_scratch_entry()