#include <linux/stddef.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/errno.h>
#include <linux/module.h>
#include <linux/ioport.h>
#include <asm/io.h>
#include <asm/qe.h>
#include <asm/prom.h>
#include <sysdev/fsl_soc.h>
Go to the source code of this file.
|
int | par_io_init (struct device_node *np) |
|
void | __par_io_config_pin (struct qe_pio_regs __iomem *par_io, u8 pin, int dir, int open_drain, int assignment, int has_irq) |
|
| EXPORT_SYMBOL (__par_io_config_pin) |
|
int | par_io_config_pin (u8 port, u8 pin, int dir, int open_drain, int assignment, int has_irq) |
|
| EXPORT_SYMBOL (par_io_config_pin) |
|
int | par_io_data_set (u8 port, u8 pin, u8 val) |
|
| EXPORT_SYMBOL (par_io_data_set) |
|
int | par_io_of_config (struct device_node *np) |
|
| EXPORT_SYMBOL (par_io_of_config) |
|
int par_io_config_pin |
( |
u8 |
port, |
|
|
u8 |
pin, |
|
|
int |
dir, |
|
|
int |
open_drain, |
|
|
int |
assignment, |
|
|
int |
has_irq |
|
) |
| |
int par_io_data_set |
( |
u8 |
port, |
|
|
u8 |
pin, |
|
|
u8 |
val |
|
) |
| |