Home
last modified time | relevance | path

Searched refs:bcma_device (Results 1 – 25 of 38) sorted by relevance

12

/linux-6.3-rc2/include/linux/bcma/
A Dbcma.h18 struct bcma_device;
44 u8 (*read8)(struct bcma_device *core, u16 offset);
267 struct bcma_device { struct
304 int (*probe)(struct bcma_device *dev);
305 void (*remove)(struct bcma_device *dev);
306 int (*suspend)(struct bcma_device *dev);
307 int (*resume)(struct bcma_device *dev);
308 void (*shutdown)(struct bcma_device *dev);
350 struct bcma_device *mapped_core;
456 struct bcma_device *core, bool enable);
[all …]
A Dbcma_driver_mips.h35 struct bcma_device;
38 struct bcma_device *core;
A Dbcma_driver_gmac_cmn.h82 struct bcma_device *core;
A Dbcma_driver_chipcommon.h580 struct bcma_device *core; /* Can be separated core or just ChipCommon one */
624 struct bcma_device *core;
658 struct bcma_device *core;
A Dbcma_driver_pcie2.h146 struct bcma_device *core;
A Dbcma_driver_pci.h226 struct bcma_device *core;
/linux-6.3-rc2/drivers/bcma/
A Dmain.c35 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in manuf_show()
42 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in id_show()
49 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in rev_show()
56 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in class_show()
89 struct bcma_device *core; in bcma_find_core_unit()
120 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in bcma_release_core_dev()
292 struct bcma_device *core; in bcma_register_devices()
384 struct bcma_device *core; in bcma_bus_register()
588 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in bcma_bus_match()
605 struct bcma_device *core = container_of(dev, struct bcma_device, dev); in bcma_device_probe()
[all …]
A Ddriver_mips.c34 static inline bool bcma_core_mips_bcm47162a0_quirk(struct bcma_device *dev) in bcma_core_mips_bcm47162a0_quirk()
55 static u32 bcma_core_mips_irqflag(struct bcma_device *dev) in bcma_core_mips_irqflag()
76 unsigned int bcma_core_mips_irq(struct bcma_device *dev) in bcma_core_mips_irq()
78 struct bcma_device *mdev = dev->bus->drv_mips.core; in bcma_core_mips_irq()
98 struct bcma_device *mdev = bus->drv_mips.core; in bcma_core_mips_set_irq()
123 struct bcma_device *core; in bcma_core_mips_set_irq()
147 struct bcma_device *core; in bcma_core_mips_set_irq_name()
176 struct bcma_device *core; in bcma_core_mips_dump_irq()
201 struct bcma_device *core; in bcma_boot_dev()
275 struct bcma_device *cpu, *pcie, *i2s; in bcma_fix_i2s_irqflag()
[all …]
A Dhost_soc.c16 static u8 bcma_host_soc_read8(struct bcma_device *core, u16 offset) in bcma_host_soc_read8()
21 static u16 bcma_host_soc_read16(struct bcma_device *core, u16 offset) in bcma_host_soc_read16()
26 static u32 bcma_host_soc_read32(struct bcma_device *core, u16 offset) in bcma_host_soc_read32()
31 static void bcma_host_soc_write8(struct bcma_device *core, u16 offset, in bcma_host_soc_write8()
37 static void bcma_host_soc_write16(struct bcma_device *core, u16 offset, in bcma_host_soc_write16()
43 static void bcma_host_soc_write32(struct bcma_device *core, u16 offset, in bcma_host_soc_write32()
50 static void bcma_host_soc_block_read(struct bcma_device *core, void *buffer, in bcma_host_soc_block_read()
93 static void bcma_host_soc_block_write(struct bcma_device *core, in bcma_host_soc_block_write()
138 static u32 bcma_host_soc_aread32(struct bcma_device *core, u16 offset) in bcma_host_soc_aread32()
145 static void bcma_host_soc_awrite32(struct bcma_device *core, u16 offset, in bcma_host_soc_awrite32()
A Dhost_pci.c14 static void bcma_host_pci_switch_core(struct bcma_device *core) in bcma_host_pci_switch_core()
28 static u16 bcma_host_pci_provide_access_to_core(struct bcma_device *core) in bcma_host_pci_provide_access_to_core()
42 static u8 bcma_host_pci_read8(struct bcma_device *core, u16 offset) in bcma_host_pci_read8()
48 static u16 bcma_host_pci_read16(struct bcma_device *core, u16 offset) in bcma_host_pci_read16()
54 static u32 bcma_host_pci_read32(struct bcma_device *core, u16 offset) in bcma_host_pci_read32()
60 static void bcma_host_pci_write8(struct bcma_device *core, u16 offset, in bcma_host_pci_write8()
67 static void bcma_host_pci_write16(struct bcma_device *core, u16 offset, in bcma_host_pci_write16()
74 static void bcma_host_pci_write32(struct bcma_device *core, u16 offset, in bcma_host_pci_write32()
105 static void bcma_host_pci_block_write(struct bcma_device *core, in bcma_host_pci_block_write()
130 static u32 bcma_host_pci_aread32(struct bcma_device *core, u16 offset) in bcma_host_pci_aread32()
[all …]
A Dcore.c12 static bool bcma_core_wait_value(struct bcma_device *core, u16 reg, u32 mask, in bcma_core_wait_value()
31 bool bcma_core_is_enabled(struct bcma_device *core) in bcma_core_is_enabled()
42 void bcma_core_disable(struct bcma_device *core, u32 flags) in bcma_core_disable()
59 int bcma_core_enable(struct bcma_device *core, u32 flags) in bcma_core_enable()
78 void bcma_core_set_clockmode(struct bcma_device *core, in bcma_core_set_clockmode()
109 void bcma_core_pll_ctl(struct bcma_device *core, u32 req, u32 status, bool on) in bcma_core_pll_ctl()
140 u32 bcma_core_dma_translation(struct bcma_device *core) in bcma_core_dma_translation()
A Dbcma_private.h24 bool bcma_wait_value(struct bcma_device *core, u16 reg, u32 mask, u32 value,
26 void bcma_prepare_core(struct bcma_bus *bus, struct bcma_device *core);
172 unsigned int bcma_core_mips_irq(struct bcma_device *dev);
176 static inline unsigned int bcma_core_mips_irq(struct bcma_device *dev) in bcma_core_mips_irq()
A Dscan.c246 static struct bcma_device *bcma_find_core_by_index(struct bcma_bus *bus, in bcma_find_core_by_index()
249 struct bcma_device *core; in bcma_find_core_by_index()
258 static struct bcma_device *bcma_find_core_reverse(struct bcma_bus *bus, u16 coreid) in bcma_find_core_reverse()
260 struct bcma_device *core; in bcma_find_core_reverse()
273 struct bcma_device *core) in bcma_get_next_core()
481 struct bcma_device *other_core; in bcma_bus_scan()
482 struct bcma_device *core = kzalloc(sizeof(*core), GFP_KERNEL); in bcma_bus_scan()
/linux-6.3-rc2/drivers/usb/host/
A Dbcma-hcd.c41 struct bcma_device *core;
66 static void bcma_hcd_4716wa(struct bcma_device *dev) in bcma_hcd_4716wa()
181 struct bcma_device *core = usb_dev->core; in bcma_hcd_usb20_old_arm_init()
183 struct bcma_device *pmu_core; in bcma_hcd_usb20_old_arm_init()
269 struct bcma_device *core = bcma_hcd->core; in bcma_hcd_usb20_ns_init()
346 struct bcma_device *dev = usb_dev->core; in bcma_hcd_usb20_init()
386 struct bcma_device *core = bcma_hcd->core; in bcma_hcd_usb30_init()
396 static int bcma_hcd_probe(struct bcma_device *core) in bcma_hcd_probe()
440 static void bcma_hcd_remove(struct bcma_device *dev) in bcma_hcd_remove()
462 static int bcma_hcd_suspend(struct bcma_device *dev) in bcma_hcd_suspend()
[all …]
/linux-6.3-rc2/drivers/pci/controller/
A Dpcie-iproc-bcma.c29 struct bcma_device *bdev = container_of(pcie->dev, struct bcma_device, dev); in iproc_bcma_pcie_map_irq()
34 static int iproc_bcma_pcie_probe(struct bcma_device *bdev) in iproc_bcma_pcie_probe()
74 static void iproc_bcma_pcie_remove(struct bcma_device *bdev) in iproc_bcma_pcie_remove()
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
A Daiutils.c444 ai_buscore_setup(struct si_info *sii, struct bcma_device *cc) in ai_buscore_setup()
473 struct bcma_device *cc; in ai_doattach()
542 struct bcma_device *cc; in ai_cc_reg()
560 static uint ai_slowclk_src(struct si_pub *sih, struct bcma_device *cc) in ai_slowclk_src()
570 struct bcma_device *cc) in ai_slowclk_freq()
581 ai_clkctl_setdelay(struct si_pub *sih, struct bcma_device *cc) in ai_clkctl_setdelay()
613 struct bcma_device *cc; in ai_clkctl_init()
636 struct bcma_device *cc; in ai_clkctl_fast_pwrup_delay()
670 struct bcma_device *cc; in ai_clkctl_cc()
683 struct bcma_device *cc; in ai_epa_4313war()
A Dmac80211_if.c330 static void brcms_remove(struct bcma_device *pdev) in brcms_remove()
365 static int brcms_request_fw(struct brcms_info *wl, struct bcma_device *pdev) in brcms_request_fw()
532 struct bcma_device *core = wl->wlc->hw->d11core; in brcms_ops_config()
588 struct bcma_device *core = wl->wlc->hw->d11core; in brcms_ops_bss_info_changed()
744 struct bcma_device *core = wl->wlc->hw->d11core; in brcms_ops_configure_filter()
1126 static struct brcms_info *brcms_attach(struct bcma_device *pdev) in brcms_attach()
1221 static int brcms_bcma_probe(struct bcma_device *pdev) in brcms_bcma_probe()
1262 static int brcms_suspend(struct bcma_device *pdev) in brcms_suspend()
1285 static int brcms_resume(struct bcma_device *pdev) in brcms_resume()
A Dpub.h270 struct bcma_device *core, uint unit,
276 bool brcms_c_chipmatch(struct bcma_device *core);
A Dpmu.c121 struct bcma_device *core; in si_pmu_measure_alpclk()
A Daiutils.h175 u32 ai_core_cflags(struct bcma_device *core, u32 mask, u32 val);
A Dmain.c598 struct bcma_device *core = wlc_hw->d11core; in brcms_b_update_slot_timing()
683 struct bcma_device *core = wlc_hw->d11core; in brcms_c_write_inits()
752 struct bcma_device *core = wlc_hw->d11core; in brcms_b_core_ioctl()
1024 struct bcma_device *core; in brcms_b_txstatus()
1498 struct bcma_device *core = wlc_hw->d11core; in brcms_b_set_addrmatch()
1521 struct bcma_device *core = wlc_hw->d11core; in brcms_b_write_template_ram()
2074 struct bcma_device *core = wlc_hw->d11core; in brcms_b_corerev_fifofixup()
2134 struct bcma_device *core = wlc_hw->d11core; in brcms_b_switch_macfreq()
2251 struct bcma_device *core = wlc_hw->d11core; in brcms_ucode_write()
2326 struct bcma_device *core = wlc_hw->d11core; in brcms_b_fifoerrors()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/broadcom/
A Dbgmac-bcma-mdio.c16 static bool bcma_mdio_wait_value(struct bcma_device *core, u16 reg, u32 mask, in bcma_mdio_wait_value()
38 struct bcma_device *core; in bcma_mdio_phy_read()
89 struct bcma_device *core; in bcma_mdio_phy_write()
213 struct bcma_device *core = bgmac->bcma.core; in bcma_mdio_mii_register()
A Dbgmac-bcma.c18 static inline bool bgmac_is_bcm4707_family(struct bcma_device *core) in bgmac_is_bcm4707_family()
124 static int bgmac_probe(struct bcma_device *core) in bgmac_probe()
328 static void bgmac_remove(struct bcma_device *core) in bgmac_remove()
A Dbgmac.h448 struct bcma_device *core;
450 struct bcma_device *cmn;
/linux-6.3-rc2/drivers/net/wireless/broadcom/b43/
A Dbus.h17 struct bcma_device *bdev;
90 struct b43_bus_dev *b43_bus_dev_bcma_init(struct bcma_device *core);

Completed in 68 milliseconds

12