Lines Matching defs:x
27 #define LTV_GAMMA(x) (0x10 + (x)) /* Gamma control */ argument
34 #define LTV_NL(x) (((x) & 0x001f) << 0) argument
65 #define LTV_CLW(x) (((x) & 0x0007) << 12) argument
76 #define LTV_FTI(x) (((x) & 0x0003) << 4) argument
77 #define LTV_FWI(x) (((x) & 0x0003) << 0) argument
80 #define LTV_SDT(x) (((x) & 0x0007) << 10) argument
81 #define LTV_EQ(x) (((x) & 0x0007) << 2) argument
87 #define LTV_DRIVE_CURRENT(x) (((x) & 0x0007) << 4) /* 0=off, 5=max */ argument
88 #define LTV_SUPPLY_CURRENT(x) (((x) & 0x0007) << 0) /* 0=off, 5=max */ argument
92 #define LTV_VCOML_VOLTAGE(x) (((x) & 0x001f) << 8) /* 0=1V, 31=-1V */ argument
93 #define LTV_VCOMH_VOLTAGE(x) (((x) & 0x001f) << 0) /* 0=3V, 31=4.5V */ argument