linux/drivers/bcma/driver_chipcommon_b.c

/*
 * Broadcom specific AMBA
 * ChipCommon B Unit driver
 *
 * Copyright 2014, Hauke Mehrtens <[email protected]>
 *
 * 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_wait_reg(struct bcma_bus *bus, void __iomem *addr, u32 mask,
			  u32 value, int timeout)
{}

void bcma_chipco_b_mii_write(struct bcma_drv_cc_b *ccb, u32 offset, u32 value)
{}
EXPORT_SYMBOL_GPL();

int bcma_core_chipcommon_b_init(struct bcma_drv_cc_b *ccb)
{}

void bcma_core_chipcommon_b_free(struct bcma_drv_cc_b *ccb)
{}