Searched refs:LE32_TO_CPU (Results 1 – 3 of 3) sorted by relevance
69 #define LE32_TO_CPU( x ) CPU_TO_LE32( x ) macro
51 query->Base.Result += LE32_TO_CPU(result[i]); in radeonQueryGetResult()52 radeon_print(RADEON_STATE, RADEON_TRACE, "result[%d] = %d\n", i, LE32_TO_CPU(result[i])); in radeonQueryGetResult()