Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
on26.c File Reference
#include <linux/module.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/wait.h>
#include <asm/io.h>
#include "paride.h"

Go to the source code of this file.

Macros

#define ON26_VERSION   "1.04"
 
#define j44(a, b)   (((a>>4)&0x0f)|(b&0xf0))
 
#define P1   w2(5);w2(0xd);w2(5);w2(0xd);w2(5);w2(4);
 
#define P2   w2(5);w2(7);w2(5);w2(4);
 
#define CCP(x)
 
#define RESET_WAIT   200
 

Functions

 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define CCP (   x)
Value:
w0(0xfe);w0(0xaa);w0(0x55);w0(0);w0(0xff);\
w0(0x87);w0(0x78);w0(x);w2(4);w2(5);w2(4);w0(0xff);

Definition at line 99 of file on26.c.

#define j44 (   a,
  b 
)    (((a>>4)&0x0f)|(b&0xf0))

Definition at line 38 of file on26.c.

#define ON26_VERSION   "1.04"

Definition at line 19 of file on26.c.

#define P1   w2(5);w2(0xd);w2(5);w2(0xd);w2(5);w2(4);

Definition at line 40 of file on26.c.

#define P2   w2(5);w2(7);w2(5);w2(4);

Definition at line 41 of file on26.c.

#define RESET_WAIT   200

Definition at line 125 of file on26.c.

Function Documentation

MODULE_LICENSE ( "GPL"  )