Searched refs:SIZE_ALIGN_32 (Results 1 - 1 of 1) sorted by path

/linux-master/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);

Completed in 657 milliseconds