Home
last modified time | relevance | path

Searched refs:upper_ram_end (Results 1 – 16 of 16) sorted by relevance

/external/coreboot/src/northbridge/intel/e7505/
Dnorthbridge.c50 upper_ram_end(dev, idx++, remaplimit); in mch_domain_read_resources()
/external/coreboot/src/soc/intel/baytrail/
Dnorthcluster.c103 upper_ram_end(dev, index++, bmbound_hi); in nc_read_resources()
/external/coreboot/src/soc/intel/braswell/
Dnorthcluster.c119 upper_ram_end(dev, index++, bmbound_hi); in nc_read_resources()
/external/coreboot/src/soc/intel/xeon_sp/
Duncore.c295 res = upper_ram_end(dev, index++, in mc_add_dram_resources()
322 res = upper_ram_end(dev, index++, mc_values[TOHM_REG] + 1); in mc_add_dram_resources()
/external/coreboot/src/northbridge/intel/x4x/
Dnorthbridge.c54 upper_ram_end(dev, index++, touud); in mch_domain_read_resources()
/external/coreboot/src/northbridge/intel/pineview/
Dnorthbridge.c87 upper_ram_end(dev, index++, touud); in mch_domain_read_resources()
/external/coreboot/src/northbridge/intel/ironlake/
Dnorthbridge.c130 upper_ram_end(dev, index++, touud * MiB); in mc_read_resources()
/external/coreboot/src/northbridge/intel/gm45/
Dnorthbridge.c108 upper_ram_end(dev, idx++, touud); in mch_domain_read_resources()
/external/coreboot/src/soc/intel/denverton_ns/
Dsystemagent.c252 upper_ram_end(dev, index++, mc_values[TOUUD_REG]); in mc_add_dram_resources()
/external/coreboot/src/mainboard/emulation/qemu-i440fx/
Dnorthbridge.c105 upper_ram_end(dev, idx++, 4ull * GiB + high * KiB); in cpu_pci_domain_read_resources()
/external/coreboot/src/northbridge/intel/sandybridge/
Dnorthbridge.c214 upper_ram_end(dev, index++, touud); in mc_read_resources()
/external/coreboot/src/soc/intel/broadwell/
Dnorthbridge.c334 upper_ram_end(dev, index++, mc_values[TOUUD_REG]); in mc_add_dram_resources()
/external/coreboot/src/soc/intel/common/block/systemagent/
Dsystemagent.c210 upper_ram_end(dev, index++, sa_map_values[SA_TOUUD_REG]); in sa_add_dram_resources()
/external/coreboot/src/northbridge/intel/haswell/
Dnorthbridge.c301 upper_ram_end(dev, index++, mc_values[TOUUD_REG]); in mc_add_dram_resources()
/external/coreboot/src/include/device/
Ddevice.h356 const struct resource *upper_ram_end(struct device *dev, unsigned long index, uint64_t end);
/external/coreboot/src/device/
Ddevice_util.c809 const struct resource *upper_ram_end(struct device *dev, unsigned long index, uint64_t end) in upper_ram_end() function