Home
last modified time | relevance | path

Searched refs:BCMA_CHIP_ID_BCM4706 (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/bcma/
H A Ddriver_chipcommon_nflash.c33 if (bus->chipinfo.id != BCMA_CHIP_ID_BCM4706 && in bcma_nflash_init()
H A Ddriver_chipcommon.c62 if (bus->chipinfo.id == BCMA_CHIP_ID_BCM4706) in bcma_chipco_watchdog_get_max_timer()
100 if (bus->chipinfo.id == BCMA_CHIP_ID_BCM4706) in bcma_chipco_watchdog_ticks_per_ms()
161 bus->chipinfo.id == BCMA_CHIP_ID_BCM4706) { in bcma_core_chipcommon_flash_detect()
H A Ddriver_chipcommon_pmu.c332 case BCMA_CHIP_ID_BCM4706: in bcma_pmu_get_alp_clock()
437 case BCMA_CHIP_ID_BCM4706: in bcma_pmu_get_bus_clock()
463 case BCMA_CHIP_ID_BCM4706: in bcma_pmu_get_cpu_clock()
H A Ddriver_pci_host.c452 } else if (bus->chipinfo.id == BCMA_CHIP_ID_BCM4706) { in bcma_core_pci_hostmode_init()
497 if (bus->chipinfo.id == BCMA_CHIP_ID_BCM4706 || in bcma_core_pci_hostmode_init()
H A Ddriver_mips.c333 case BCMA_CHIP_ID_BCM4706: in bcma_core_mips_init()
H A Dmain.c82 if (bus->chipinfo.id == BCMA_CHIP_ID_BCM4706) in bcma_cc_core_id()
/openbmc/linux/drivers/mtd/nand/raw/bcm47xxnflash/
H A Dmain.c38 if (b47n->cc->core->bus->chipinfo.id == BCMA_CHIP_ID_BCM4706) { in bcm47xxnflash_probe()
/openbmc/linux/arch/mips/bcm47xx/
H A Dprom.c143 if (bcm47xx_bus.bcma.bus.chipinfo.id == BCMA_CHIP_ID_BCM4706) in bcm47xx_prom_highmem_init()
H A Dsetup.c242 if (bcm47xx_bus.bcma.bus.chipinfo.id == BCMA_CHIP_ID_BCM4706) in bcm47xx_cpu_fixes()
/openbmc/linux/drivers/mtd/nand/raw/brcmnand/
H A Dbcma_nand.c112 if (soc->cc->core->bus->chipinfo.id == BCMA_CHIP_ID_BCM4706) { in brcmnand_bcma_nand_probe()
/openbmc/linux/include/linux/bcma/
H A Dbcma.h187 #define BCMA_CHIP_ID_BCM4706 0x5300 macro