Home
last modified time | relevance | path

Searched refs:ONFI_CRC_BASE (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dnand_onfi.c63 if ((onfi_crc16(ONFI_CRC_BASE, ((uint8_t *)ep) + 2, len - 2) in nand_flash_detect_ext_param_page()
189 crc = onfi_crc16(ONFI_CRC_BASE, (u8 *)&pbuf[i], 254); in nand_onfi_detect()
207 crc = onfi_crc16(ONFI_CRC_BASE, (u8 *)pbuf, 254); in nand_onfi_detect()
H A Dnand_jedec.c68 crc = onfi_crc16(ONFI_CRC_BASE, (u8 *)p, 510); in nand_jedec_detect()
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Donfi.h120 #define ONFI_CRC_BASE 0x4F4E macro
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Drawnand.h348 #define ONFI_CRC_BASE 0x4F4E macro
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c3821 if ((onfi_crc16(ONFI_CRC_BASE, ((uint8_t *)ep) + 2, len - 2) in nand_flash_detect_ext_param_page()
3914 if (onfi_crc16(ONFI_CRC_BASE, (uint8_t *)p, 254) == in nand_flash_detect_onfi()
4030 if (onfi_crc16(ONFI_CRC_BASE, (uint8_t *)p, 510) == in nand_flash_detect_jedec()