Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/linux/mtd/
Dspi-nor.h130 #define SR_P_ERR BIT(6) macro
/third_party/uboot/u-boot-2020.01/drivers/mtd/spi/
Dspi-nor-core.c361 if (nor->flags & SNOR_F_USE_CLSR && sr & (SR_E_ERR | SR_P_ERR)) { in spi_nor_sr_ready()