Searched refs:AMD_CMD_RESET (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/doc/ |
D | README.cfi | 11 flash_write_cmd(info, 0, 0, AMD_CMD_RESET); 30 flash_write_cmd(info, 0, 0, AMD_CMD_RESET); 44 flash_write_cmd(info, 0, 0, AMD_CMD_RESET);
|
/external/u-boot/include/mtd/ |
D | cfi_flash.h | 37 #define AMD_CMD_RESET 0xF0 macro 102 # define FLASH_CMD_RESET AMD_CMD_RESET /* use AMD-Reset instead */
|
/external/u-boot/drivers/mtd/ |
D | cfi_flash.c | 1700 flash_write_cmd(info, 0, 0, AMD_CMD_RESET); in cmdset_amd_read_jedec_ids() 1751 flash_write_cmd(info, 0, 0, AMD_CMD_RESET); in cmdset_amd_read_jedec_ids() 1757 info->cmd_reset = AMD_CMD_RESET; in cmdset_amd_init() 1852 info->cmd_reset = AMD_CMD_RESET; in flash_detect_legacy() 1888 flash_write_cmd(info, 0, 0, AMD_CMD_RESET); in __flash_cmd_reset()
|