Lines Matching refs:u_short
121 #define _LOWORD(x) ((u_short)(x & 0xffff))
122 #define _HIWORD(x) ((u_short)(x >> 16))
126 #define _HILO2WORD(x) ((u_short)x.bHi * 256U + x.bLo)
127 #define _LOHI2WORD(x) ((u_short)x.bLo * 256U + x.bHi)
129 #define _PHILO2WORD(x) ((u_short)x->bHi * 256U + x->bLo)
130 #define _PLOHI2WORD(x) ((u_short)x->bLo * 256U + x->bHi)
143 u_short Red;
144 u_short Green;
145 u_short Blue;
165 u_short Colors[3];
170 u_short Mono;
176 u_short *pw;
413 u_short wFlags; /**< Flag to indicate what kinds of elements */
419 u_short bPCB; /**< PCB ID/or threshold (only CIS) */
433 u_short red_lamp_on;
434 u_short red_lamp_off;
435 u_short green_lamp_on;
436 u_short green_lamp_off;
437 u_short blue_lamp_on;
438 u_short blue_lamp_off;
452 u_short wMotorDpi; /* Full step DPI */
453 u_short wDRAMSize; /* in KB */
456 u_short wGreenPWMDutyCycleLow;
457 u_short wGreenPWMDutyCycleHigh;
482 u_short StepperPhaseCorrection;
491 u_short wActivePixelsStart; /* 0x1e & 0x1f */
492 u_short wLineEnd; /* 0x20 & 0x21 */
495 u_short red_lamp_on; /* 0x2c & 0x2d */
496 u_short red_lamp_off; /* 0x2e & 0x2f */
497 u_short green_lamp_on; /* 0x30 & 0x31 */
498 u_short green_lamp_off; /* 0x32 & 0x33 */
499 u_short blue_lamp_on; /* 0x34 & 0x35 */
500 u_short blue_lamp_off; /* 0x36 & 0x37 */
504 u_short wStepsAfterPaperSensor2;/* 0x4c & 0x4d */
657 u_short wSumY; /**< for line sampling */
690 u_short dpi_thresh;
691 u_short lineend;