bcma_private.h (ecd740c6f2f092b90b95fa35f757973589eaaca2) bcma_private.h (1716bcf3f76fe71e98d4851a3eb73ea3d93d4773)
1#ifndef LINUX_BCMA_PRIVATE_H_
2#define LINUX_BCMA_PRIVATE_H_
3
4#ifndef pr_fmt
5#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
6#endif
7
8#include <linux/bcma/bcma.h>

--- 36 unchanged lines hidden (view full) ---

45int bcma_sprom_get(struct bcma_bus *bus);
46
47/* driver_chipcommon.c */
48#ifdef CONFIG_BCMA_DRIVER_MIPS
49void bcma_chipco_serial_init(struct bcma_drv_cc *cc);
50extern struct platform_device bcma_pflash_dev;
51#endif /* CONFIG_BCMA_DRIVER_MIPS */
52
1#ifndef LINUX_BCMA_PRIVATE_H_
2#define LINUX_BCMA_PRIVATE_H_
3
4#ifndef pr_fmt
5#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
6#endif
7
8#include <linux/bcma/bcma.h>

--- 36 unchanged lines hidden (view full) ---

45int bcma_sprom_get(struct bcma_bus *bus);
46
47/* driver_chipcommon.c */
48#ifdef CONFIG_BCMA_DRIVER_MIPS
49void bcma_chipco_serial_init(struct bcma_drv_cc *cc);
50extern struct platform_device bcma_pflash_dev;
51#endif /* CONFIG_BCMA_DRIVER_MIPS */
52
53/* driver_chipcommon_b.c */
54int bcma_core_chipcommon_b_init(struct bcma_drv_cc_b *ccb);
55void bcma_core_chipcommon_b_free(struct bcma_drv_cc_b *ccb);
56
53/* driver_chipcommon_pmu.c */
54u32 bcma_pmu_get_alp_clock(struct bcma_drv_cc *cc);
55u32 bcma_pmu_get_cpu_clock(struct bcma_drv_cc *cc);
56
57#ifdef CONFIG_BCMA_SFLASH
58/* driver_chipcommon_sflash.c */
59int bcma_sflash_init(struct bcma_drv_cc *cc);
60extern struct platform_device bcma_sflash_dev;

--- 52 unchanged lines hidden ---
57/* driver_chipcommon_pmu.c */
58u32 bcma_pmu_get_alp_clock(struct bcma_drv_cc *cc);
59u32 bcma_pmu_get_cpu_clock(struct bcma_drv_cc *cc);
60
61#ifdef CONFIG_BCMA_SFLASH
62/* driver_chipcommon_sflash.c */
63int bcma_sflash_init(struct bcma_drv_cc *cc);
64extern struct platform_device bcma_sflash_dev;

--- 52 unchanged lines hidden ---