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()
3347 dev->dev->sdev->bus->chipco.fast_pwrup_delay); in b43_chip_init()
3951 tmp = ssb_read32(dev->dev->sdev, SSB_TMSLOW); in b43_switch_band()
3956 ssb_write32(dev->dev->sdev, SSB_TMSLOW, tmp); in b43_switch_band()
4753 bus = dev->dev->sdev->bus; in b43_imcfglo_timeouts_workaround()
4757 tmp = ssb_read32(dev->dev->sdev, SSB_IMCFGLO); in b43_imcfglo_timeouts_workaround()
4761 ssb_write32(dev->dev->sdev, SSB_IMCFGLO, tmp); in b43_imcfglo_timeouts_workaround()
4872 ssb_pcicore_dev_irqvecs_enable(&dev->dev->sdev->bus->pcicore, in b43_wireless_core_init()
4873 dev->dev->sdev); in b43_wireless_core_init()
4908 dev->dev->sdev->bus->bustype == SSB_BUSTYPE_PCI && in b43_wireless_core_init()
4909 dev->dev->sdev->bus->pcicore.dev->id.revision <= 10) in b43_wireless_core_init()
5337 dev->dev->sdev->bus->bustype == SSB_BUSTYPE_PCI) in b43_supported_bands()
5338 dev_id = dev->dev->sdev->bus->host_pci->device; in b43_supported_bands()
5437 tmp = ssb_read32(dev->dev->sdev, SSB_TMSHIGH); in b43_wireless_core_attach()
5591 ssb_set_devtypedata(dev->sdev, NULL); in b43_wireless_exit()
5731 int b43_ssb_probe(struct ssb_device *sdev, const struct ssb_device_id *id) in b43_ssb_probe() argument
5737 dev = b43_bus_dev_ssb_init(sdev); in b43_ssb_probe()
5741 wl = ssb_get_devtypedata(sdev); in b43_ssb_probe()
5748 b43_sprom_fixup(sdev->bus); in b43_ssb_probe()
5755 ssb_set_devtypedata(sdev, wl); in b43_ssb_probe()
5756 B43_WARN_ON(ssb_get_devtypedata(sdev) != wl); in b43_ssb_probe()
5775 static void b43_ssb_remove(struct ssb_device *sdev) in b43_ssb_remove() argument
5777 struct b43_wl *wl = ssb_get_devtypedata(sdev); in b43_ssb_remove()
5778 struct b43_wldev *wldev = ssb_get_drvdata(sdev); in b43_ssb_remove()