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