Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Dfsmc_nand.h44 #define FSMC_DEVWID_16 (1 << 4) macro
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dfsmc_nand.c454 writel(FSMC_DEVWID_16 | FSMC_DEVTYPE_NAND | FSMC_ENABLE | FSMC_WAITON, in fsmc_nand_init()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dfsmc_nand.c68 #define FSMC_DEVWID_16 BIT(4) macro
276 value |= FSMC_DEVWID_16; in fsmc_nand_setup()