Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/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()
155 err = bcma_host_soc_register(&bcm47xx_bus.bcma); in bcm47xx_register_bcma()
176 bcm47xx_set_system_type(bcm47xx_bus.bcma.bus.chipinfo.id); in plat_mem_setup()
206 err = bcma_host_soc_init(&bcm47xx_bus.bcma); in bcm47xx_bus_setup()
210 bcm47xx_fill_bcma_boardinfo(&bcm47xx_bus.bcma.bus.boardinfo, in bcm47xx_bus_setup()
236 if (bcm47xx_bus.bcma.bus.chipinfo.id == BCMA_CHIP_ID_BCM4706) in bcm47xx_cpu_fixes()
261 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.1.27/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.1.27/arch/mips/include/asm/mach-bcm47xx/
Dbcm47xx.h41 struct bcma_soc bcma; member
/linux-4.1.27/drivers/usb/host/
DMakefile72 obj-$(CONFIG_USB_HCD_BCMA) += bcma-hcd.o
Dbcma-hcd.c311 MODULE_DEVICE_TABLE(bcma, bcma_hcd_table);
DKconfig757 Enable support for the EHCI and OCHI host controller on an bcma bus.
758 It converts the bcma driver into two platform device drivers
769 Enable support for the EHCI and OCHI host controller on an bcma bus.
770 It converts the bcma driver into two platform device drivers
/linux-4.1.27/drivers/
DMakefile137 obj-$(CONFIG_BCMA) += bcma/
DKconfig79 source "drivers/bcma/Kconfig"
/linux-4.1.27/drivers/spi/
Dspi-bcm53xx.c221 MODULE_DEVICE_TABLE(bcma, bcm53xxspi_bcma_tbl);
/linux-4.1.27/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.1.27/drivers/mtd/devices/
DKconfig120 registered by bcma as platform devices. This enables driver for
/linux-4.1.27/drivers/mtd/nand/
DKconfig402 registered by bcma as platform devices. This enables driver for
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
Dmac80211_if.c104 MODULE_DEVICE_TABLE(bcma, brcms_coreid_table);
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dbgmac.c27 MODULE_DEVICE_TABLE(bcma, bgmac_bcma_tbl);
/linux-4.1.27/
DMAINTAINERS2264 F: drivers/bcma/
2265 F: include/linux/bcma/