Linux Kernel
3.7.1
|
#include <ssb.h>
Data Fields | |
void __iomem * | mmio |
struct ssb_bus_ops * | ops |
struct ssb_device * | mapped_device |
union { | |
u8 mapped_pcmcia_seg | |
u32 sdio_sbaddr | |
}; | |
spinlock_t | bar_lock |
enum ssb_bustype | bustype |
union { | |
struct pci_dev * host_pci | |
struct pcmcia_device * host_pcmcia | |
struct sdio_func * host_sdio | |
}; | |
unsigned int | quirks |
u16 | chip_id |
u8 | chip_rev |
u16 | sprom_offset |
u16 | sprom_size |
u8 | chip_package |
struct ssb_device | devices [SSB_MAX_NR_CORES] |
u8 | nr_devices |
unsigned int | busnumber |
struct ssb_chipcommon | chipco |
struct ssb_pcicore | pcicore |
struct ssb_mipscore | mipscore |
struct ssb_extif | extif |
struct ssb_boardinfo | boardinfo |
struct ssb_sprom | sprom |
bool | has_cardbus_slot |
struct list_head | list |
union { ... } |
union { ... } |
spinlock_t bar_lock |
enum ssb_bustype bustype |
struct ssb_chipcommon chipco |
struct ssb_device devices[SSB_MAX_NR_CORES] |
struct ssb_mipscore mipscore |
struct ssb_bus_ops* ops |
struct ssb_pcicore pcicore |