Searched defs:memoryRegionSize (Results 1 – 5 of 5) sorted by relevance
61 static constexpr std::size_t memoryRegionSize = 16 * 1024UL; variable63 static constexpr std::size_t memoryRegionSize = 4 * 1024 * 1024UL; variable66 static constexpr std::size_t memoryRegionSize = 64 * 1024UL; variable
44 std::uint32_t memoryRegionSize; member in ipmi_flash::LpcMapperNuvoton
33 std::uint32_t memoryRegionSize; member in ipmi_flash::PciDataHandler
27 constexpr std::size_t memoryRegionSize = MEMORY_REGION_SIZE; variable
30 const size_t memoryRegionSize = dataInterface->getMemoryRegionSize(); in initialize() local