#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/mm.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <asm/setup.h>
#include <linux/uaccess.h>
#include <asm/pgtable.h>
#include <asm/irq.h>
#include <asm/io.h>
#include <asm/atarihw.h>
#include <asm/atariints.h>
#include <asm/atari_stram.h>
#include <linux/fb.h>
#include <asm/atarikb.h>
#include "c2p.h"
#include "atafb.h"
Go to the source code of this file.
|
struct | atafb_par |
|
struct | fb_hwswitch |
|
struct | pixel_clock |
|
Value:do { \
unsigned
char tmp =
INB(0x3da); \
} while (0)
Definition at line 2227 of file atafb.c.
#define DEFMODE_EXT 6 /* "vga" for external */ |
#define DEFMODE_F30 7 /* "vga70" for Falcon */ |
#define DEFMODE_STE 2 /* "st-high" for ST/E */ |
#define DEFMODE_TT 5 /* "tt-high" for TT */ |
#define HBB hw.falcon.hbb |
#define HBE hw.falcon.hbe |
#define HDB hw.falcon.hdb |
#define HDE hw.falcon.hde |
#define HHT hw.falcon.hht |
#define HSS hw.falcon.hss |
#define INB |
( |
|
port | ) |
(*((unsigned volatile char *) ((port)+external_vgaiobase))) |
#define LINE_DELAY (mono_moni ? 30 : 70) |
#define OUTB |
( |
|
port, |
|
|
|
val |
|
) |
| *((unsigned volatile char *) ((port)+external_vgaiobase)) = (val) |
#define SWITCH_ACIA 0x01 /* modes for switch on OverScan */ |
#define SYNC_DELAY (mono_moni ? 1500 : 2000) |
#define up |
( |
|
x, |
|
|
|
r |
|
) |
| (((x) + (r) - 1) & ~((r)-1)) |
#define VBB hw.falcon.vbb |
#define VBE hw.falcon.vbe |
#define VCO_SHORTOFFS 0x100 |
#define VDB hw.falcon.vdb |
#define VDE hw.falcon.vde |
#define VFT hw.falcon.vft |
#define VSS hw.falcon.vss |
- Enumerator:
-
Definition at line 226 of file atafb.c.
unsigned char fontdata_8x16[] |
unsigned char fontdata_8x8[] |