Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dlpc_nuvoton.cpp110 const uint32_t bmcMapMaxSizeBytes = 4 * 1024 - bmcMapReserveBytes; in mapWindow() local
120 if (length > bmcMapMaxSizeBytes) in mapWindow()
125 length = bmcMapMaxSizeBytes; in mapWindow()