#include <linux/module.h>
#include <linux/string.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/dio.h>
#include <linux/slab.h>
#include <asm/uaccess.h>
#include <asm/io.h>
Go to the source code of this file.
#define CONFIG_DIO_CONSTANTS |
Definition at line 48 of file dio.c.
#define DIOFBNAME |
( |
|
x | ) |
{ DIO_ENCODE_ID( DIO_ID_FBUFFER, DIO_ID2_##x), DIO_DESC2_##x } |
Definition at line 67 of file dio.c.
#define DIONAME |
( |
|
x | ) |
{ DIO_ID_##x, DIO_DESC_##x } |
Definition at line 66 of file dio.c.
unsigned long dio_scodetophysaddr |
( |
int |
scode | ) |
|
subsys_initcall |
( |
dio_init |
| ) |
|
Initial value:= {
.resources = {
{ .name = "DIO mem", .start = 0x00600000, .end = 0x007fffff },
{ .name = "DIO-II mem", .start = 0x01000000, .end = 0x1fffffff }
},
.name = "DIO bus"
}
Definition at line 37 of file dio.c.