Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
kbic.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 KBIC_VERSION   "1.01"
 
#define r12w()   (delay_p,inw(pi->port+1)&0xffff)
 
#define j44(a, b)   ((((a>>4)&0x0f)|(b&0xf0))^0x88)
 
#define j53(w)   (((w>>3)&0x1f)|((w>>4)&0xe0))
 
#define CCP(x)
 

Functions

 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define CCP (   x)
Value:
w2(0xc4);w0(0xaa);w0(0x55);w0(0);w0(0xff);w0(0x87);\
w0(0x78);w0(x);w2(0xc5);w2(0xc4);w0(0xff);

Definition at line 112 of file kbic.c.

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

Definition at line 35 of file kbic.c.

#define j53 (   w)    (((w>>3)&0x1f)|((w>>4)&0xe0))

Definition at line 36 of file kbic.c.

#define KBIC_VERSION   "1.01"

Definition at line 21 of file kbic.c.

#define r12w ( )    (delay_p,inw(pi->port+1)&0xffff)

Definition at line 33 of file kbic.c.

Function Documentation

MODULE_LICENSE ( "GPL"  )