Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dspi-nor.h134 #define FSR_P_ERR BIT(4) /* Program operation status */ macro
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dspi-nor.h152 #define FSR_P_ERR BIT(4) /* Program operation status */ macro
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c397 if (fsr & (FSR_E_ERR | FSR_P_ERR)) { in spi_nor_fsr_ready()
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A Dcore.c626 if (nor->bouncebuf[0] & (FSR_E_ERR | FSR_P_ERR)) { in spi_nor_fsr_ready()