Searched refs:bcma (Results 1 – 25 of 25) sorted by relevance
/linux-4.4.14/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.4.14/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.4.14/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() 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()
|
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.4.14/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.4.14/arch/mips/include/asm/mach-bcm47xx/ |
D | bcm47xx.h | 41 struct bcma_soc bcma; member
|
/linux-4.4.14/drivers/pci/host/ |
D | Makefile | 19 obj-$(CONFIG_PCIE_IPROC_BCMA) += pcie-iproc-bcma.o
|
D | pcie-iproc-bcma.c | 87 MODULE_DEVICE_TABLE(bcma, iproc_pcie_bcma_table);
|
/linux-4.4.14/drivers/usb/host/ |
D | Makefile | 75 obj-$(CONFIG_USB_HCD_BCMA) += bcma-hcd.o
|
D | bcma-hcd.c | 403 MODULE_DEVICE_TABLE(bcma, bcma_hcd_table);
|
D | Kconfig | 754 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/ |
D | Makefile | 139 obj-$(CONFIG_BCMA) += bcma/
|
D | Kconfig | 83 source "drivers/bcma/Kconfig"
|
/linux-4.4.14/drivers/spi/ |
D | spi-bcm53xx.c | 221 MODULE_DEVICE_TABLE(bcma, bcm53xxspi_bcma_tbl);
|
/linux-4.4.14/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.4.14/drivers/mtd/devices/ |
D | Kconfig | 120 registered by bcma as platform devices. This enables driver for
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
D | mac80211_if.c | 103 MODULE_DEVICE_TABLE(bcma, brcms_coreid_table);
|
/linux-4.4.14/drivers/mtd/nand/ |
D | Kconfig | 407 registered by bcma as platform devices. This enables driver for
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | bgmac.c | 27 MODULE_DEVICE_TABLE(bcma, bgmac_bcma_tbl);
|
/linux-4.4.14/ |
D | MAINTAINERS | 2463 F: drivers/bcma/ 2464 F: include/linux/bcma/
|