Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/xilinx/common/pm_service/
H A Dpm_ipi.c321 uint32_t i, j, c, bit, datain, crcmask, crchighbit; in calculate_crc() local
324 crcmask = ((((uint32_t)1U << (order - 1U)) - 1U) << 1U) | 1U; in calculate_crc()
342 crc &= crcmask; in calculate_crc()