Home
last modified time | relevance | path

Searched refs:find_pci_tolm (Results 1 – 4 of 4) sorted by relevance

/external/coreboot/src/northbridge/intel/i440bx/
Dnorthbridge.c37 pci_tolm = find_pci_tolm(dev->downstream); in i440bx_domain_read_resources()
/external/coreboot/src/northbridge/intel/i945/
Dnorthbridge.c29 pci_tolm = find_pci_tolm(dev->downstream); in mch_domain_read_resources()
/external/coreboot/src/include/device/
Ddevice.h437 u32 find_pci_tolm(struct bus *bus);
/external/coreboot/src/device/
Ddevice_util.c852 u32 find_pci_tolm(struct bus *bus) in find_pci_tolm() function