Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/mtd/
H A Dndfc.h31 #define NDFC_STAT_IS_READY 0x01000000 macro
/openbmc/linux/include/linux/mtd/
H A Dndfc.h25 #define NDFC_STAT_IS_READY 0x01000000 macro
/openbmc/linux/drivers/mtd/nand/raw/
H A Dndfc.c73 return in_be32(ndfc->ndfcbase + NDFC_STAT) & NDFC_STAT_IS_READY; in ndfc_ready()