Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dlpc_nuvoton.cpp109 const uint32_t bmcMapReserveBytes = 4; in mapWindow() local
110 const uint32_t bmcMapMaxSizeBytes = 4 * 1024 - bmcMapReserveBytes; in mapWindow()
112 if (length <= bmcMapReserveBytes) in mapWindow()
131 uint32_t windowOffset = bmcMapReserveBytes; in mapWindow()
147 else if (addressOffset != bmcMapReserveBytes) in mapWindow()