Lines Matching defs:x
37 #define LCCR3_BPP(x) ((((x) & 0x7) << 24) | (((x) & 0x8) ? (1 << 29) : 0)) argument
137 #define LCCR5_IUM(x) (1 << ((x) + 23)) /* input underrun mask */ argument
138 #define LCCR5_BSM(x) (1 << ((x) + 15)) /* branch mask */ argument
139 #define LCCR5_EOFM(x) (1 << ((x) + 7)) /* end of frame mask */ argument
140 #define LCCR5_SOFM(x) (1 << ((x) + 0)) /* start of frame mask */ argument
156 #define LCSR1_IU(x) (1 << ((x) + 23)) /* Input FIFO underrun */ argument
157 #define LCSR1_BS(x) (1 << ((x) + 15)) /* Branch Status */ argument
158 #define LCSR1_EOF(x) (1 << ((x) + 7)) /* End of Frame Status */ argument
159 #define LCSR1_SOF(x) (1 << ((x) - 1)) /* Start of Frame Status */ argument
164 #define OVLxC1_PPL(x) ((((x) - 1) & 0x3ff) << 0) /* Pixels Per Line */ argument
165 #define OVLxC1_LPO(x) ((((x) - 1) & 0x3ff) << 10) /* Number of Lines */ argument
166 #define OVLxC1_BPP(x) (((x) & 0xf) << 20) /* Bits Per Pixel */ argument
168 #define OVLxC2_XPOS(x) (((x) & 0x3ff) << 0) /* Horizontal Position */ argument
169 #define OVLxC2_YPOS(x) (((x) & 0x3ff) << 10) /* Vertical Position */ argument
170 #define OVL2C2_PFOR(x) (((x) & 0x7) << 20) /* Pixel Format */ argument
173 #define PRSR_DATA(x) ((x) & 0xff) /* Panel Data */ argument
188 #define SMART_CMD(x) (SMART_CMD_WRITE_COMMAND | ((x) & 0xff)) argument
189 #define SMART_DAT(x) (SMART_CMD_WRITE_DATA | ((x) & 0xff)) argument