Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/mtd/
H A Dcfi_flash.c1258 if (info->vendor == CFI_CMDSET_AMD_STANDARD && info->legacy_unlock) in flash_print_info()
1522 if (info->legacy_unlock) { in flash_real_protect()
1591 if (prot == 0 && info->legacy_unlock) { in flash_real_protect()
1687 info->legacy_unlock = in cmdset_intel_init()
1768 info->legacy_unlock = 1; in cmdset_amd_init()
2088 info->legacy_unlock = 0; in flash_get_size()
2231 if (!info->legacy_unlock) { in flash_get_size()
2413 if (flash_info[i].legacy_unlock) { in flash_init()
2422 flash_info[i].legacy_unlock = 0; in flash_init()
2431 flash_info[i].legacy_unlock = 1; in flash_init()
/OK3568_Linux_fs/u-boot/board/shmin/
H A Dshmin.c67 info->legacy_unlock = 0; in board_flash_get_legacy()
/OK3568_Linux_fs/u-boot/board/freescale/m54455evb/
H A Dm54455evb.c189 info->legacy_unlock = 0; in board_flash_get_legacy()
/OK3568_Linux_fs/u-boot/include/
H A Dflash.h36 ushort legacy_unlock; /* support Intel legacy (un)locking */ member