Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/mtd/
Dspi-nor.h141 #define FSR_P_ERR BIT(4) /* Program operation status */ macro
/Linux-v5.15/drivers/mtd/spi-nor/
Dcore.c759 if (nor->bouncebuf[0] & (FSR_E_ERR | FSR_P_ERR)) { in spi_nor_fsr_ready()