Searched refs:BYTE_SWAP (Results 1 – 2 of 2) sorted by relevance
153 sw = BYTE_SWAP(NOSWAP); in dc_parse_drm_format()160 sw = BYTE_SWAP(NOSWAP); in dc_parse_drm_format()167 sw = BYTE_SWAP(NOSWAP); in dc_parse_drm_format()174 sw = BYTE_SWAP(NOSWAP); in dc_parse_drm_format()181 sw = BYTE_SWAP(SWAP2); in dc_parse_drm_format()188 sw = BYTE_SWAP(NOSWAP); in dc_parse_drm_format()195 sw = BYTE_SWAP(NOSWAP); in dc_parse_drm_format()
321 #define BYTE_SWAP(x) (((x) & 0x7) << 0) macro