Linux Kernel
3.7.1
|
#include <linux/ssb/ssb.h>
#include <linux/delay.h>
#include <linux/io.h>
#include <linux/etherdevice.h>
#include <pcmcia/cistpl.h>
#include <pcmcia/ciscode.h>
#include <pcmcia/ds.h>
#include <pcmcia/cisreg.h>
#include "ssb_private.h"
Go to the source code of this file.
Functions | |
int | ssb_pcmcia_switch_coreidx (struct ssb_bus *bus, u8 coreidx) |
int | ssb_pcmcia_switch_core (struct ssb_bus *bus, struct ssb_device *dev) |
int | ssb_pcmcia_switch_segment (struct ssb_bus *bus, u8 seg) |
int | ssb_pcmcia_get_invariants (struct ssb_bus *bus, struct ssb_init_invariants *iv) |
int | ssb_pcmcia_hardware_setup (struct ssb_bus *bus) |
void | ssb_pcmcia_exit (struct ssb_bus *bus) |
int | ssb_pcmcia_init (struct ssb_bus *bus) |
Variables | |
struct ssb_bus_ops | ssb_pcmcia_ops |
#define GOTO_ERROR_ON | ( | condition, | |
description | |||
) |
#define SSB_PCMCIA_SPROM_SIZE_BYTES (SSB_PCMCIA_SPROM_SIZE * sizeof(u16)) |
int ssb_pcmcia_get_invariants | ( | struct ssb_bus * | bus, |
struct ssb_init_invariants * | iv | ||
) |
int ssb_pcmcia_switch_core | ( | struct ssb_bus * | bus, |
struct ssb_device * | dev | ||
) |
struct ssb_bus_ops ssb_pcmcia_ops |