Home
last modified time | relevance | path

Searched refs:crc32_table (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_display_helper.c15 static uint32_t crc32_table[256]; variable
34 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()
/rk3399_rockchip-uboot/drivers/video/rk_eink/epdlut/
H A Drkf_waveform.S1507 .section .bss.crc32_table,"aw",@nobits
1510 .type crc32_table, %object
1511 .size crc32_table, 1024
1512 crc32_table: label
3209 .8byte crc32_table