/linux-4.1.27/drivers/bcma/ |
D | bcma_private.h | 22 struct bcma_bus; 27 void bcma_prepare_core(struct bcma_bus *bus, struct bcma_device *core); 28 void bcma_init_bus(struct bcma_bus *bus); 29 void bcma_unregister_cores(struct bcma_bus *bus); 30 int bcma_bus_register(struct bcma_bus *bus); 31 void bcma_bus_unregister(struct bcma_bus *bus); 32 int __init bcma_bus_early_register(struct bcma_bus *bus); 34 int bcma_bus_suspend(struct bcma_bus *bus); 35 int bcma_bus_resume(struct bcma_bus *bus); 39 void bcma_detect_chip(struct bcma_bus *bus); [all …]
|
D | scan.c | 141 static u32 bcma_scan_read32(struct bcma_bus *bus, u8 current_coreidx, in bcma_scan_read32() 147 static void bcma_scan_switch_core(struct bcma_bus *bus, u32 addr) in bcma_scan_switch_core() 154 static u32 bcma_erom_get_ent(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_get_ent() 166 static s32 bcma_erom_get_ci(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_get_ci() 176 static bool bcma_erom_is_end(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_is_end() 183 static bool bcma_erom_is_bridge(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_is_bridge() 192 static void bcma_erom_skip_component(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_skip_component() 206 static s32 bcma_erom_get_mst_port(struct bcma_bus *bus, u32 __iomem **eromptr) in bcma_erom_get_mst_port() 216 static u32 bcma_erom_get_addr_desc(struct bcma_bus *bus, u32 __iomem **eromptr, in bcma_erom_get_addr_desc() 249 static struct bcma_device *bcma_find_core_by_index(struct bcma_bus *bus, in bcma_find_core_by_index() [all …]
|
D | driver_mips.c | 142 struct bcma_bus *bus = dev->bus; in bcma_core_mips_set_irq() 189 static void bcma_core_mips_set_irq_name(struct bcma_bus *bus, unsigned int irq, in bcma_core_mips_set_irq_name() 215 static void bcma_core_mips_dump_irq(struct bcma_bus *bus) in bcma_core_mips_dump_irq() 226 struct bcma_bus *bus = mcore->core->bus; in bcma_cpu_clock() 236 static enum bcma_boot_dev bcma_boot_dev(struct bcma_bus *bus) in bcma_boot_dev() 277 struct bcma_bus *bus = mcore->core->bus; in bcma_core_mips_flash_detect() 340 struct bcma_bus *bus = mcore->core->bus; in bcma_core_mips_early_init() 351 static void bcma_fix_i2s_irqflag(struct bcma_bus *bus) in bcma_fix_i2s_irqflag() 379 struct bcma_bus *bus; in bcma_core_mips_init()
|
D | main.c | 76 static u16 bcma_cc_core_id(struct bcma_bus *bus) in bcma_cc_core_id() 83 struct bcma_device *bcma_find_core_unit(struct bcma_bus *bus, u16 coreid, in bcma_find_core_unit() 222 struct bcma_bus *bus = core->bus; in bcma_core_irq() 244 void bcma_prepare_core(struct bcma_bus *bus, struct bcma_device *core) in bcma_prepare_core() 271 void bcma_init_bus(struct bcma_bus *bus) in bcma_init_bus() 283 static void bcma_register_core(struct bcma_bus *bus, struct bcma_device *core) in bcma_register_core() 297 static int bcma_register_devices(struct bcma_bus *bus) in bcma_register_devices() 366 void bcma_unregister_cores(struct bcma_bus *bus) in bcma_unregister_cores() 386 int bcma_bus_register(struct bcma_bus *bus) in bcma_bus_register() 482 void bcma_bus_unregister(struct bcma_bus *bus) in bcma_bus_unregister() [all …]
|
D | driver_chipcommon_pmu.c | 82 struct bcma_bus *bus = cc->core->bus; in bcma_pmu2_pll_init0() 150 struct bcma_bus *bus = cc->core->bus; in bcma_pmu_pll_init() 164 struct bcma_bus *bus = cc->core->bus; in bcma_pmu_resources_init() 212 struct bcma_bus *bus = cc->core->bus; in bcma_chipco_bcm4331_ext_pa_lines_ctl() 232 struct bcma_bus *bus = cc->core->bus; in bcma_pmu_workarounds() 297 struct bcma_bus *bus = cc->core->bus; in bcma_pmu_get_alp_clock() 342 struct bcma_bus *bus = cc->core->bus; in bcma_pmu_pll_clock() 408 struct bcma_bus *bus = cc->core->bus; in bcma_pmu_get_bus_clock() 440 struct bcma_bus *bus = cc->core->bus; in bcma_pmu_get_cpu_clock() 485 struct bcma_bus *bus = cc->core->bus; in bcma_pmu_spuravoid_pllupdate()
|
D | host_pci.c | 163 struct bcma_bus *bus; in bcma_host_pci_probe() 249 struct bcma_bus *bus = pci_get_drvdata(dev); in bcma_host_pci_remove() 262 struct bcma_bus *bus = pci_get_drvdata(pdev); in bcma_host_pci_suspend() 272 struct bcma_bus *bus = pci_get_drvdata(pdev); in bcma_host_pci_resume() 332 void bcma_host_pci_up(struct bcma_bus *bus) in bcma_host_pci_up() 345 void bcma_host_pci_down(struct bcma_bus *bus) in bcma_host_pci_down() 356 int bcma_host_pci_irq_ctl(struct bcma_bus *bus, struct bcma_device *core, in bcma_host_pci_irq_ctl()
|
D | sprom.c | 19 static int(*get_fallback_sprom)(struct bcma_bus *dev, struct ssb_sprom *out); 39 int bcma_arch_register_fallback_sprom(int (*sprom_callback)(struct bcma_bus *bus, in bcma_arch_register_fallback_sprom() 49 static int bcma_fill_sprom_with_fallback(struct bcma_bus *bus, in bcma_fill_sprom_with_fallback() 75 static void bcma_sprom_read(struct bcma_bus *bus, u16 offset, u16 *sprom, in bcma_sprom_read() 157 static int bcma_sprom_valid(struct bcma_bus *bus, const u16 *sprom, in bcma_sprom_valid() 221 static void bcma_sprom_extract_r8(struct bcma_bus *bus, const u16 *sprom) in bcma_sprom_extract_r8() 480 static bool bcma_sprom_ext_available(struct bcma_bus *bus) in bcma_sprom_ext_available() 516 static bool bcma_sprom_onchip_available(struct bcma_bus *bus) in bcma_sprom_onchip_available() 563 static int bcma_sprom_onchip_offset(struct bcma_bus *bus) in bcma_sprom_onchip_offset() 577 int bcma_sprom_get(struct bcma_bus *bus) in bcma_sprom_get()
|
D | host_soc.c | 170 struct bcma_bus *bus = &soc->bus; in bcma_host_soc_register() 192 struct bcma_bus *bus = &soc->bus; in bcma_host_soc_init() 208 struct bcma_bus *bus; in bcma_host_soc_probe() 245 struct bcma_bus *bus = platform_get_drvdata(pdev); in bcma_host_soc_remove()
|
D | driver_chipcommon_b.c | 14 static bool bcma_wait_reg(struct bcma_bus *bus, void __iomem *addr, u32 mask, in bcma_wait_reg() 35 struct bcma_bus *bus = ccb->core->bus; in bcma_chipco_b_mii_write()
|
D | driver_pcie2.c | 160 struct bcma_bus *bus = pcie2->core->bus; in bcma_core_pcie2_init() 193 struct bcma_bus *bus = pcie2->core->bus; in bcma_core_pcie2_up()
|
D | driver_chipcommon_nflash.c | 21 struct bcma_bus *bus = cc->core->bus; in bcma_nflash_init()
|
D | driver_chipcommon.c | 39 struct bcma_bus *bus = cc->core->bus; in bcma_chipco_watchdog_get_max_timer() 78 struct bcma_bus *bus = cc->core->bus; in bcma_chipco_watchdog_ticks_per_ms() 190 struct bcma_bus *bus = cc->core->bus; in bcma_chipco_watchdog_timer_set()
|
D | driver_pci_host.c | 30 struct bcma_bus *bus = pc->core->bus; in bcma_core_pci_is_in_hostmode() 342 struct bcma_bus *bus = pc->core->bus; in bcma_core_pci_enable_crs() 389 struct bcma_bus *bus = pc->core->bus; in bcma_core_pci_hostmode_init()
|
D | driver_chipcommon_sflash.c | 90 struct bcma_bus *bus = cc->core->bus; in bcma_sflash_init()
|
D | driver_gpio.c | 209 struct bcma_bus *bus = cc->core->bus; in bcma_gpio_init()
|
D | driver_pci.c | 259 void bcma_core_pci_power_save(struct bcma_bus *bus, bool up) in bcma_core_pci_power_save()
|
/linux-4.1.27/include/linux/bcma/ |
D | bcma.h | 17 struct bcma_bus; 257 struct bcma_bus *bus; 311 int (*sprom_callback)(struct bcma_bus *bus, 314 struct bcma_bus { struct 429 extern struct bcma_device *bcma_find_core_unit(struct bcma_bus *bus, u16 coreid, 431 static inline struct bcma_device *bcma_find_core(struct bcma_bus *bus, in bcma_find_core() 438 extern void bcma_host_pci_up(struct bcma_bus *bus); 439 extern void bcma_host_pci_down(struct bcma_bus *bus); 440 extern int bcma_host_pci_irq_ctl(struct bcma_bus *bus, 443 static inline void bcma_host_pci_up(struct bcma_bus *bus) in bcma_host_pci_up() [all …]
|
D | bcma_soc.h | 7 struct bcma_bus bus; 13 int bcma_bus_register(struct bcma_bus *bus);
|
D | bcma_driver_pci.h | 208 struct bcma_bus; 242 extern void bcma_core_pci_power_save(struct bcma_bus *bus, bool up); 244 static inline void bcma_core_pci_power_save(struct bcma_bus *bus, bool up) in bcma_core_pci_power_save()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
D | aiutils.h | 159 struct bcma_bus *icbus; /* handle to soc interconnect bus */ 178 struct si_pub *ai_attach(struct bcma_bus *pbus);
|
D | aiutils.c | 470 struct bcma_bus *pbus) in ai_doattach() 510 ai_attach(struct bcma_bus *pbus) in ai_attach()
|
D | debug.c | 80 struct bcma_bus *bus = core->bus; in brcms_debugfs_hardware_read()
|
/linux-4.1.27/arch/mips/bcm47xx/ |
D | sprom.c | 699 static int bcm47xx_get_sprom_bcma(struct bcma_bus *bus, struct ssb_sprom *out) in bcm47xx_get_sprom_bcma()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | bgmac.c | 1011 struct bcma_bus *bus = core->bus; in bgmac_chip_reset()
|