Lines Matching full:crt
28 #define CRT_CTRL1 0x60 /* CRT Control I */
29 #define CRT_CTRL2 0x64 /* CRT Control II */
30 #define CRT_STATUS 0x68 /* CRT Status */
31 #define CRT_MISC 0x6c /* CRT Misc Setting */
32 #define CRT_HORIZ0 0x70 /* CRT Horizontal Total & Display Enable End */
33 #define CRT_HORIZ1 0x74 /* CRT Horizontal Retrace Start & End */
34 #define CRT_VERT0 0x78 /* CRT Vertical Total & Display Enable End */
35 #define CRT_VERT1 0x7C /* CRT Vertical Retrace Start & End */
36 #define CRT_ADDR 0x80 /* CRT Display Starting Address */
37 #define CRT_OFFSET 0x84 /* CRT Display Offset & Terminal Count */
38 #define CRT_THROD 0x88 /* CRT Threshold */
39 #define CRT_XSCALE 0x8C /* CRT Scaling-Up Factor */
40 #define CRT_CURSOR0 0x90 /* CRT Hardware Cursor X & Y Offset */
41 #define CRT_CURSOR1 0x94 /* CRT Hardware Cursor X & Y Position */
42 #define CRT_CURSOR2 0x98 /* CRT Hardware Cursor Pattern Address */
44 #define CRT_OSD_H 0xA0 /* CRT OSD Horizontal Start/End */
45 #define CRT_OSD_V 0xA4 /* CRT OSD Vertical Start/End */
46 #define CRT_OSD_ADDR 0xA8 /* CRT OSD Pattern Address */
47 #define CRT_OSD_DISP 0xAC /* CRT OSD Offset */
48 #define CRT_OSD_THRESH 0xB0 /* CRT OSD Threshold & Alpha */
50 #define CRT_STS_V 0xB8 /* CRT Status V */
52 #define CRT_BB0_ADDR 0xD0 /* CRT Display BB0 Starting Address */
53 #define CRT_BB1_ADDR 0xD4 /* CRT Display BB1 Starting Address */
54 #define CRT_BB_COUNT 0xD8 /* CRT Display BB Terminal Count */