Home
last modified time | relevance | path

Searched refs:JEDEC_FEATURE_16_BIT_BUS (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Djedec.h22 #define JEDEC_FEATURE_16_BIT_BUS (1 << 0) macro
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dnand_jedec.c117 if (le16_to_cpu(p->features) & JEDEC_FEATURE_16_BIT_BUS) in nand_jedec_detect()
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Drawnand.h413 #define JEDEC_FEATURE_16_BIT_BUS (1 << 0) macro
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c4070 if (jedec_feature(chip) & JEDEC_FEATURE_16_BIT_BUS) in nand_flash_detect_jedec()