Linux Kernel
3.7.1
|
#include <linux/of.h>
#include <linux/of_address.h>
#include <linux/of_platform.h>
#include <linux/module.h>
#include <linux/io.h>
#include <linux/delay.h>
#include <asm/soc.h>
#include <asm/dscr.h>
Go to the source code of this file.
Data Structures | |
struct | rmii_reset_reg |
struct | locked_reg |
struct | devstate_ctl_reg |
struct | devstate_stat_reg |
struct | devstate_info |
struct | dscr_ops |
struct | dscr_regs |
Macros | |
#define | MAX_DEVSTATE_IDS 32 |
#define | MAX_DEVCTL_REGS 8 |
#define | MAX_DEVSTAT_REGS 8 |
#define | MAX_LOCKED_REGS 4 |
#define | MAX_SOC_EMACS 2 |
Functions | |
void | dscr_set_devstate (int id, enum dscr_devstate_t state) |
EXPORT_SYMBOL (dscr_set_devstate) | |
void | dscr_rmii_reset (int id, int assert) |
EXPORT_SYMBOL (dscr_rmii_reset) | |
void __init | dscr_probe (void) |
void dscr_set_devstate | ( | int | id, |
enum dscr_devstate_t | state | ||
) |
EXPORT_SYMBOL | ( | dscr_set_devstate | ) |
EXPORT_SYMBOL | ( | dscr_rmii_reset | ) |