Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
friq.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 FRIQ_VERSION   "1.01"
 
#define CMD(x)
 
#define j44(l, h)   (((l>>4)&0x0f)|(h&0xf0))
 

Functions

 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define CMD (   x)
Value:
w2(4);w0(0xff);w0(0xff);w0(0x73);w0(0x73);\
w0(0xc9);w0(0xc9);w0(0x26);w0(0x26);w0(x);w0(x);

Definition at line 40 of file friq.c.

#define FRIQ_VERSION   "1.01"

Definition at line 28 of file friq.c.

#define j44 (   l,
  h 
)    (((l>>4)&0x0f)|(h&0xf0))

Definition at line 43 of file friq.c.

Function Documentation

MODULE_LICENSE ( "GPL"  )