Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/include/cpu/x86/
H A Dsmm.h34 #define SMM_PCI_RESOURCE_STORE_NUM_RESOURCES 6 macro
80 struct resource resources[SMM_PCI_RESOURCE_STORE_NUM_RESOURCES];
/aosp_15_r20/external/coreboot/src/cpu/x86/smm/
H A Dpci_resource_store.c49 if (++i_res >= SMM_PCI_RESOURCE_STORE_NUM_RESOURCES) { in smm_pci_resource_store_fill_resources()