Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
fit3.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 FIT3_VERSION   "1.0"
 
#define j44(a, b)   (((a>>3)&0x0f)|((b<<1)&0xf0))
 
#define w7(byte)   {out_p(7,byte);}
 
#define r7()   (in_p(7) & 0xff)
 

Functions

 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define FIT3_VERSION   "1.0"

Definition at line 20 of file fit3.c.

#define j44 (   a,
  b 
)    (((a>>3)&0x0f)|((b<<1)&0xf0))

Definition at line 32 of file fit3.c.

#define r7 ( )    (in_p(7) & 0xff)

Definition at line 35 of file fit3.c.

#define w7 (   byte)    {out_p(7,byte);}

Definition at line 34 of file fit3.c.

Function Documentation

MODULE_LICENSE ( "GPL"  )