Searched refs:sub_sys_id (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/can/sja1000/ |
D | peak_pci.c | 560 u16 sub_sys_id, icr; in peak_pci_probe() local 571 err = pci_read_config_word(pdev, 0x2e, &sub_sys_id); in peak_pci_probe() 576 pdev->vendor, pdev->device, sub_sys_id); in peak_pci_probe() 582 if (sub_sys_id >= 12) in peak_pci_probe() 584 else if (sub_sys_id >= 10) in peak_pci_probe() 586 else if (sub_sys_id >= 4) in peak_pci_probe()
|
/Linux-v4.19/drivers/net/can/peak_canfd/ |
D | peak_pciefd_main.c | 728 u16 sub_sys_id; in peak_pciefd_probe() local 742 err = pci_read_config_word(pdev, PCI_SUBSYSTEM_ID, &sub_sys_id); in peak_pciefd_probe() 747 pdev->vendor, pdev->device, sub_sys_id); in peak_pciefd_probe() 749 if (sub_sys_id >= 0x0012) in peak_pciefd_probe() 751 else if (sub_sys_id >= 0x0010) in peak_pciefd_probe() 753 else if (sub_sys_id >= 0x0004) in peak_pciefd_probe()
|
/Linux-v4.19/drivers/isdn/hisax/ |
D | bkm_a8.c | 271 static u16 sub_sys_id = 0; variable 298 if ((cs->subtyp != SCT_1) && ((sub_sys_id != PCI_DEVICE_ID_BERKOM_SCITEL_QUADRO) || in setup_sct_quadro() 306 sub_sys_id = dev_a8->subsystem_device; in setup_sct_quadro() 307 if ((sub_sys_id == PCI_DEVICE_ID_BERKOM_SCITEL_QUADRO) && in setup_sct_quadro()
|
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/ |
D | smu7_hwmgr.c | 2116 uint32_t hw_revision, sub_vendor_id, sub_sys_id; in smu7_patch_voltage_workaround() local 2126 sub_sys_id = adev->pdev->subsystem_device; in smu7_patch_voltage_workaround() 2130 ((sub_sys_id == 0xb37 && sub_vendor_id == 0x1002) || in smu7_patch_voltage_workaround() 2131 (sub_sys_id == 0x4a8 && sub_vendor_id == 0x1043) || in smu7_patch_voltage_workaround() 2132 (sub_sys_id == 0x9480 && sub_vendor_id == 0x1682))) { in smu7_patch_voltage_workaround()
|
/Linux-v4.19/drivers/scsi/ |
D | dc395x.c | 204 u8 sub_sys_id[2]; /* 2,3 Sub System ID */ member 4184 eeprom->sub_sys_id[0] = (u8)PCI_DEVICE_ID_TEKRAM_TRMS1040; in check_eeprom() 4185 eeprom->sub_sys_id[1] = in check_eeprom()
|