Searched refs:crc32_table (Results 1 – 2 of 2) sorted by relevance
15 static uint32_t crc32_table[256]; variable34 crc32_table[n] = cpu_to_le32(c); in rockchip_display_make_crc32_table()45 crc = crc32_table[(crc ^ *data) & 0xff] ^ (crc >> 8); in rockchip_display_crc32c_cal()
1507 .section .bss.crc32_table,"aw",@nobits1510 .type crc32_table, %object1511 .size crc32_table, 10241512 crc32_table: label3209 .8byte crc32_table