Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dlpc_aspeed.cpp67 static const std::uint32_t MASK_64K = 0xFFFFU; in mapWindow() local
68 const std::uint32_t offset = address & MASK_64K; in mapWindow()
87 .addr = address & ~MASK_64K, in mapWindow()
89 .size = __ALIGN_KERNEL_MASK(offset + length, MASK_64K), in mapWindow()