Searched refs:ONFI_SUBFEATURE_PARAM_LEN (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/mtd/nand/gpmi-nand/
H A Dgpmi-lib.c927 feature = kzalloc(ONFI_SUBFEATURE_PARAM_LEN, GFP_KERNEL); enable_edo_mode()
941 memset(feature, 0, ONFI_SUBFEATURE_PARAM_LEN); enable_edo_mode()
/linux-4.4.14/drivers/mtd/nand/brcmnand/
H A Dbrcmnand.c1289 if (host->last_byte >= ONFI_SUBFEATURE_PARAM_LEN) { brcmnand_read_byte()
1293 ONFI_SUBFEATURE_PARAM_LEN - 1; brcmnand_read_byte()
/linux-4.4.14/drivers/mtd/nand/
H A Dsunxi_nand.c1002 uint8_t feature[ONFI_SUBFEATURE_PARAM_LEN] = {}; sunxi_nand_chip_init_timings()
H A Dnand_base.c3050 for (i = 0; i < ONFI_SUBFEATURE_PARAM_LEN; ++i) nand_onfi_set_features()
3077 for (i = 0; i < ONFI_SUBFEATURE_PARAM_LEN; ++i) nand_onfi_get_features()
3270 uint8_t feature[ONFI_SUBFEATURE_PARAM_LEN] = {retry_mode}; nand_setup_read_retry_micron()
/linux-4.4.14/include/linux/mtd/
H A Dnand.h225 #define ONFI_SUBFEATURE_PARAM_LEN 4 macro

Completed in 354 milliseconds