/linux-3.4.99/drivers/ssb/ |
D | Makefile | 2 ssb-y += main.o scan.o 3 ssb-$(CONFIG_SSB_EMBEDDED) += embedded.o 4 ssb-$(CONFIG_SSB_SPROM) += sprom.o 7 ssb-$(CONFIG_SSB_PCIHOST) += pci.o pcihost_wrapper.o 8 ssb-$(CONFIG_SSB_PCMCIAHOST) += pcmcia.o 9 ssb-$(CONFIG_SSB_SDIOHOST) += sdio.o 12 ssb-y += driver_chipcommon.o 13 ssb-y += driver_chipcommon_pmu.o 14 ssb-$(CONFIG_SSB_DRIVER_MIPS) += driver_mipscore.o 15 ssb-$(CONFIG_SSB_DRIVER_EXTIF) += driver_extif.o [all …]
|
D | pcihost_wrapper.c | 23 struct ssb_bus *ssb = pci_get_drvdata(dev); in ssb_pcihost_suspend() local 26 err = ssb_bus_suspend(ssb); in ssb_pcihost_suspend() 38 struct ssb_bus *ssb = pci_get_drvdata(dev); in ssb_pcihost_resume() local 46 err = ssb_bus_resume(ssb); in ssb_pcihost_resume() 60 struct ssb_bus *ssb; in ssb_pcihost_probe() local 65 ssb = kzalloc(sizeof(*ssb), GFP_KERNEL); in ssb_pcihost_probe() 66 if (!ssb) in ssb_pcihost_probe() 85 err = ssb_bus_pcibus_register(ssb, dev); in ssb_pcihost_probe() 89 pci_set_drvdata(dev, ssb); in ssb_pcihost_probe() 99 kfree(ssb); in ssb_pcihost_probe() [all …]
|
D | ssb_private.h | 162 extern void ssb_iounmap(struct ssb_bus *ssb);
|
D | Kconfig | 20 The module will be called ssb.
|
/linux-3.4.99/drivers/net/wireless/b43/ |
D | pcmcia.c | 47 struct ssb_bus *ssb = dev->priv; in b43_pcmcia_suspend() local 49 return ssb_bus_suspend(ssb); in b43_pcmcia_suspend() 54 struct ssb_bus *ssb = dev->priv; in b43_pcmcia_resume() local 56 return ssb_bus_resume(ssb); in b43_pcmcia_resume() 65 struct ssb_bus *ssb; in b43_pcmcia_probe() local 69 ssb = kzalloc(sizeof(*ssb), GFP_KERNEL); in b43_pcmcia_probe() 70 if (!ssb) in b43_pcmcia_probe() 96 err = ssb_bus_pcmciabus_register(ssb, dev, dev->resource[2]->start); in b43_pcmcia_probe() 99 dev->priv = ssb; in b43_pcmcia_probe() 106 kfree(ssb); in b43_pcmcia_probe() [all …]
|
D | sdio.c | 152 error = ssb_bus_sdiobus_register(&sdio->ssb, func, in b43_sdio_probe() 178 ssb_bus_unregister(&sdio->ssb); in b43_sdio_remove()
|
D | sdio.h | 12 struct ssb_bus ssb; member
|
/linux-3.4.99/arch/mips/bcm47xx/ |
D | gpio.c | 27 if (ssb_chipco_available(&bcm47xx_bus.ssb.chipco) && in gpio_request() 31 if (ssb_extif_available(&bcm47xx_bus.ssb.extif) && in gpio_request() 60 if (ssb_chipco_available(&bcm47xx_bus.ssb.chipco) && in gpio_free() 64 if (ssb_extif_available(&bcm47xx_bus.ssb.extif) && in gpio_free() 88 if (ssb_chipco_available(&bcm47xx_bus.ssb.chipco)) in gpio_to_irq() 89 return ssb_mips_irq(bcm47xx_bus.ssb.chipco.dev) + 2; in gpio_to_irq() 90 else if (ssb_extif_available(&bcm47xx_bus.ssb.extif)) in gpio_to_irq() 91 return ssb_mips_irq(bcm47xx_bus.ssb.extif.dev) + 2; in gpio_to_irq()
|
D | wgt634u.c | 111 if (!ssb_chipco_irq_status(&bcm47xx_bus.ssb.chipco, in gpio_interrupt() 140 et0mac = bcm47xx_bus.ssb.sprom.et0mac; in wgt634u_init() 145 struct ssb_mipscore *mcore = &bcm47xx_bus.ssb.mipscore; in wgt634u_init() 151 "WGT634U GPIO", &bcm47xx_bus.ssb.chipco)) { in wgt634u_init() 154 ssb_chipco_irq_mask(&bcm47xx_bus.ssb.chipco, in wgt634u_init()
|
D | setup.c | 54 ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 1); in bcm47xx_machine_restart() 74 ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 0); in bcm47xx_machine_halt() 140 err = ssb_bus_ssbbus_register(&(bcm47xx_bus.ssb), SSB_ENUM_BASE, in bcm47xx_register_ssb() 145 mcore = &bcm47xx_bus.ssb.mipscore; in bcm47xx_register_ssb()
|
D | time.c | 45 hz = ssb_cpu_clock(&bcm47xx_bus.ssb.mipscore) / 2; in plat_time_init()
|
D | serial.c | 30 struct ssb_mipscore *mcore = &(bcm47xx_bus.ssb.mipscore); in uart8250_init_ssb()
|
D | nvram.c | 45 mcore_ssb = &bcm47xx_bus.ssb.mipscore; in early_nvram_init()
|
/linux-3.4.99/arch/mips/include/asm/mach-bcm47xx/ |
D | gpio.h | 28 return ssb_gpio_in(&bcm47xx_bus.ssb, 1 << gpio); in gpio_get_value() 46 ssb_gpio_out(&bcm47xx_bus.ssb, 1 << gpio, in gpio_set_value() 77 ssb_gpio_outen(&bcm47xx_bus.ssb, 1 << gpio, 0); in gpio_direction_input() 96 ssb_gpio_out(&bcm47xx_bus.ssb, 1 << gpio, in gpio_direction_output() 99 ssb_gpio_outen(&bcm47xx_bus.ssb, 1 << gpio, 1 << gpio); in gpio_direction_output() 121 ssb_gpio_intmask(&bcm47xx_bus.ssb, 1 << gpio, in gpio_intmask() 140 ssb_gpio_polarity(&bcm47xx_bus.ssb, 1 << gpio, in gpio_polarity()
|
D | bcm47xx.h | 37 struct ssb_bus ssb; member
|
/linux-3.4.99/drivers/net/tokenring/ |
D | tms380tr.c | 377 tp->ssb.STS = 0; in tms380tr_init_net_local() 378 tp->ssb.Parm[0] = 0; in tms380tr_init_net_local() 379 tp->ssb.Parm[1] = 0; in tms380tr_init_net_local() 380 tp->ssb.Parm[2] = 0; in tms380tr_init_net_local() 760 if(tp->ssb.Parm[0] & COMMAND_COMPLETE) { in tms380tr_interrupt() 828 SSB *ssb = &tp->ssb; in tms380tr_reset_interrupt() local 836 ssb->STS = (unsigned short) -1; in tms380tr_reset_interrupt() 837 ssb->Parm[0] = (unsigned short) -1; in tms380tr_reset_interrupt() 838 ssb->Parm[1] = (unsigned short) -1; in tms380tr_reset_interrupt() 839 ssb->Parm[2] = (unsigned short) -1; in tms380tr_reset_interrupt() [all …]
|
D | ibmtr.c | 1103 ti->ssb = map_address(ti, in dir_open_adapter() 1462 readb(ti->ssb), readb(ti->ssb + 2)); in tok_interrupt() 1465 switch (readb(ti->ssb)) { /* SSB command check */ in tok_interrupt() 1468 retcode = readb(ti->ssb + 2); in tok_interrupt() 1472 (int)retcode, (int)readb(ti->ssb + 6)); in tok_interrupt() 1478 (int) readb(ti->ssb + 2)); in tok_interrupt() 1481 (int) readb(ti->ssb)); in tok_interrupt()
|
D | tms380tr.h | 1073 SSB ssb; /* System Status Block: adapter to system member
|
/linux-3.4.99/kernel/debug/kdb/ |
D | kdb_bp.c | 517 int ssb = 0; in kdb_ss() local 519 ssb = (strcmp(argv[0], "ssb") == 0); in kdb_ss() 526 if (ssb) { in kdb_ss()
|
/linux-3.4.99/drivers/watchdog/ |
D | bcm47xx_wdt.c | 62 ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 0xfffffff); in bcm47xx_wdt_hw_start() 79 return ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 0); in bcm47xx_wdt_hw_stop()
|
/linux-3.4.99/drivers/ |
D | Kconfig | 73 source "drivers/ssb/Kconfig"
|
D | Makefile | 116 obj-$(CONFIG_SSB) += ssb/
|
/linux-3.4.99/include/linux/ |
D | ibmtr.h | 199 void __iomem *ssb; /* System Status Block address */ member
|
/linux-3.4.99/drivers/usb/host/ |
D | ohci-ssb.c | 251 MODULE_DEVICE_TABLE(ssb, ssb_ohci_table);
|
/linux-3.4.99/drivers/net/ethernet/broadcom/ |
D | b44.c | 124 MODULE_DEVICE_TABLE(ssb, b44_ssb_tbl);
|