Home
last modified time | relevance | path

Searched refs:BYTE_SWAP (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_dc.c153 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()
H A Dtegra_dc_reg.h321 #define BYTE_SWAP(x) (((x) & 0x7) << 0) macro