Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/hifmc100/
Dhifmc100_spi_general.c124 if (!(status & STATUS_OIP_MASK)) { in spi_general_wait_ready()
Dhifmc100.c482 if (!(value & STATUS_OIP_MASK)) in hifmc100_read_byte()
647 if (!(reg & STATUS_OIP_MASK)) in hifmc100_dev_ready()
/third_party/uboot/u-boot-2020.01/include/
Dhifmc_common.h401 #define STATUS_OIP_MASK (1 << 0) macro