Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/controller/
Dpci-thunder-ecam.c132 u32 class_rev; in thunder_ecam_config_read() local
154 class_rev = readl(addr); in thunder_ecam_config_read()
155 if (class_rev == 0xffffffff) in thunder_ecam_config_read()
158 if ((class_rev & 0xff) >= 8) { in thunder_ecam_config_read()
189 vendor_device & 0xffff, vendor_device >> 16, class_rev, in thunder_ecam_config_read()