Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/plat/xilinx/common/pm_service/
Dpm_ipi.c330 uint32_t i, j, c, bit, datain, crcmask, crchighbit; in calculate_crc() local
333 crcmask = ((uint32_t)((1U << (order - 1U)) - 1U) << 1U) | 1U; in calculate_crc()
349 crc &= crcmask; in calculate_crc()