Searched refs:ext_tseg_mbytes (Results 1 – 2 of 2) sorted by relevance
391 tseg_size = 1024 * 1024 * (uint32_t)mch->ext_tseg_mbytes; in mch_update_smram()419 if (mch->ext_tseg_mbytes > 0 && in mch_update_ext_tseg_mbytes()421 pci_set_word(reg, mch->ext_tseg_mbytes); in mch_update_ext_tseg_mbytes()557 if (mch->ext_tseg_mbytes > 0) { in mch_reset()574 if (mch->ext_tseg_mbytes > MCH_HOST_BRIDGE_EXT_TSEG_MBYTES_MAX) { in mch_realize()576 mch->ext_tseg_mbytes); in mch_realize()676 DEFINE_PROP_UINT16("extended-tseg-mbytes", MCHPCIState, ext_tseg_mbytes,
58 uint16_t ext_tseg_mbytes; member