Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/mtd/
H A Dspi-nor.h152 #define FSR_P_ERR BIT(4) /* Program operation status */ macro
/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dspi-nor-core.c397 if (fsr & (FSR_E_ERR | FSR_P_ERR)) { in spi_nor_fsr_ready()