Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pci/controller/
H A Dpci-thunder-ecam.c126 u32 vendor_device; in thunder_ecam_config_read() local
173 vendor_device = readl(addr); in thunder_ecam_config_read()
174 if (vendor_device == 0xffffffff) in thunder_ecam_config_read()
178 vendor_device & 0xffff, vendor_device >> 16, class_rev, in thunder_ecam_config_read()
184 bool is_nic = (vendor_device == 0xa01e177d); in thunder_ecam_config_read()
185 bool is_tns = (vendor_device == 0xa01f177d); in thunder_ecam_config_read()