Home
last modified time | relevance | path

Searched refs:SR_WIP (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/linux/mtd/
H A Dspi-nor.h134 #define SR_WIP BIT(0) /* Write in progress */ macro
/openbmc/u-boot/drivers/mtd/spi/
H A Dspi-nor-tiny.c291 return !(sr & SR_WIP); in spi_nor_sr_ready()
H A Dspi-nor-core.c459 return !(sr & SR_WIP); in spi_nor_sr_ready()