Home
last modified time | relevance | path

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

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