HomeSort by: relevance | last modified time | path
    Searched defs:dest_byte (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_smu7_smumgr.c 58 uint8_t *dest_byte; local in function:smu7_copy_bytes_from_smc
80 /* Cast dest into byte type in dest_byte. This way, we don't overflow if the allocated memory is not 4-byte aligned. */
81 dest_byte = (uint8_t *)dest;
83 dest_byte[i] = data_byte[i];
amdgpu_smu7_smumgr.c 58 uint8_t *dest_byte; local in function:smu7_copy_bytes_from_smc
80 /* Cast dest into byte type in dest_byte. This way, we don't overflow if the allocated memory is not 4-byte aligned. */
81 dest_byte = (uint8_t *)dest;
83 dest_byte[i] = data_byte[i];
amdgpu_smu7_smumgr.c 58 uint8_t *dest_byte; local in function:smu7_copy_bytes_from_smc
80 /* Cast dest into byte type in dest_byte. This way, we don't overflow if the allocated memory is not 4-byte aligned. */
81 dest_byte = (uint8_t *)dest;
83 dest_byte[i] = data_byte[i];

Completed in 131 milliseconds