Home
last modified time | relevance | path

Searched refs:sub_vendor_id (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_pci.c100 int sub_vendor_id; member
123 .sub_vendor_id = (dv), .match_sub_vendor_id = 1, \
151 int sub_vendor_id, sub_device_id; in ath_pci_probe_device() local
155 sub_vendor_id = pci_get_subvendor(dev); in ath_pci_probe_device()
170 (dev_table[i].sub_vendor_id != sub_vendor_id)) in ath_pci_probe_device()
/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dsmu7_hwmgr.c2122 uint32_t hw_revision, sub_vendor_id, sub_sys_id; in smu7_patch_voltage_workaround() local
2133 sub_vendor_id = adev->pdev->subsystem_vendor; in smu7_patch_voltage_workaround()
2136 ((sub_sys_id == 0xb37 && sub_vendor_id == 0x1002) || in smu7_patch_voltage_workaround()
2137 (sub_sys_id == 0x4a8 && sub_vendor_id == 0x1043) || in smu7_patch_voltage_workaround()
2138 (sub_sys_id == 0x9480 && sub_vendor_id == 0x1682))) { in smu7_patch_voltage_workaround()
H A Dvega10_hwmgr.c344 uint32_t sub_vendor_id, hw_revision; in vega10_init_dpm_defaults() local
480 sub_vendor_id = adev->pdev->subsystem_vendor; in vega10_init_dpm_defaults()
486 (sub_vendor_id != 0x1002)) in vega10_init_dpm_defaults()
/dragonfly/sys/dev/raid/mrsas/
H A Dmrsas.h1507 u_int16_t sub_vendor_id; member