Searched refs:CMD_OTPEN (Results 1 – 2 of 2) sorted by relevance
226 bootloader_execute_flash_command(CMD_OTPEN, 0, 0, 0); /* Enter OTP mode */ in read_status_8b_xmc25qu64a()235 bootloader_execute_flash_command(CMD_OTPEN, 0, 0, 0); /* Enter OTP mode */ in write_status_8b_xmc25qu64a()
31 #define CMD_OTPEN 0x3A /* Enable OTP mode, not all SPI flash uses this command */ macro