Searched refs:_i (Results 1 – 2 of 2) sorted by relevance
203 int _i = (n); \204 while (_i--) \205 p[_i] = bswap_32(p[_i]); \420 int _i = (n); \421 while (_i--) \422 p[_i] = bswap_64(p[_i]); \
470 #define EDID1_INFO_STANDARD_TIMING_XRESOLUTION(_x, _i) \ argument471 (((_x).standard_timings[_i]).xresolution)472 #define EDID1_INFO_STANDARD_TIMING_ASPECT(_x, _i) \ argument473 GET_BITS(((_x).standard_timings[_i].aspect_vfreq), 7, 6)474 #define EDID1_INFO_STANDARD_TIMING_VFREQ(_x, _i) \ argument475 GET_BITS(((_x).standard_timings[_i].aspect_vfreq), 5, 0)