Home
last modified time | relevance | path

Searched refs:crchighbit (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
334 crchighbit = (uint32_t)(1U << (order - 1U)); in calculate_crc()
341 bit = crc & crchighbit; in calculate_crc()
344 bit ^= crchighbit; in calculate_crc()