Lines Matching +full:1 +full:x64 +full:- +full:bit
1 /* SPDX-License-Identifier: GPL-2.0 */
6 #include <linux/i2c-algo-bit.h>
34 #define HWCURLOC 0x64
76 #define COLORFORE (0x00100000 + 0x64)
91 #define AUTOINC_DSTX BIT(10)
92 #define AUTOINC_DSTY BIT(11)
98 #define STATUS_RETRACE BIT(6)
99 #define STATUS_BUSY BIT(9)
100 #define MISCINIT1_CLUT_INV BIT(0)
101 #define MISCINIT1_2DBLOCK_DIS BIT(15)
102 #define DRAMINIT0_SGRAM_NUM BIT(26)
103 #define DRAMINIT0_SGRAM_TYPE BIT(27)
104 #define DRAMINIT0_SGRAM_TYPE_MASK (BIT(27) | BIT(28) | BIT(29))
106 #define DRAMINIT1_MEM_SDRAM BIT(30)
107 #define VGAINIT0_VGA_DISABLE BIT(0)
108 #define VGAINIT0_EXT_TIMING BIT(1)
109 #define VGAINIT0_8BIT_DAC BIT(2)
110 #define VGAINIT0_EXT_ENABLE BIT(6)
111 #define VGAINIT0_WAKEUP_3C3 BIT(8)
112 #define VGAINIT0_LEGACY_DISABLE BIT(9)
113 #define VGAINIT0_ALT_READBACK BIT(10)
114 #define VGAINIT0_FAST_BLINK BIT(11)
115 #define VGAINIT0_EXTSHIFTOUT BIT(12)
116 #define VGAINIT0_DECODE_3C6 BIT(13)
117 #define VGAINIT0_SGRAM_HBLANK_DISABLE BIT(22)
119 #define VIDCFG_VIDPROC_ENABLE BIT(0)
120 #define VIDCFG_CURS_X11 BIT(1)
121 #define VIDCFG_INTERLACE BIT(3)
122 #define VIDCFG_HALF_MODE BIT(4)
123 #define VIDCFG_DESK_ENABLE BIT(7)
124 #define VIDCFG_CLUT_BYPASS BIT(10)
125 #define VIDCFG_2X BIT(26)
126 #define VIDCFG_HWCURSOR_ENABLE BIT(27)
128 #define DACMODE_2X BIT(0)
130 /* I2C bit locations in the VIDSERPARPORT register */
161 unsigned char misc[1];