Searched refs:ivhd_dev_range (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/coreboot/src/northbridge/amd/pi/00730F01/ |
H A D | northbridge.c | 156 static unsigned long ivhd_dev_range(unsigned long current, uint16_t start_devid, in ivhd_dev_range() function 314 current = ivhd_dev_range(current, PCI_DEVFN(1, 0), PCI_DEVFN(0x1f, 6), 0); in acpi_fill_ivrs11() 382 current = ivhd_dev_range(current, PCI_DEVFN(1, 0), PCI_DEVFN(0x1f, 6), 0); in acpi_fill_ivrs()
|
/aosp_15_r20/external/coreboot/src/soc/amd/common/block/acpi/ |
H A D | ivrs.c | 65 static unsigned long ivhd_dev_range(unsigned long current, uint16_t start_devid, in ivhd_dev_range() function 175 current = ivhd_dev_range(current, PCI_DEVFN(0, 3) | (dev->downstream->secondary << 8), in acpi_ivhd_misc()
|