Symbol: bcma_device
drivers/bcma/bcma_private.h
172
unsigned int bcma_core_mips_irq(struct bcma_device *dev);
drivers/bcma/bcma_private.h
176
static inline unsigned int bcma_core_mips_irq(struct bcma_device *dev)
drivers/bcma/bcma_private.h
24
bool bcma_wait_value(struct bcma_device *core, u16 reg, u32 mask, u32 value,
drivers/bcma/bcma_private.h
26
void bcma_prepare_core(struct bcma_bus *bus, struct bcma_device *core);
drivers/bcma/core.c
109
void bcma_core_pll_ctl(struct bcma_device *core, u32 req, u32 status, bool on)
drivers/bcma/core.c
12
static bool bcma_core_wait_value(struct bcma_device *core, u16 reg, u32 mask,
drivers/bcma/core.c
140
u32 bcma_core_dma_translation(struct bcma_device *core)
drivers/bcma/core.c
31
bool bcma_core_is_enabled(struct bcma_device *core)
drivers/bcma/core.c
42
void bcma_core_disable(struct bcma_device *core, u32 flags)
drivers/bcma/core.c
59
int bcma_core_enable(struct bcma_device *core, u32 flags)
drivers/bcma/core.c
78
void bcma_core_set_clockmode(struct bcma_device *core,
drivers/bcma/driver_mips.c
117
struct bcma_device *core;
drivers/bcma/driver_mips.c
141
struct bcma_device *core;
drivers/bcma/driver_mips.c
154
static void bcma_core_mips_print_irq(struct bcma_device *dev, unsigned int irq)
drivers/bcma/driver_mips.c
170
struct bcma_device *core;
drivers/bcma/driver_mips.c
195
struct bcma_device *core;
drivers/bcma/driver_mips.c
269
struct bcma_device *cpu, *pcie, *i2s;
drivers/bcma/driver_mips.c
296
struct bcma_device *core;
drivers/bcma/driver_mips.c
34
static inline bool bcma_core_mips_bcm47162a0_quirk(struct bcma_device *dev)
drivers/bcma/driver_mips.c
41
static inline bool bcma_core_mips_bcm5357b0_quirk(struct bcma_device *dev)
drivers/bcma/driver_mips.c
49
static u32 bcma_core_mips_irqflag(struct bcma_device *dev)
drivers/bcma/driver_mips.c
70
unsigned int bcma_core_mips_irq(struct bcma_device *dev)
drivers/bcma/driver_mips.c
72
struct bcma_device *mdev = dev->bus->drv_mips.core;
drivers/bcma/driver_mips.c
88
static void bcma_core_mips_set_irq(struct bcma_device *dev, unsigned int irq)
drivers/bcma/driver_mips.c
92
struct bcma_device *mdev = bus->drv_mips.core;
drivers/bcma/driver_pci.c
153
struct bcma_device *core = pc->core;
drivers/bcma/host_pci.c
105
static void bcma_host_pci_block_write(struct bcma_device *core,
drivers/bcma/host_pci.c
130
static u32 bcma_host_pci_aread32(struct bcma_device *core, u16 offset)
drivers/bcma/host_pci.c
137
static void bcma_host_pci_awrite32(struct bcma_device *core, u16 offset,
drivers/bcma/host_pci.c
14
static void bcma_host_pci_switch_core(struct bcma_device *core)
drivers/bcma/host_pci.c
28
static u16 bcma_host_pci_provide_access_to_core(struct bcma_device *core)
drivers/bcma/host_pci.c
355
int bcma_host_pci_irq_ctl(struct bcma_bus *bus, struct bcma_device *core,
drivers/bcma/host_pci.c
42
static u8 bcma_host_pci_read8(struct bcma_device *core, u16 offset)
drivers/bcma/host_pci.c
48
static u16 bcma_host_pci_read16(struct bcma_device *core, u16 offset)
drivers/bcma/host_pci.c
54
static u32 bcma_host_pci_read32(struct bcma_device *core, u16 offset)
drivers/bcma/host_pci.c
60
static void bcma_host_pci_write8(struct bcma_device *core, u16 offset,
drivers/bcma/host_pci.c
67
static void bcma_host_pci_write16(struct bcma_device *core, u16 offset,
drivers/bcma/host_pci.c
74
static void bcma_host_pci_write32(struct bcma_device *core, u16 offset,
drivers/bcma/host_pci.c
82
static void bcma_host_pci_block_read(struct bcma_device *core, void *buffer,
drivers/bcma/host_soc.c
138
static u32 bcma_host_soc_aread32(struct bcma_device *core, u16 offset)
drivers/bcma/host_soc.c
145
static void bcma_host_soc_awrite32(struct bcma_device *core, u16 offset,
drivers/bcma/host_soc.c
16
static u8 bcma_host_soc_read8(struct bcma_device *core, u16 offset)
drivers/bcma/host_soc.c
21
static u16 bcma_host_soc_read16(struct bcma_device *core, u16 offset)
drivers/bcma/host_soc.c
26
static u32 bcma_host_soc_read32(struct bcma_device *core, u16 offset)
drivers/bcma/host_soc.c
31
static void bcma_host_soc_write8(struct bcma_device *core, u16 offset,
drivers/bcma/host_soc.c
37
static void bcma_host_soc_write16(struct bcma_device *core, u16 offset,
drivers/bcma/host_soc.c
43
static void bcma_host_soc_write32(struct bcma_device *core, u16 offset,
drivers/bcma/host_soc.c
50
static void bcma_host_soc_block_read(struct bcma_device *core, void *buffer,
drivers/bcma/host_soc.c
93
static void bcma_host_soc_block_write(struct bcma_device *core,
drivers/bcma/main.c
100
bool bcma_wait_value(struct bcma_device *core, u16 reg, u32 mask, u32 value,
drivers/bcma/main.c
121
struct bcma_device *core = container_of(dev, struct bcma_device, dev);
drivers/bcma/main.c
141
struct bcma_device *core)
drivers/bcma/main.c
161
struct bcma_device *core,
drivers/bcma/main.c
182
struct bcma_device *core, int num)
drivers/bcma/main.c
201
struct bcma_device *core)
drivers/bcma/main.c
214
unsigned int bcma_core_irq(struct bcma_device *core, int num)
drivers/bcma/main.c
238
void bcma_prepare_core(struct bcma_bus *bus, struct bcma_device *core)
drivers/bcma/main.c
278
static void bcma_register_core(struct bcma_bus *bus, struct bcma_device *core)
drivers/bcma/main.c
293
struct bcma_device *core;
drivers/bcma/main.c
36
struct bcma_device *core = container_of(dev, struct bcma_device, dev);
drivers/bcma/main.c
370
struct bcma_device *core, *tmp;
drivers/bcma/main.c
391
struct bcma_device *core;
drivers/bcma/main.c
43
struct bcma_device *core = container_of(dev, struct bcma_device, dev);
drivers/bcma/main.c
50
struct bcma_device *core = container_of(dev, struct bcma_device, dev);
drivers/bcma/main.c
510
struct bcma_device *core;
drivers/bcma/main.c
541
struct bcma_device *core;
drivers/bcma/main.c
556
struct bcma_device *core;
drivers/bcma/main.c
57
struct bcma_device *core = container_of(dev, struct bcma_device, dev);
drivers/bcma/main.c
595
struct bcma_device *core = container_of(dev, struct bcma_device, dev);
drivers/bcma/main.c
612
struct bcma_device *core = container_of(dev, struct bcma_device, dev);
drivers/bcma/main.c
628
struct bcma_device *core = container_of(dev, struct bcma_device, dev);
drivers/bcma/main.c
639
const struct bcma_device *core = container_of_const(dev, struct bcma_device, dev);
drivers/bcma/main.c
69
ATTRIBUTE_GROUPS(bcma_device);
drivers/bcma/main.c
87
struct bcma_device *bcma_find_core_unit(struct bcma_bus *bus, u16 coreid,
drivers/bcma/main.c
90
struct bcma_device *core;
drivers/bcma/scan.c
246
static struct bcma_device *bcma_find_core_by_index(struct bcma_bus *bus,
drivers/bcma/scan.c
249
struct bcma_device *core;
drivers/bcma/scan.c
258
static struct bcma_device *bcma_find_core_reverse(struct bcma_bus *bus, u16 coreid)
drivers/bcma/scan.c
260
struct bcma_device *core;
drivers/bcma/scan.c
273
struct bcma_device *core)
drivers/bcma/scan.c
481
struct bcma_device *other_core;
drivers/bcma/scan.c
482
struct bcma_device *core = kzalloc_obj(*core);
drivers/bcma/sprom.c
565
struct bcma_device *cc = bus->drv_cc.core;
drivers/firmware/broadcom/bcm47xx_sprom.c
653
struct bcma_device *core;
drivers/net/ethernet/broadcom/bgmac-bcma-mdio.c
16
static bool bcma_mdio_wait_value(struct bcma_device *core, u16 reg, u32 mask,
drivers/net/ethernet/broadcom/bgmac-bcma-mdio.c
213
struct bcma_device *core = bgmac->bcma.core;
drivers/net/ethernet/broadcom/bgmac-bcma-mdio.c
38
struct bcma_device *core;
drivers/net/ethernet/broadcom/bgmac-bcma-mdio.c
89
struct bcma_device *core;
drivers/net/ethernet/broadcom/bgmac-bcma.c
124
static int bgmac_probe(struct bcma_device *core)
drivers/net/ethernet/broadcom/bgmac-bcma.c
18
static inline bool bgmac_is_bcm4707_family(struct bcma_device *core)
drivers/net/ethernet/broadcom/bgmac-bcma.c
328
static void bgmac_remove(struct bcma_device *core)
drivers/net/ethernet/broadcom/bgmac.h
447
struct bcma_device *core;
drivers/net/ethernet/broadcom/bgmac.h
449
struct bcma_device *cmn;
drivers/net/wireless/broadcom/b43/bus.c
75
struct b43_bus_dev *b43_bus_dev_bcma_init(struct bcma_device *core)
drivers/net/wireless/broadcom/b43/bus.h
17
struct bcma_device *bdev;
drivers/net/wireless/broadcom/b43/bus.h
90
struct b43_bus_dev *b43_bus_dev_bcma_init(struct bcma_device *core);
drivers/net/wireless/broadcom/b43/main.c
5623
static int b43_bcma_probe(struct bcma_device *core)
drivers/net/wireless/broadcom/b43/main.c
5662
static void b43_bcma_remove(struct bcma_device *core)
drivers/net/wireless/broadcom/b43/phy_ht.c
736
struct bcma_device *core = dev->dev->bdev;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/aiutils.c
444
ai_buscore_setup(struct si_info *sii, struct bcma_device *cc)
drivers/net/wireless/broadcom/brcm80211/brcmsmac/aiutils.c
473
struct bcma_device *cc;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/aiutils.c
542
struct bcma_device *cc;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/aiutils.c
560
static uint ai_slowclk_src(struct si_pub *sih, struct bcma_device *cc)
drivers/net/wireless/broadcom/brcm80211/brcmsmac/aiutils.c
570
struct bcma_device *cc)
drivers/net/wireless/broadcom/brcm80211/brcmsmac/aiutils.c
581
ai_clkctl_setdelay(struct si_pub *sih, struct bcma_device *cc)
drivers/net/wireless/broadcom/brcm80211/brcmsmac/aiutils.c
613
struct bcma_device *cc;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/aiutils.c
636
struct bcma_device *cc;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/aiutils.c
670
struct bcma_device *cc;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/aiutils.c
683
struct bcma_device *cc;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/aiutils.h
167
u32 ai_core_cflags(struct bcma_device *core, u32 mask, u32 val);
drivers/net/wireless/broadcom/brcm80211/brcmsmac/ampdu.c
178
struct bcma_device *core = wlc->hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/debug.c
64
struct bcma_device *core = hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/dma.c
212
struct bcma_device *core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/dma.c
554
struct bcma_device *core = wlc->hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c
1129
static struct brcms_info *brcms_attach(struct bcma_device *pdev)
drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c
1224
static int brcms_bcma_probe(struct bcma_device *pdev)
drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c
1265
static int brcms_suspend(struct bcma_device *pdev)
drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c
1288
static int brcms_resume(struct bcma_device *pdev)
drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c
331
static void brcms_remove(struct bcma_device *pdev)
drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c
366
static int brcms_request_fw(struct brcms_info *wl, struct bcma_device *pdev)
drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c
534
struct bcma_device *core = wl->wlc->hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c
590
struct bcma_device *core = wl->wlc->hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/mac80211_if.c
746
struct bcma_device *core = wl->wlc->hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
1016
struct bcma_device *core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
1490
struct bcma_device *core = wlc_hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
1513
struct bcma_device *core = wlc_hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
2066
struct bcma_device *core = wlc_hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
2126
struct bcma_device *core = wlc_hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
2243
struct bcma_device *core = wlc_hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
2318
struct bcma_device *core = wlc_hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
2522
struct bcma_device *core = wlc_hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
2625
struct bcma_device *core = wlc_hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
2693
struct bcma_device *core = wlc_hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
2736
struct bcma_device *core = wlc_hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
2797
struct bcma_device *core = wlc_hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
2898
struct bcma_device *core = wlc_hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
2913
struct bcma_device *core = wlc_hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
3158
struct bcma_device *core = wlc_hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
4373
static int brcms_b_attach(struct brcms_c_info *wlc, struct bcma_device *core,
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
5579
static bool brcms_c_chipmatch_pci(struct bcma_device *core)
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
5603
static bool brcms_c_chipmatch_soc(struct bcma_device *core)
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
5614
bool brcms_c_chipmatch(struct bcma_device *core)
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
5830
struct bcma_device *core = wlc->hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
590
struct bcma_device *core = wlc_hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
675
struct bcma_device *core = wlc_hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
6945
struct bcma_device *core = wlc_hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
7285
struct bcma_device *core = wlc_hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
744
struct bcma_device *core = wlc_hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
7705
struct bcma_device *core = wlc_hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
7790
struct bcma_device *core = wlc->hw->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.c
7891
brcms_c_attach(struct brcms_info *wl, struct bcma_device *core, uint unit,
drivers/net/wireless/broadcom/brcm80211/brcmsmac/main.h
333
struct bcma_device *d11core; /* pointer to 802.11 core */
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_cmn.c
397
wlc_phy_attach(struct shared_phy *sh, struct bcma_device *d11core,
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_cmn.c
951
struct bcma_device *core = pi->d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_hal.h
168
struct bcma_device *d11core, int bandtype,
drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_int.h
541
struct bcma_device *d11core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/pmu.c
121
struct bcma_device *core;
drivers/net/wireless/broadcom/brcm80211/brcmsmac/pub.h
270
struct bcma_device *core, uint unit,
drivers/net/wireless/broadcom/brcm80211/brcmsmac/pub.h
276
bool brcms_c_chipmatch(struct bcma_device *core);
drivers/pci/controller/pcie-iproc-bcma.c
29
struct bcma_device *bdev = container_of(pcie->dev, struct bcma_device, dev);
drivers/pci/controller/pcie-iproc-bcma.c
34
static int iproc_bcma_pcie_probe(struct bcma_device *bdev)
drivers/pci/controller/pcie-iproc-bcma.c
74
static void iproc_bcma_pcie_remove(struct bcma_device *bdev)
drivers/usb/host/bcma-hcd.c
180
struct bcma_device *core = usb_dev->core;
drivers/usb/host/bcma-hcd.c
182
struct bcma_device *pmu_core;
drivers/usb/host/bcma-hcd.c
240
static void bcma_hcd_usb20_ns_init_hc(struct bcma_device *dev)
drivers/usb/host/bcma-hcd.c
268
struct bcma_device *core = bcma_hcd->core;
drivers/usb/host/bcma-hcd.c
283
static void bcma_hci_platform_power_gpio(struct bcma_device *dev, bool val)
drivers/usb/host/bcma-hcd.c
299
static struct platform_device *bcma_hcd_create_pdev(struct bcma_device *dev,
drivers/usb/host/bcma-hcd.c
345
struct bcma_device *dev = usb_dev->core;
drivers/usb/host/bcma-hcd.c
385
struct bcma_device *core = bcma_hcd->core;
drivers/usb/host/bcma-hcd.c
395
static int bcma_hcd_probe(struct bcma_device *core)
drivers/usb/host/bcma-hcd.c
40
struct bcma_device *core;
drivers/usb/host/bcma-hcd.c
439
static void bcma_hcd_remove(struct bcma_device *dev)
drivers/usb/host/bcma-hcd.c
453
static void bcma_hcd_shutdown(struct bcma_device *dev)
drivers/usb/host/bcma-hcd.c
461
static int bcma_hcd_suspend(struct bcma_device *dev)
drivers/usb/host/bcma-hcd.c
469
static int bcma_hcd_resume(struct bcma_device *dev)
drivers/usb/host/bcma-hcd.c
49
static int bcma_wait_bits(struct bcma_device *dev, u16 reg, u32 bitmask,
drivers/usb/host/bcma-hcd.c
65
static void bcma_hcd_4716wa(struct bcma_device *dev)
drivers/usb/host/bcma-hcd.c
99
static void bcma_hcd_init_chip_mips(struct bcma_device *dev)
include/linux/bcma/bcma.h
18
struct bcma_device;
include/linux/bcma/bcma.h
291
static inline void *bcma_get_drvdata(struct bcma_device *core)
include/linux/bcma/bcma.h
295
static inline void bcma_set_drvdata(struct bcma_device *core, void *drvdata)
include/linux/bcma/bcma.h
304
int (*probe)(struct bcma_device *dev);
include/linux/bcma/bcma.h
305
void (*remove)(struct bcma_device *dev);
include/linux/bcma/bcma.h
306
int (*suspend)(struct bcma_device *dev);
include/linux/bcma/bcma.h
307
int (*resume)(struct bcma_device *dev);
include/linux/bcma/bcma.h
308
void (*shutdown)(struct bcma_device *dev);
include/linux/bcma/bcma.h
350
struct bcma_device *mapped_core;
include/linux/bcma/bcma.h
367
static inline u32 bcma_read8(struct bcma_device *core, u16 offset)
include/linux/bcma/bcma.h
371
static inline u32 bcma_read16(struct bcma_device *core, u16 offset)
include/linux/bcma/bcma.h
375
static inline u32 bcma_read32(struct bcma_device *core, u16 offset)
include/linux/bcma/bcma.h
380
void bcma_write8(struct bcma_device *core, u16 offset, u32 value)
include/linux/bcma/bcma.h
385
void bcma_write16(struct bcma_device *core, u16 offset, u32 value)
include/linux/bcma/bcma.h
390
void bcma_write32(struct bcma_device *core, u16 offset, u32 value)
include/linux/bcma/bcma.h
395
static inline void bcma_block_read(struct bcma_device *core, void *buffer,
include/linux/bcma/bcma.h
400
static inline void bcma_block_write(struct bcma_device *core,
include/linux/bcma/bcma.h
407
static inline u32 bcma_aread32(struct bcma_device *core, u16 offset)
include/linux/bcma/bcma.h
412
void bcma_awrite32(struct bcma_device *core, u16 offset, u32 value)
include/linux/bcma/bcma.h
417
static inline void bcma_mask32(struct bcma_device *cc, u16 offset, u32 mask)
include/linux/bcma/bcma.h
421
static inline void bcma_set32(struct bcma_device *cc, u16 offset, u32 set)
include/linux/bcma/bcma.h
425
static inline void bcma_maskset32(struct bcma_device *cc,
include/linux/bcma/bcma.h
430
static inline void bcma_mask16(struct bcma_device *cc, u16 offset, u16 mask)
include/linux/bcma/bcma.h
434
static inline void bcma_set16(struct bcma_device *cc, u16 offset, u16 set)
include/linux/bcma/bcma.h
438
static inline void bcma_maskset16(struct bcma_device *cc,
include/linux/bcma/bcma.h
44
u8 (*read8)(struct bcma_device *core, u16 offset);
include/linux/bcma/bcma.h
444
extern struct bcma_device *bcma_find_core_unit(struct bcma_bus *bus, u16 coreid,
include/linux/bcma/bcma.h
446
static inline struct bcma_device *bcma_find_core(struct bcma_bus *bus,
include/linux/bcma/bcma.h
45
u16 (*read16)(struct bcma_device *core, u16 offset);
include/linux/bcma/bcma.h
456
struct bcma_device *core, bool enable);
include/linux/bcma/bcma.h
46
u32 (*read32)(struct bcma_device *core, u16 offset);
include/linux/bcma/bcma.h
465
struct bcma_device *core, bool enable)
include/linux/bcma/bcma.h
47
void (*write8)(struct bcma_device *core, u16 offset, u8 value);
include/linux/bcma/bcma.h
473
extern bool bcma_core_is_enabled(struct bcma_device *core);
include/linux/bcma/bcma.h
474
extern void bcma_core_disable(struct bcma_device *core, u32 flags);
include/linux/bcma/bcma.h
475
extern int bcma_core_enable(struct bcma_device *core, u32 flags);
include/linux/bcma/bcma.h
476
extern void bcma_core_set_clockmode(struct bcma_device *core,
include/linux/bcma/bcma.h
478
extern void bcma_core_pll_ctl(struct bcma_device *core, u32 req, u32 status,
include/linux/bcma/bcma.h
48
void (*write16)(struct bcma_device *core, u16 offset, u16 value);
include/linux/bcma/bcma.h
485
extern u32 bcma_core_dma_translation(struct bcma_device *core);
include/linux/bcma/bcma.h
487
extern unsigned int bcma_core_irq(struct bcma_device *core, int num);
include/linux/bcma/bcma.h
49
void (*write32)(struct bcma_device *core, u16 offset, u32 value);
include/linux/bcma/bcma.h
51
void (*block_read)(struct bcma_device *core, void *buffer,
include/linux/bcma/bcma.h
53
void (*block_write)(struct bcma_device *core, const void *buffer,
include/linux/bcma/bcma.h
57
u32 (*aread32)(struct bcma_device *core, u16 offset);
include/linux/bcma/bcma.h
58
void (*awrite32)(struct bcma_device *core, u16 offset, u32 value);
include/linux/bcma/bcma_driver_chipcommon.h
580
struct bcma_device *core; /* Can be separated core or just ChipCommon one */
include/linux/bcma/bcma_driver_chipcommon.h
624
struct bcma_device *core;
include/linux/bcma/bcma_driver_chipcommon.h
658
struct bcma_device *core;
include/linux/bcma/bcma_driver_gmac_cmn.h
82
struct bcma_device *core;
include/linux/bcma/bcma_driver_mips.h
35
struct bcma_device;
include/linux/bcma/bcma_driver_mips.h
38
struct bcma_device *core;
include/linux/bcma/bcma_driver_pci.h
226
struct bcma_device *core;
include/linux/bcma/bcma_driver_pcie2.h
146
struct bcma_device *core;