Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
dstr.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 DSTR_VERSION   "1.01"
 
#define j44(a, b)   (((a>>3)&0x07)|((~a>>4)&0x08)|((b<<1)&0x70)|((~b)&0x80))
 
#define P1   w2(5);w2(0xd);w2(5);w2(4);
 
#define P2   w2(5);w2(7);w2(5);w2(4);
 
#define P3   w2(6);w2(4);w2(6);w2(4);
 
#define CCP(x)
 

Functions

 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

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

Definition at line 97 of file dstr.c.

#define DSTR_VERSION   "1.01"

Definition at line 16 of file dstr.c.

#define j44 (   a,
  b 
)    (((a>>3)&0x07)|((~a>>4)&0x08)|((b<<1)&0x70)|((~b)&0x80))

Definition at line 35 of file dstr.c.

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

Definition at line 37 of file dstr.c.

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

Definition at line 38 of file dstr.c.

#define P3   w2(6);w2(4);w2(6);w2(4);

Definition at line 39 of file dstr.c.

Function Documentation

MODULE_LICENSE ( "GPL"  )