Home
last modified time | relevance | path

Searched defs:HIBYTE (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/board/micronas/vct/
H A Dsmc_eeprom.c66 #define HIBYTE(word) ((u8)(((u16)(word)) >> 8)) macro
/openbmc/linux/sound/isa/msnd/
H A Dmsnd.h171 #define HIBYTE(w) ((u8)(((u16)(w) >> 8) & 0xFF)) macro
/openbmc/linux/drivers/usb/typec/
H A Danx7411.c110 #define HIBYTE(w) ((u8)(((u16)(w) >> 8) & 0xFF)) macro
/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r.h126 #define HIBYTE(w) ((u8)(((u16)(w)) >> 8)) macro