Searched refs:CDU_CRC8 (Results 1 – 1 of 1) sorted by relevance
3626 #define CDU_CRC8(_cid, _region, _type) \ macro3629 (0x80 | ((CDU_CRC8(_cid, _region, _type)) & 0x7f))3631 (0x80 | ((_type)&0xf << 3) | ((CDU_CRC8(_cid, _region, _type)) & 0x7))