Searched refs:HIBYTE (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/hisax/
H A Denternow.h21 #define HIBYTE(w) ((unsigned char)((w & 0xff00) / 256)) macro
H A Damd7930_fn.h23 #define HIBYTE(w) ((unsigned char)((w & 0xff00) / 256)) macro
H A Damd7930_fn.c72 wByteAMD(cs, 0x01, HIBYTE(val));
368 debugl1(cs, "Amd7930: fill_Dfifo, DMR3: 0x%02X, DTCR read: 0x%04X write: 0x%02X 0x%02X", dmr3, dtcrr, LOBYTE(dtcrw), HIBYTE(dtcrw));
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Djmemdos.c486 #define HIBYTE(W) (((W) >> 8) & 0xFF) macro
510 if (HIBYTE(ctx.ax) != 0)
535 if (HIBYTE(ctx.ax) != 0)
566 if (HIBYTE(ctx.ax) != 0)
572 if (HIBYTE(ctx.ax) != 0 || LOBYTE(ctx.ax) < 0x40)
579 if (HIBYTE(ctx.ax) != 0)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dmsnd.h147 #define HIBYTE(w) ((BYTE)(((WORD)(w) >> 8) & 0xFF)) macro
H A Dmsnd_pinnacle.c999 switch (HIBYTE(wMessage)) {
1056 /* printk(KERN_DEBUG LOGNAME ": HIMT message %d 0x%02x\n", HIBYTE(wMessage), HIBYTE(wMessage)); */
1441 if (msnd_write_cfg(cfg, IREG_IO0_BASEHI, HIBYTE(io)))
1452 if (msnd_write_cfg(cfg, IREG_IO1_BASEHI, HIBYTE(io)))
1479 if (msnd_write_cfg(cfg, IREG_MEMBASEHI, HIBYTE(wmem)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/sound/
H A DMultiSound612 #define HIBYTE(w) ((BYTE)(((WORD)(w) >> 8) & 0xFF))
643 X if (msnd_write_cfg(cfg, IREG_IO0_BASEHI, HIBYTE(io)))
665 X if (msnd_write_cfg(cfg, IREG_IO1_BASEHI, HIBYTE(io)))
713 X if (msnd_write_cfg(cfg, IREG_MEMBASEHI, HIBYTE(wmem)))
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acpi/include/
H A Dacmacros.h46 #ifndef HIBYTE
47 #define HIBYTE(l) ((u8)((((u16)(l)) >> 8) & 0xFF)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tokenring/
H A Dtms380tr.h51 #define HIBYTE(w) ((unsigned char)((unsigned short)(w) >> 8)) macro
H A Dtms380tr.c1914 *(Data + i) = HIBYTE(InWord); /* Write first byte */

Completed in 130 milliseconds