Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/linux/mtd/
Dspi-nor.h140 #define FSR_P_ERR BIT(4) /* Program operation status */ macro
/third_party/uboot/u-boot-2020.01/drivers/mtd/spi/
Dspi-nor-core.c381 if (fsr & (FSR_E_ERR | FSR_P_ERR)) { in spi_nor_fsr_ready()