Home
last modified time | relevance | path

Searched refs:SNOR_F_USE_CLSR (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dspi-nor.h251 SNOR_F_USE_CLSR = BIT(5), enumerator
/OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/
H A Dcore.h19 SNOR_F_USE_CLSR = BIT(4), enumerator
H A Dcore.c562 if (nor->flags & SNOR_F_USE_CLSR && in spi_nor_sr_ready()
3367 nor->flags |= SNOR_F_USE_CLSR; in spi_nor_scan()
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dspi-nor-tiny.c755 nor->flags |= SNOR_F_USE_CLSR; in spi_nor_scan()
H A Dspi-nor-core.c377 if (nor->flags & SNOR_F_USE_CLSR && sr & (SR_E_ERR | SR_P_ERR)) { in spi_nor_sr_ready()
2573 nor->flags |= SNOR_F_USE_CLSR; in spi_nor_scan()