Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/pci/controller/
H A 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()
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpci-thunder-ecam.c127 u32 class_rev; in thunder_ecam_config_read() local
145 class_rev = readl(addr); in thunder_ecam_config_read()
146 if (class_rev == 0xffffffff) in thunder_ecam_config_read()
149 if ((class_rev & 0xff) >= 8) { in thunder_ecam_config_read()
178 vendor_device & 0xffff, vendor_device >> 16, class_rev, in thunder_ecam_config_read()

Completed in 1 milliseconds