1 /* 2 * linux/drivers/video/pmag-ba-fb.h 3 * 4 * TurboChannel PMAG-BA framebuffer card support, 5 * Copyright (C) 1999,2000,2001 by 6 * Michael Engel <engel@unix-ag.org>, 7 * Karsten Merker <merker@linuxtag.org> 8 * This file is subject to the terms and conditions of the GNU General 9 * Public License. See the file COPYING in the main directory of this 10 * archive for more details. 11 */ 12 13 /* 14 * Bt459 RAM DAC register base offset (rel. to TC slot base address) 15 */ 16 17 #define PMAG_BA_BT459_OFFSET 0x00200000 18 19 /* 20 * Begin of PMAG-BA framebuffer memory relative to TC slot address, 21 * resolution is 1024x864x8 22 */ 23 24 #define PMAG_BA_ONBOARD_FBMEM_OFFSET 0x00000000 25