Searched refs:ONFI_CRC_BASE (Results 1 – 3 of 3) sorted by relevance
61 if ((onfi_crc16(ONFI_CRC_BASE, ((uint8_t *)ep) + 2, len - 2) in nand_flash_detect_ext_param_page()175 if (onfi_crc16(ONFI_CRC_BASE, (u8 *)&p[i], 254) == in nand_onfi_detect()190 if (onfi_crc16(ONFI_CRC_BASE, (u8 *)p, 254) != in nand_onfi_detect()
57 if (onfi_crc16(ONFI_CRC_BASE, (uint8_t *)p, 510) == in nand_jedec_detect()
120 #define ONFI_CRC_BASE 0x4F4E macro