Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/bcma/
DMakefile1 bcma-y += main.o scan.o core.o sprom.o
2 bcma-y += driver_chipcommon.o driver_chipcommon_pmu.o
3 bcma-y += driver_chipcommon_b.o
4 bcma-$(CONFIG_BCMA_SFLASH) += driver_chipcommon_sflash.o
5 bcma-$(CONFIG_BCMA_NFLASH) += driver_chipcommon_nflash.o
6 bcma-$(CONFIG_BCMA_DRIVER_PCI) += driver_pci.o
7 bcma-$(CONFIG_BCMA_DRIVER_PCI) += driver_pcie2.o
8 bcma-$(CONFIG_BCMA_DRIVER_PCI_HOSTMODE) += driver_pci_host.o
9 bcma-$(CONFIG_BCMA_DRIVER_MIPS) += driver_mips.o
10 bcma-$(CONFIG_BCMA_DRIVER_GMAC_CMN) += driver_gmac_cmn.o
[all …]
DKconfig97 Driver to provide access to the GPIO pins of the bcma bus.
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-bcma1 What: /sys/bus/bcma/devices/.../manuf
7 include/linux/bcma/bcma.h for possible values.
9 What: /sys/bus/bcma/devices/.../id
17 What: /sys/bus/bcma/devices/.../rev
25 What: /sys/bus/bcma/devices/.../class
31 belongs to. See include/linux/bcma/bcma.h for possible values.
/linux-4.4.14/arch/mips/bcm47xx/
Dsetup.c75 bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 1); in bcm47xx_machine_restart()
95 bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 0); in bcm47xx_machine_halt()
172 err = bcma_host_soc_register(&bcm47xx_bus.bcma); in bcm47xx_register_bcma()
193 bcm47xx_set_system_type(bcm47xx_bus.bcma.bus.chipinfo.id); in plat_mem_setup()
223 err = bcma_host_soc_init(&bcm47xx_bus.bcma); in bcm47xx_bus_setup()
250 if (bcm47xx_bus.bcma.bus.chipinfo.id == BCMA_CHIP_ID_BCM4706) in bcm47xx_cpu_fixes()
275 bcma_bus_register(&bcm47xx_bus.bcma.bus); in bcm47xx_register_bus_complete()
Dtime.c55 hz = bcma_cpu_clock(&bcm47xx_bus.bcma.bus.drv_mips) / 2; in plat_time_init()
56 chip_id = bcm47xx_bus.bcma.bus.chipinfo.id; in plat_time_init()
Dirq.c78 bcma_write32(bcm47xx_bus.bcma.bus.drv_mips.core, in arch_init_irq()
Dprom.c146 if (bcm47xx_bus.bcma.bus.chipinfo.id == BCMA_CHIP_ID_BCM4706) in bcm47xx_prom_highmem_init()
Dserial.c55 struct bcma_drv_cc *cc = &(bcm47xx_bus.bcma.bus.drv_cc); in uart8250_init_bcma()
/linux-4.4.14/Documentation/devicetree/bindings/bus/
Dbrcm,bus-axi.txt1 Driver for ARM AXI Bus with Broadcom Plugins (bcma)
9 The cores on the AXI bus are automatically detected by bcma with the
/linux-4.4.14/arch/mips/include/asm/mach-bcm47xx/
Dbcm47xx.h41 struct bcma_soc bcma; member
/linux-4.4.14/drivers/pci/host/
DMakefile19 obj-$(CONFIG_PCIE_IPROC_BCMA) += pcie-iproc-bcma.o
Dpcie-iproc-bcma.c87 MODULE_DEVICE_TABLE(bcma, iproc_pcie_bcma_table);
/linux-4.4.14/drivers/usb/host/
DMakefile75 obj-$(CONFIG_USB_HCD_BCMA) += bcma-hcd.o
Dbcma-hcd.c403 MODULE_DEVICE_TABLE(bcma, bcma_hcd_table);
DKconfig754 Enable support for the EHCI and OCHI host controller on an bcma bus.
755 It converts the bcma driver into two platform device drivers
766 Enable support for the EHCI and OCHI host controller on an bcma bus.
767 It converts the bcma driver into two platform device drivers
/linux-4.4.14/drivers/
DMakefile139 obj-$(CONFIG_BCMA) += bcma/
DKconfig83 source "drivers/bcma/Kconfig"
/linux-4.4.14/drivers/spi/
Dspi-bcm53xx.c221 MODULE_DEVICE_TABLE(bcma, bcm53xxspi_bcma_tbl);
/linux-4.4.14/drivers/net/wireless/b43/
Dbus.c112 bcm47xx_bus.bcma.bus.chipinfo.id == BCMA_CHIP_ID_BCM4716) in b43_bus_dev_bcma_init()
Dmain.c132 MODULE_DEVICE_TABLE(bcma, b43_bcma_tbl);
/linux-4.4.14/drivers/mtd/devices/
DKconfig120 registered by bcma as platform devices. This enables driver for
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
Dmac80211_if.c103 MODULE_DEVICE_TABLE(bcma, brcms_coreid_table);
/linux-4.4.14/drivers/mtd/nand/
DKconfig407 registered by bcma as platform devices. This enables driver for
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbgmac.c27 MODULE_DEVICE_TABLE(bcma, bgmac_bcma_tbl);
/linux-4.4.14/
DMAINTAINERS2463 F: drivers/bcma/
2464 F: include/linux/bcma/