Lines Matching +full:8 +full:xxx
36 #define AP_CONTROL_0 isaIO2mem(AP_IOBASE+8) /* Control Register 0. Read/Write */
53 #define AD_BLT 0x80 /* 1xxx.xxxx */
54 #define NORMAL 0x80 /* 1xxx.xxxx */ /* What is happening here ?? */
55 #define INVERSE 0x00 /* 0xxx.xxxx */ /* Clearing this reverses the screen */
56 #define PIX_BLT 0x00 /* 0xxx.xxxx */
62 #define nRESET_SYNC 0x08 /* xxxx.1xxx */
73 * Following 3 defines are common to 1, 4 and 8 plane.
86 #define ROP(r2,r3,r0,r1) ( (U_SHORT)((r0)|((r1)<<4)|((r2)<<8)|((r3)<<12)) )
104 #define SWAP(A) ((A>>8) | ((A&0xff) <<8))
164 y_delta = (info->fix.line_length * 8) - area->sx - area->width; in dnfb_copyarea()
174 y_delta = -((info->fix.line_length * 8) - area->sx - area->width); in dnfb_copyarea()