Home
last modified time | relevance | path

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

/openbmc/u-boot/board/micronas/vct/
H A Dsmc_eeprom.c67 #define LOBYTE(word) ((u8)(((u16)(word)) & 0x00FFU)) macro
/openbmc/linux/sound/isa/msnd/
H A Dmsnd.h172 #define LOBYTE(w) ((u8)(w)) macro
/openbmc/linux/drivers/usb/typec/
H A Danx7411.c109 #define LOBYTE(w) ((u8)((w) & 0xFF)) macro
/openbmc/linux/drivers/scsi/esas2r/
H A Desas2r.h125 #define LOBYTE(w) ((u8)(u16)(w)) macro