#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/fb.h>
#include <linux/dio.h>
#include <asm/io.h>
#include <asm/uaccess.h>
Go to the source code of this file.
#define HPFB_DHMSB 0x11 /* Display height */ |
#define HPFB_DWMSB 0x0d /* Display width */ |
#define HPFB_FBHMSB 0x09 /* Frame buffer height */ |
#define HPFB_FBOMSB 0x5d /* Frame buffer offset */ |
#define HPFB_FBWMSB 0x05 /* Frame buffer width */ |
#define HPFB_NUMPLANES 0x5b /* Number of colour planes */ |
#define INTFBPADDR 0x560000 |
#define INTFBVADDR 0xf0560000 |
#define RR_COPYINVERTED 0xc |
#define topcat_sid_ok |
( |
|
x | ) |
|
Value:(((
x) == DIO_ID2_LRCATSEYE) || ((
x) == DIO_ID2_HRCCATSEYE) \
|| ((
x) == DIO_ID2_HRMCATSEYE) || ((
x) == DIO_ID2_TOPCAT))
Definition at line 324 of file hpfb.c.