Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/hifmc100/
Dhifmc100_spi_general.c158 if (reg & STATUS_WEL_MASK) { in spi_general_write_enable()
191 if (reg & STATUS_WEL_MASK) { in spi_general_write_enable()
/third_party/uboot/u-boot-2020.01/drivers/mtd/spi/hifmc100/
Dhifmc100_spi_general.c111 if (status & STATUS_WEL_MASK) { in spi_general_write_enable()
142 if (reg & STATUS_WEL_MASK) { in spi_general_write_enable()
Dhifmc100_spi_gd25qxxx.c121 if (!(status & STATUS_WEL_MASK)) in gd_8pin_qe_enable()
/third_party/uboot/u-boot-2020.01/include/
Dhifmc_common.h400 #define STATUS_WEL_MASK (1 << 1) macro