Lines Matching refs:sdev

1226 		ssb_cc = &dev->dev->sdev->bus->chipco;  in b43_wireless_core_phy_pll_reset()
2867 struct ssb_bus *bus = dev->dev->sdev->bus; in b43_ssb_gpio_dev()
3040 tmp = ssb_read32(dev->dev->sdev, SSB_TMSLOW); in b43_mac_phy_clock_set()
3045 ssb_write32(dev->dev->sdev, SSB_TMSLOW, tmp); in b43_mac_phy_clock_set()
3349 dev->dev->sdev->bus->chipco.fast_pwrup_delay); in b43_chip_init()
3953 tmp = ssb_read32(dev->dev->sdev, SSB_TMSLOW); in b43_switch_band()
3958 ssb_write32(dev->dev->sdev, SSB_TMSLOW, tmp); in b43_switch_band()
4757 bus = dev->dev->sdev->bus; in b43_imcfglo_timeouts_workaround()
4761 tmp = ssb_read32(dev->dev->sdev, SSB_IMCFGLO); in b43_imcfglo_timeouts_workaround()
4765 ssb_write32(dev->dev->sdev, SSB_IMCFGLO, tmp); in b43_imcfglo_timeouts_workaround()
4876 ssb_pcicore_dev_irqvecs_enable(&dev->dev->sdev->bus->pcicore, in b43_wireless_core_init()
4877 dev->dev->sdev); in b43_wireless_core_init()
4912 dev->dev->sdev->bus->bustype == SSB_BUSTYPE_PCI && in b43_wireless_core_init()
4913 dev->dev->sdev->bus->pcicore.dev->id.revision <= 10) in b43_wireless_core_init()
5341 dev->dev->sdev->bus->bustype == SSB_BUSTYPE_PCI) in b43_supported_bands()
5342 dev_id = dev->dev->sdev->bus->host_pci->device; in b43_supported_bands()
5441 tmp = ssb_read32(dev->dev->sdev, SSB_TMSHIGH); in b43_wireless_core_attach()
5595 ssb_set_devtypedata(dev->sdev, NULL); in b43_wireless_exit()
5735 int b43_ssb_probe(struct ssb_device *sdev, const struct ssb_device_id *id) in b43_ssb_probe() argument
5741 dev = b43_bus_dev_ssb_init(sdev); in b43_ssb_probe()
5745 wl = ssb_get_devtypedata(sdev); in b43_ssb_probe()
5752 b43_sprom_fixup(sdev->bus); in b43_ssb_probe()
5759 ssb_set_devtypedata(sdev, wl); in b43_ssb_probe()
5760 B43_WARN_ON(ssb_get_devtypedata(sdev) != wl); in b43_ssb_probe()
5779 static void b43_ssb_remove(struct ssb_device *sdev) in b43_ssb_remove() argument
5781 struct b43_wl *wl = ssb_get_devtypedata(sdev); in b43_ssb_remove()
5782 struct b43_wldev *wldev = ssb_get_drvdata(sdev); in b43_ssb_remove()