Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
driver_pci.c File Reference
#include "bcma_private.h"
#include <linux/export.h>
#include <linux/bcma/bcma.h>

Go to the source code of this file.

Functions

u32 bcma_pcie_read (struct bcma_drv_pci *pc, u32 address)
 
void __devinit bcma_core_pci_init (struct bcma_drv_pci *pc)
 
int bcma_core_pci_irq_ctl (struct bcma_drv_pci *pc, struct bcma_device *core, bool enable)
 
 EXPORT_SYMBOL_GPL (bcma_core_pci_irq_ctl)
 
void bcma_core_pci_extend_L1timer (struct bcma_drv_pci *pc, bool extend)
 
 EXPORT_SYMBOL_GPL (bcma_core_pci_extend_L1timer)
 

Function Documentation

void bcma_core_pci_extend_L1timer ( struct bcma_drv_pci pc,
bool  extend 
)

Definition at line 265 of file driver_pci.c.

void __devinit bcma_core_pci_init ( struct bcma_drv_pci pc)

Definition at line 217 of file driver_pci.c.

int bcma_core_pci_irq_ctl ( struct bcma_drv_pci pc,
struct bcma_device core,
bool  enable 
)

Definition at line 232 of file driver_pci.c.

u32 bcma_pcie_read ( struct bcma_drv_pci pc,
u32  address 
)

Definition at line 20 of file driver_pci.c.

EXPORT_SYMBOL_GPL ( bcma_core_pci_irq_ctl  )
EXPORT_SYMBOL_GPL ( bcma_core_pci_extend_L1timer  )