Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/parport.h>
#include <linux/sysfs.h>
#include <linux/workqueue.h>
#include <linux/spi/spi.h>
#include <linux/spi/spi_bitbang.h>
#include "spi-bitbang-txrx.h"
Go to the source code of this file.
Data Structures | |
struct | spi_lm70llp |
Macros | |
#define | DRVNAME "spi-lm70llp" |
#define | lm70_INIT 0xBE |
#define | SIO 0x10 |
#define | nCS 0x20 |
#define | SCLK 0x40 |
Functions | |
module_init (init_spi_lm70llp) | |
module_exit (cleanup_spi_lm70llp) | |
MODULE_AUTHOR ("Kaiwan N Billimoria <[email protected]>") | |
MODULE_DESCRIPTION ("Parport adapter for the National Semiconductor LM70 LLP eval board") | |
MODULE_LICENSE ("GPL") | |
#define DRVNAME "spi-lm70llp" |
Definition at line 74 of file spi-lm70llp.c.
#define lm70_INIT 0xBE |
Definition at line 76 of file spi-lm70llp.c.
#define nCS 0x20 |
Definition at line 78 of file spi-lm70llp.c.
#define SCLK 0x40 |
Definition at line 79 of file spi-lm70llp.c.
#define SIO 0x10 |
Definition at line 77 of file spi-lm70llp.c.
MODULE_AUTHOR | ( | "Kaiwan N Billimoria <[email protected]>" | ) |
module_exit | ( | cleanup_spi_lm70llp | ) |
module_init | ( | init_spi_lm70llp | ) |
MODULE_LICENSE | ( | "GPL" | ) |