Searched refs:BYTE_SWAP (Results 1 – 2 of 2) sorted by relevance
156 sw = BYTE_SWAP(NOSWAP); in dc_parse_drm_format()163 sw = BYTE_SWAP(NOSWAP); in dc_parse_drm_format()170 sw = BYTE_SWAP(NOSWAP); in dc_parse_drm_format()177 sw = BYTE_SWAP(NOSWAP); in dc_parse_drm_format()184 sw = BYTE_SWAP(SWAP2); in dc_parse_drm_format()191 sw = BYTE_SWAP(NOSWAP); in dc_parse_drm_format()198 sw = BYTE_SWAP(NOSWAP); in dc_parse_drm_format()
323 #define BYTE_SWAP(x) (((x) & 0x7) << 0) macro