Home
last modified time | relevance | path

Searched refs:bcma (Results 1 – 19 of 19) sorted by relevance

/drivers/bcma/
DMakefile2 bcma-y += main.o scan.o core.o sprom.o
3 bcma-y += driver_chipcommon.o driver_chipcommon_pmu.o
4 bcma-y += driver_chipcommon_b.o
5 bcma-$(CONFIG_BCMA_PFLASH) += driver_chipcommon_pflash.o
6 bcma-$(CONFIG_BCMA_SFLASH) += driver_chipcommon_sflash.o
7 bcma-$(CONFIG_BCMA_NFLASH) += driver_chipcommon_nflash.o
8 bcma-$(CONFIG_BCMA_DRIVER_PCI) += driver_pci.o
9 bcma-$(CONFIG_BCMA_DRIVER_PCI) += driver_pcie2.o
10 bcma-$(CONFIG_BCMA_DRIVER_PCI_HOSTMODE) += driver_pci_host.o
11 bcma-$(CONFIG_BCMA_DRIVER_MIPS) += driver_mips.o
[all …]
DKconfig86 Enabling this symbol will let bcma recognize serial flash and register
107 Driver to provide access to the GPIO pins of the bcma bus.
/drivers/net/ethernet/broadcom/
Dbgmac-bcma-mdio.c55 if (bgmac->bcma.core->id.id == BCMA_CORE_4706_MAC_GBIT) { in bcma_mdio_phy_read()
56 core = bgmac->bcma.core->bus->drv_gmac_cmn.core; in bcma_mdio_phy_read()
60 core = bgmac->bcma.core; in bcma_mdio_phy_read()
94 if (bgmac->bcma.core->id.id == BCMA_CORE_4706_MAC_GBIT) { in bcma_mdio_phy_write()
95 core = bgmac->bcma.core->bus->drv_gmac_cmn.core; in bcma_mdio_phy_write()
99 core = bgmac->bcma.core; in bcma_mdio_phy_write()
109 bcma_write32(bgmac->bcma.core, BGMAC_INT_STATUS, BGMAC_IS_MDIO); in bcma_mdio_phy_write()
110 if (bcma_read32(bgmac->bcma.core, BGMAC_INT_STATUS) & BGMAC_IS_MDIO) in bcma_mdio_phy_write()
133 struct bcma_chipinfo *ci = &bgmac->bcma.core->bus->chipinfo; in bcma_mdio_phy_init()
153 struct bcma_drv_cc *cc = &bgmac->bcma.core->bus->drv_cc; in bcma_mdio_phy_init()
[all …]
Dbgmac-bcma.c36 return bcma_read32(bgmac->bcma.core, offset); in bcma_bgmac_read()
41 bcma_write32(bgmac->bcma.core, offset, value); in bcma_bgmac_write()
46 return bcma_aread32(bgmac->bcma.core, offset); in bcma_bgmac_idm_read()
51 return bcma_awrite32(bgmac->bcma.core, offset, value); in bcma_bgmac_idm_write()
56 return bcma_core_is_enabled(bgmac->bcma.core); in bcma_bgmac_clk_enabled()
61 bcma_core_enable(bgmac->bcma.core, flags); in bcma_bgmac_clk_enable()
67 struct bcma_drv_cc *cc = &bgmac->bcma.core->bus->drv_cc; in bcma_bgmac_cco_ctl_maskset()
74 struct bcma_drv_cc *cc = &bgmac->bcma.core->bus->drv_cc; in bcma_bgmac_get_bus_clock()
82 bcma_maskset32(bgmac->bcma.cmn, offset, mask, set); in bcma_bgmac_cmn_maskset32()
121 MODULE_DEVICE_TABLE(bcma, bgmac_bcma_tbl);
[all …]
DMakefile16 obj-$(CONFIG_BGMAC_BCMA) += bgmac-bcma.o bgmac-bcma-mdio.o
Dbgmac.h451 } bcma; member
/drivers/pci/controller/
Dpcie-iproc-bcma.c85 MODULE_DEVICE_TABLE(bcma, iproc_bcma_pcie_table);
DMakefile27 obj-$(CONFIG_PCIE_IPROC_BCMA) += pcie-iproc-bcma.o
/drivers/firmware/broadcom/
DKconfig23 bootloader firmware CFE. This driver provides method to ssb and bcma
/drivers/usb/host/
DMakefile85 obj-$(CONFIG_USB_HCD_BCMA) += bcma-hcd.o
Dbcma-hcd.c489 MODULE_DEVICE_TABLE(bcma, bcma_hcd_table);
DKconfig751 Enable support for the EHCI and OCHI host controller on an bcma bus.
752 It converts the bcma driver into two platform device drivers
763 Enable support for the EHCI and OCHI host controller on an bcma bus.
764 It converts the bcma driver into two platform device drivers
/drivers/
DMakefile144 obj-$(CONFIG_BCMA) += bcma/
DKconfig92 source "drivers/bcma/Kconfig"
/drivers/net/wireless/broadcom/b43/
Dbus.c99 bcm47xx_bus.bcma.bus.chipinfo.id == BCMA_CHIP_ID_BCM4716) in b43_bus_dev_bcma_init()
Dmain.c129 MODULE_DEVICE_TABLE(bcma, b43_bcma_tbl);
/drivers/mtd/devices/
DKconfig120 registered by bcma as platform devices. This enables driver for
/drivers/mtd/nand/raw/
DKconfig211 registered by bcma as platform devices. This enables driver for
/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dmac80211_if.c102 MODULE_DEVICE_TABLE(bcma, brcms_coreid_table);