Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dfsmc_nand.c181 FSMC_ENABLE, &fsmc_regs_p->pc); in fsmc_nand_hwcontrol()
184 ~FSMC_ENABLE, &fsmc_regs_p->pc); in fsmc_nand_hwcontrol()
453 writel(FSMC_DEVWID_16 | FSMC_DEVTYPE_NAND | FSMC_ENABLE | FSMC_WAITON, in fsmc_nand_init()
456 writel(FSMC_DEVWID_8 | FSMC_DEVTYPE_NAND | FSMC_ENABLE | FSMC_WAITON, in fsmc_nand_init()
/openbmc/u-boot/include/linux/mtd/
H A Dfsmc_nand.h40 #define FSMC_ENABLE (1 << 2) macro
/openbmc/linux/drivers/mtd/nand/raw/
H A Dfsmc_nand.c66 #define FSMC_ENABLE BIT(2) macro
265 u32 value = FSMC_DEVTYPE_NAND | FSMC_ENABLE | FSMC_WAITON; in fsmc_nand_setup()
1013 val &= ~FSMC_ENABLE; in fsmc_nand_disable()