Home
last modified time | relevance | path

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

/drivers/pci/controller/
A Dpci-thunder-ecam.c128 u32 vendor_device; in thunder_ecam_config_read() local
175 vendor_device = readl(addr); in thunder_ecam_config_read()
176 if (vendor_device == 0xffffffff) in thunder_ecam_config_read()
180 vendor_device & 0xffff, vendor_device >> 16, class_rev, in thunder_ecam_config_read()
186 bool is_nic = (vendor_device == 0xa01e177d); in thunder_ecam_config_read()
187 bool is_tns = (vendor_device == 0xa01f177d); in thunder_ecam_config_read()

Completed in 5 milliseconds