Home
last modified time | relevance | path

Searched defs:BYTE0 (Results 1 – 7 of 7) sorted by relevance

/linux-5.10/drivers/mtd/maps/
Dphysmap-ixp4xx.c50 #define BYTE0(h) ((h) & 0xFF) macro
65 #define BYTE0(h) (((h) >> 8) & 0xFF) macro
Dixp4xx.c70 #define BYTE0(h) ((h) & 0xFF) macro
85 #define BYTE0(h) (((h) >> 8) & 0xFF) macro
/linux-5.10/sound/pci/aw2/
Dsaa7146.h145 #define BYTE0 (1UL << 8) macro
/linux-5.10/drivers/media/dvb-frontends/
Dstb0899_priv.h41 #define BYTE0 0 macro
Dmxl5xx.c40 #define BYTE0(v) ((v >> 0) & 0xff) macro
/linux-5.10/drivers/scsi/aacraid/
Daachba.c104 #define BYTE0(x) (unsigned char)(x) macro
/linux-5.10/sound/pci/riptide/
Driptide.c217 #define BYTE0(a) (LONG0(a)&0xff) macro