Home
last modified time | relevance | path

Searched defs:CRC8_TABLE_SIZE (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/mediatek/mt8195/
H A Dmt6360.c54 #define CRC8_TABLE_SIZE 256 macro
57 static u8 crc8(const u8 table[CRC8_TABLE_SIZE], u8 *pdata, size_t nbytes) in crc8()
67 static void crc8_populate_msb(u8 table[CRC8_TABLE_SIZE], u8 polynomial) in crc8_populate_msb()