Searched refs:rshf (Results 1 – 1 of 1) sorted by relevance
74 const unsigned rshf = 7; in xlnx_efuse_u37_crc() local75 const uint32_t im = (1 << rshf) - 1; in xlnx_efuse_u37_crc()76 const uint32_t rm = (1 << (32 - rshf)) - 1; in xlnx_efuse_u37_crc()89 r = rm & (crc >> rshf); in xlnx_efuse_u37_crc()93 w >>= rshf; in xlnx_efuse_u37_crc()99 crc = crc_tab[i << (rshf - 2)] ^ r; in xlnx_efuse_u37_crc()