Searched refs:le16_to_cpu (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_atombios.c238 if (le16_to_cpu(hdr->usStructureSize) == 0xaa55)
254 le16_to_cpu(hdr->usSubsystemVendorID),le16_to_cpu(hdr->usSubsystemID));
255 xf86DrvMsg(-1,X_NONE,"\tIOBaseAddress: 0x%4.4x\n",le16_to_cpu(hdr->usIoBaseAddress));
256 xf86DrvMsgVerb(-1,X_NONE,3,"\tFilename: %s\n",rombase + le16_to_cpu(hdr->usConfigFilenameOffset));
258 rombase + le16_to_cpu(hdr->usBIOS_BootupMessageOffset));
260 *data_offset = le16_to_cpu(hdr->usMasterDataTableOffset);
261 *command_offset = le16_to_cpu(hdr->usMasterCommandTableOffset);
271 (base + le16_to_cpu(offset));
294 if (size) *size = (short)le16_to_cpu(hd
[all...]
H A Dradeon.h137 #define le16_to_cpu(x) bswap_16(x) macro
142 #define le16_to_cpu(x) (x) macro
H A Datombios_crtc.c454 adjusted_clock = le16_to_cpu(args.v1.usPixelClock) * 10;
/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_drv.h138 #define le16_to_cpu(x) bswap_16(x) macro
143 #define le16_to_cpu(x) (x) macro
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128.h103 #define le16_to_cpu(x) bswap_16(x) macro
108 #define le16_to_cpu(x) (x) macro
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Dradeon.h146 #define le16_to_cpu(x) bswap_16(x) macro
151 #define le16_to_cpu(x) (x) macro

Completed in 13 milliseconds