linux/drivers/bcma/core.c

/*
 * Broadcom specific AMBA
 * Core ops
 *
 * Licensed under the GNU/GPL. See COPYING for details.
 */

#include "bcma_private.h"
#include <linux/export.h>
#include <linux/bcma/bcma.h>

static bool bcma_core_wait_value(struct bcma_device *core, u16 reg, u32 mask,
				 u32 value, int timeout)
{}

bool bcma_core_is_enabled(struct bcma_device *core)
{}
EXPORT_SYMBOL_GPL();

void bcma_core_disable(struct bcma_device *core, u32 flags)
{}
EXPORT_SYMBOL_GPL();

int bcma_core_enable(struct bcma_device *core, u32 flags)
{}
EXPORT_SYMBOL_GPL();

void bcma_core_set_clockmode(struct bcma_device *core,
			     enum bcma_clkmode clkmode)
{}
EXPORT_SYMBOL_GPL();

void bcma_core_pll_ctl(struct bcma_device *core, u32 req, u32 status, bool on)
{}
EXPORT_SYMBOL_GPL();

u32 bcma_core_dma_translation(struct bcma_device *core)
{}
EXPORT_SYMBOL();