Searched refs:FLASH_OFFSET_CFI_RESP (Results 1 – 2 of 2) sorted by relevance
/u-boot/include/mtd/ |
A D | cfi_flash.h | 69 #define FLASH_OFFSET_CFI_RESP 0x10 macro
|
/u-boot/drivers/mtd/ |
A D | cfi_flash.c | 1915 if (flash_isequal(info, 0, FLASH_OFFSET_CFI_RESP, 'Q') && in __flash_detect_cfi() 1916 flash_isequal(info, 0, FLASH_OFFSET_CFI_RESP + 1, 'R') && in __flash_detect_cfi() 1917 flash_isequal(info, 0, FLASH_OFFSET_CFI_RESP + 2, 'Y')) { in __flash_detect_cfi() 1918 flash_read_cfi(info, qry, FLASH_OFFSET_CFI_RESP, in __flash_detect_cfi()
|
Completed in 7 milliseconds