Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/cpu/x86/smm/
H A Dpci_resource_store.c36 slots[i_slot].class_prog = PCI_CLASS_GET_PROG(devices[i_dev]->class); in smm_pci_resource_store_fill_resources()
/aosp_15_r20/external/coreboot/src/include/device/
H A Dpci_def.h613 #define PCI_CLASS_GET_PROG(c) (c & 0xff) macro