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

/drivers/mtd/nand/
H A Dnandsim.c91 static uint fourth_id_byte = CONFIG_NANDSIM_FOURTH_ID_BYTE; variable
117 module_param(fourth_id_byte, uint, 0400);
142 MODULE_PARM_DESC(fourth_id_byte, "The fourth byte returned by NAND Flash 'read ID' command");
2290 if (third_id_byte != 0xFF || fourth_id_byte != 0xFF)
2300 nand->ids[3] = fourth_id_byte;

Completed in 172 milliseconds