Searched refs:bcma (Results 1 – 6 of 6) sorted by relevance
76 bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 1); in bcm47xx_machine_restart()96 bcma_chipco_watchdog_timer_set(&bcm47xx_bus.bcma.bus.drv_cc, 0); in bcm47xx_machine_halt()136 err = bcma_host_soc_register(&bcm47xx_bus.bcma); in bcm47xx_register_bcma()156 bcm47xx_set_system_type(bcm47xx_bus.bcma.bus.chipinfo.id); in plat_mem_setup()211 bcm47xx_bus.bcma.dev = bcm47xx_setup_device(); in bcm47xx_bus_setup()212 if (!bcm47xx_bus.bcma.dev) in bcm47xx_bus_setup()215 err = bcma_host_soc_init(&bcm47xx_bus.bcma); in bcm47xx_bus_setup()242 if (bcm47xx_bus.bcma.bus.chipinfo.id == BCMA_CHIP_ID_BCM4706) in bcm47xx_cpu_fixes()267 if (device_register(bcm47xx_bus.bcma.dev)) in bcm47xx_register_bus_complete()269 bcma_bus_register(&bcm47xx_bus.bcma.bus); in bcm47xx_register_bus_complete()
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()
78 bcma_write32(bcm47xx_bus.bcma.bus.drv_mips.core, in arch_init_irq()
143 if (bcm47xx_bus.bcma.bus.chipinfo.id == BCMA_CHIP_ID_BCM4706) in bcm47xx_prom_highmem_init()
57 struct bcma_drv_cc *cc = &(bcm47xx_bus.bcma.bus.drv_cc); in uart8250_init_bcma()
29 struct bcma_soc bcma; member