Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Dspi-nor.h135 #define FSR_PT_ERR BIT(1) /* Protection error bit */ macro
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dspi-nor.h153 #define FSR_PT_ERR BIT(1) /* Protection error bit */ macro
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dspi-nor-core.c403 if (fsr & FSR_PT_ERR) in spi_nor_fsr_ready()
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A Dcore.c632 if (nor->bouncebuf[0] & FSR_PT_ERR) in spi_nor_fsr_ready()