Searched refs:onfi_version (Results 1 - 1 of 1) sorted by path

/include/linux/mtd/
H A Dnand.h603 * @onfi_version: [INTERN] holds the chip ONFI version (BCD encoded),
683 int onfi_version; member in struct:nand_chip
910 return chip->onfi_version ? le16_to_cpu(chip->onfi_params.features) : 0;
916 if (!chip->onfi_version)
924 if (!chip->onfi_version)

Completed in 6 milliseconds