Searched refs:bcma (Results 1 – 23 of 23) sorted by relevance
/linux-4.1.27/drivers/bcma/ |
D | Makefile | 1 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 …]
|
D | Kconfig | 97 Driver to provide access to the GPIO pins of the bcma bus.
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-bcma | 1 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/ |
D | setup.c | 75 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()
|
D | time.c | 55 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()
|
D | irq.c | 78 bcma_write32(bcm47xx_bus.bcma.bus.drv_mips.core, in arch_init_irq()
|
D | prom.c | 146 if (bcm47xx_bus.bcma.bus.chipinfo.id == BCMA_CHIP_ID_BCM4706) in bcm47xx_prom_highmem_init()
|
D | serial.c | 55 struct bcma_drv_cc *cc = &(bcm47xx_bus.bcma.bus.drv_cc); in uart8250_init_bcma()
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | brcm,bus-axi.txt | 1 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/ |
D | bcm47xx.h | 41 struct bcma_soc bcma; member
|
/linux-4.1.27/drivers/usb/host/ |
D | Makefile | 72 obj-$(CONFIG_USB_HCD_BCMA) += bcma-hcd.o
|
D | bcma-hcd.c | 311 MODULE_DEVICE_TABLE(bcma, bcma_hcd_table);
|
D | Kconfig | 757 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/ |
D | Makefile | 137 obj-$(CONFIG_BCMA) += bcma/
|
D | Kconfig | 79 source "drivers/bcma/Kconfig"
|
/linux-4.1.27/drivers/spi/ |
D | spi-bcm53xx.c | 221 MODULE_DEVICE_TABLE(bcma, bcm53xxspi_bcma_tbl);
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | bus.c | 112 bcm47xx_bus.bcma.bus.chipinfo.id == BCMA_CHIP_ID_BCM4716) in b43_bus_dev_bcma_init()
|
D | main.c | 132 MODULE_DEVICE_TABLE(bcma, b43_bcma_tbl);
|
/linux-4.1.27/drivers/mtd/devices/ |
D | Kconfig | 120 registered by bcma as platform devices. This enables driver for
|
/linux-4.1.27/drivers/mtd/nand/ |
D | Kconfig | 402 registered by bcma as platform devices. This enables driver for
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
D | mac80211_if.c | 104 MODULE_DEVICE_TABLE(bcma, brcms_coreid_table);
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | bgmac.c | 27 MODULE_DEVICE_TABLE(bcma, bgmac_bcma_tbl);
|
/linux-4.1.27/ |
D | MAINTAINERS | 2264 F: drivers/bcma/ 2265 F: include/linux/bcma/
|