Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mtd/
H A Donfi.h28 #define ONFI_FEATURE_16_BIT_BUS BIT(0) macro
/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_onfi.c268 if (le16_to_cpu(p->features) & ONFI_FEATURE_16_BIT_BUS) in nand_onfi_detect()
/openbmc/u-boot/include/linux/mtd/
H A Drawnand.h264 #define ONFI_FEATURE_16_BIT_BUS (1 << 0) macro
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_base.c3279 if (onfi_feature(chip) & ONFI_FEATURE_16_BIT_BUS) in nand_flash_detect_onfi()