Home
last modified time | relevance | path

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

/external/u-boot/drivers/mtd/
Dcfi_flash.c55 static uint flash_offset_cfi[2] = { FLASH_OFFSET_CFI, FLASH_OFFSET_CFI_ALT }; variable
1903 for (cfi_offset = 0; cfi_offset < ARRAY_SIZE(flash_offset_cfi); in __flash_detect_cfi()
1905 flash_write_cmd(info, 0, flash_offset_cfi[cfi_offset], in __flash_detect_cfi()
1914 info->cfi_offset = flash_offset_cfi[cfi_offset]; in __flash_detect_cfi()