Searched refs:ONFI_CRC_BASE (Results 1 – 3 of 3) sorted by relevance
63 if ((onfi_crc16(ONFI_CRC_BASE, ((uint8_t *)ep) + 2, len - 2) in nand_flash_detect_ext_param_page()188 crc = onfi_crc16(ONFI_CRC_BASE, (u8 *)&pbuf[i], 254); in nand_onfi_detect()206 crc = onfi_crc16(ONFI_CRC_BASE, (u8 *)pbuf, 254); in nand_onfi_detect()
67 crc = onfi_crc16(ONFI_CRC_BASE, (u8 *)p, 510); in nand_jedec_detect()
128 #define ONFI_CRC_BASE 0x4F4E macro