Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/mtd/
H A Dfsmc_nand.h51 #define FSMC_CODE_RDY (1 << 15) macro
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dfsmc_nand.c275 if (readl(&fsmc_regs_p->sts) & FSMC_CODE_RDY) in fsmc_read_hwecc()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dfsmc_nand.c77 #define FSMC_CODE_RDY BIT(15) macro
399 if (readl_relaxed(host->regs_va + STS) & FSMC_CODE_RDY) in fsmc_read_hwecc_ecc4()