Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
core.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

bool bcma_core_is_enabled (struct bcma_device *core)
 
 EXPORT_SYMBOL_GPL (bcma_core_is_enabled)
 
void bcma_core_disable (struct bcma_device *core, u32 flags)
 
 EXPORT_SYMBOL_GPL (bcma_core_disable)
 
int bcma_core_enable (struct bcma_device *core, u32 flags)
 
 EXPORT_SYMBOL_GPL (bcma_core_enable)
 
void bcma_core_set_clockmode (struct bcma_device *core, enum bcma_clkmode clkmode)
 
 EXPORT_SYMBOL_GPL (bcma_core_set_clockmode)
 
void bcma_core_pll_ctl (struct bcma_device *core, u32 req, u32 status, bool on)
 
 EXPORT_SYMBOL_GPL (bcma_core_pll_ctl)
 
u32 bcma_core_dma_translation (struct bcma_device *core)
 
 EXPORT_SYMBOL (bcma_core_dma_translation)
 

Function Documentation

void bcma_core_disable ( struct bcma_device core,
u32  flags 
)

Definition at line 23 of file core.c.

u32 bcma_core_dma_translation ( struct bcma_device core)

Definition at line 112 of file core.c.

int bcma_core_enable ( struct bcma_device core,
u32  flags 
)

Definition at line 38 of file core.c.

bool bcma_core_is_enabled ( struct bcma_device core)

Definition at line 12 of file core.c.

void bcma_core_pll_ctl ( struct bcma_device core,
u32  req,
u32  status,
bool  on 
)

Definition at line 87 of file core.c.

void bcma_core_set_clockmode ( struct bcma_device core,
enum bcma_clkmode  clkmode 
)

Definition at line 56 of file core.c.

EXPORT_SYMBOL ( bcma_core_dma_translation  )
EXPORT_SYMBOL_GPL ( bcma_core_is_enabled  )
EXPORT_SYMBOL_GPL ( bcma_core_disable  )
EXPORT_SYMBOL_GPL ( bcma_core_enable  )
EXPORT_SYMBOL_GPL ( bcma_core_set_clockmode  )
EXPORT_SYMBOL_GPL ( bcma_core_pll_ctl  )