Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
HIBYTE
drivers/scsi/esas2r/esas2r.h
126
#define HIBYTE(w) ((u8)(((u16)(w)) >> 8))
drivers/usb/typec/anx7411.c
111
#define HIBYTE(w) ((u8)(((u16)(w) >> 8) & 0xFF))
sound/isa/msnd/msnd.h
171
#define HIBYTE(w) ((u8)(((u16)(w) >> 8) & 0xFF))