Lines Matching refs:sb
237 struct pci_dev *sb; in hwmon_pci_quirks() local
242 sb = pci_get_device(PCI_VENDOR_ID_ATI, 0x436c, NULL); in hwmon_pci_quirks()
243 if (sb) { in hwmon_pci_quirks()
244 if (sb->subsystem_vendor == 0x1462 && /* MSI */ in hwmon_pci_quirks()
245 sb->subsystem_device == 0x0031) { /* MS-7031 */ in hwmon_pci_quirks()
246 pci_read_config_byte(sb, 0x48, &enable); in hwmon_pci_quirks()
247 pci_read_config_word(sb, 0x64, &base); in hwmon_pci_quirks()
250 dev_info(&sb->dev, in hwmon_pci_quirks()
252 pci_write_config_word(sb, 0x64, 0x295); in hwmon_pci_quirks()
253 pci_write_config_byte(sb, 0x48, in hwmon_pci_quirks()
257 pci_dev_put(sb); in hwmon_pci_quirks()