Searched refs:tolm (Results 1 – 10 of 10) sorted by relevance
21 uintptr_t tolm; in top_of_low_ram() local24 tolm = pci_read_config16(HOST_BRIDGE, TOLM) >> 11; in top_of_low_ram()25 tolm <<= 27; in top_of_low_ram()26 return tolm; in top_of_low_ram()51 uintptr_t tolm = top_of_low_ram(); in northbridge_get_tseg_base() local54 tolm -= northbridge_get_tseg_size(); in northbridge_get_tseg_base()55 return tolm; in northbridge_get_tseg_base()
780 uint64_t tolm, tom; in configure_e7501_ram_addresses() local820 tolm = 4ULL * GiB - 512 * MiB; in configure_e7501_ram_addresses()827 tolm -= 512 * MiB; in configure_e7501_ram_addresses()829 tolm = MIN(tolm, tom); in configure_e7501_ram_addresses()832 if (tolm < tom) { in configure_e7501_ram_addresses()834 uint64_t remaplimit = remapbase + (4ULL * GiB - tolm); in configure_e7501_ram_addresses()846 reg |= (tolm / (128 * MiB)) << 11; in configure_e7501_ram_addresses()
53 static uint32_t tolm; in nc_read_top_of_low_memory() local55 if (tolm) in nc_read_top_of_low_memory()56 return tolm; in nc_read_top_of_low_memory()58 tolm = iosf_bunit_read(BUNIT_BMBOUND) & ~((1 << 27) - 1); in nc_read_top_of_low_memory()60 return tolm; in nc_read_top_of_low_memory()
56 static uint32_t tolm; in nc_read_top_of_low_memory() local58 if (tolm) in nc_read_top_of_low_memory()59 return tolm; in nc_read_top_of_low_memory()61 tolm = iosf_bunit_read(BUNIT_BMBOUND) & ~((1 << 27) - 1); in nc_read_top_of_low_memory()63 return tolm; in nc_read_top_of_low_memory()
44 u32 tolm; /* 0x34 - Top of Low Memory */ member
45 u32 tolm; /* 0x34 - Top of Low Memory */ member
855 u32 tolm; in find_pci_tolm() local860 tolm = 0xffffffffUL; in find_pci_tolm()862 if (min && tolm > min->base) in find_pci_tolm()863 tolm = min->base; in find_pci_tolm()865 return tolm; in find_pci_tolm()
40 u32 tolm; /* 0x34 - Top of Low Memory */ member
59 gnvs->tolm = cbmem_top(); in soc_fill_gnvs()
1942 tolm