Linux Kernel
3.7.1
|
#include <linux/stddef.h>
#include <linux/init.h>
#include <linux/spinlock.h>
#include <linux/of.h>
#include <linux/of_device.h>
#include <linux/export.h>
#include <asm/oplib.h>
#include <asm/io.h>
#include <asm/auxio.h>
#include <asm/string.h>
#include <asm/cpu_type.h>
Go to the source code of this file.
Functions | |
void __init | auxio_probe (void) |
unsigned char | get_auxio (void) |
EXPORT_SYMBOL (get_auxio) | |
void | set_auxio (unsigned char bits_on, unsigned char bits_off) |
EXPORT_SYMBOL (set_auxio) | |
void __init | auxio_power_probe (void) |
Variables | |
void __iomem * | auxio_register = NULL |
volatile unsigned char * | auxio_power_register = NULL |
Definition at line 108 of file auxio_32.c.
Definition at line 26 of file auxio_32.c.
EXPORT_SYMBOL | ( | get_auxio | ) |
EXPORT_SYMBOL | ( | set_auxio | ) |
Definition at line 74 of file auxio_32.c.
Definition at line 82 of file auxio_32.c.
Definition at line 106 of file auxio_32.c.
Definition at line 23 of file auxio_32.c.