Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
on20.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 ON20_VERSION   "1.01"
 
#define op(f)   w2(4);w0(f);w2(5);w2(0xd);w2(5);w2(0xd);w2(5);w2(4);
 
#define vl(v)   w2(4);w0(v);w2(5);w2(7);w2(5);w2(4);
 
#define j44(a, b)   (((a>>4)&0x0f)|(b&0xf0))
 

Functions

 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

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

Definition at line 30 of file on20.c.

#define ON20_VERSION   "1.01"

Definition at line 15 of file on20.c.

#define op (   f)    w2(4);w0(f);w2(5);w2(0xd);w2(5);w2(0xd);w2(5);w2(4);

Definition at line 27 of file on20.c.

#define vl (   v)    w2(4);w0(v);w2(5);w2(7);w2(5);w2(4);

Definition at line 28 of file on20.c.

Function Documentation

MODULE_LICENSE ( "GPL"  )