Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | peespi |
Macros | |
#define | ESPI_INTR_MASK |
#define | MON_MASK |
#define | TRICN_CNFG 14 |
#define | TRICN_CMD_READ 0x11 |
#define | TRICN_CMD_WRITE 0x21 |
#define | TRICN_CMD_ATTEMPTS 10 |
Functions | |
void | t1_espi_intr_enable (struct peespi *espi) |
void | t1_espi_intr_clear (struct peespi *espi) |
void | t1_espi_intr_disable (struct peespi *espi) |
int | t1_espi_intr_handler (struct peespi *espi) |
struct espi_intr_counts * | t1_espi_get_intr_counts (struct peespi *espi) |
int | t1_espi_init (struct peespi *espi, int mac_type, int nports) |
void | t1_espi_destroy (struct peespi *espi) |
struct peespi * | t1_espi_create (adapter_t *adapter) |
u32 | t1_espi_get_mon (adapter_t *adapter, u32 addr, u8 wait) |
int | t1_espi_get_mon_t204 (adapter_t *adapter, u32 *valp, u8 wait) |
#define ESPI_INTR_MASK |
#define MON_MASK |
|
read |