Searched refs:class_shift (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | pci.h | 2139 unsigned int class_shift; /* should be 0, 8, 16 */ member 2160 class_shift, hook) \ argument 2165 ".long " #class ", " #class_shift " \n" \ 2176 class_shift, hook, stub) \ argument 2183 class_shift, stub) 2186 class_shift, hook, stub) \ argument 2188 class_shift, hook) 2192 class_shift, hook) \ argument 2194 class_shift, hook, __UNIQUE_ID(hook)) 2198 class_shift, hook) \ argument [all …]
|
/openbmc/linux/drivers/pci/ |
H A D | quirks.c | 170 if ((f->class == (u32) (dev->class >> f->class_shift) || in pci_do_fixups() 5645 unsigned int class_shift) in pci_create_device_link() argument 5655 if (!supplier_pdev || (supplier_pdev->class >> class_shift) != class) { in pci_create_device_link()
|