/*1* linux/drivers/video/maxinefb.h2*3* DECstation 5000/xx onboard framebuffer support, Copyright (C) 1999 by4* Michael Engel <[email protected]> and Karsten Merker <[email protected]>5* This file is subject to the terms and conditions of the GNU General6* Public License. See the file COPYING in the main directory of this7* archive for more details.8*/910#include <asm/addrspace.h>1112/*13* IMS332 video controller register base address14*/15#define MAXINEFB_IMS332_ADDRESS KSEG1ADDR(0x1c140000)1617/*18* Begin of DECstation 5000/xx onboard framebuffer memory, default resolution19* is 1024x768x820*/21#define DS5000_xx_ONBOARD_FBMEM_START KSEG1ADDR(0x0a000000)2223/*24* The IMS 332 video controller used in the DECstation 5000/xx series25* uses 32 bits wide registers; the following defines declare the26* register numbers, to get the real offset, these have to be multiplied27* by four.28*/2930#define IMS332_REG_CURSOR_RAM 0x200 /* hardware cursor bitmap */3132/*33* The color palette entries have the form 0x00BBGGRR34*/35#define IMS332_REG_COLOR_PALETTE 0x100 /* color palette, 256 entries */36#define IMS332_REG_CURSOR_COLOR_PALETTE 0x0a1 /* cursor color palette, */37/* 3 entries */383940