Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/controller/
Dpci-thunder-ecam.c131 u32 vendor_device; in thunder_ecam_config_read() local
184 vendor_device = readl(addr); in thunder_ecam_config_read()
185 if (vendor_device == 0xffffffff) in thunder_ecam_config_read()
189 vendor_device & 0xffff, vendor_device >> 16, class_rev, in thunder_ecam_config_read()
195 bool is_nic = (vendor_device == 0xa01e177d); in thunder_ecam_config_read()
196 bool is_tns = (vendor_device == 0xa01f177d); in thunder_ecam_config_read()