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

/drivers/mtd/nand/
H A Dnandsim.c90 static uint third_id_byte = CONFIG_NANDSIM_THIRD_ID_BYTE; variable
116 module_param(third_id_byte, uint, 0400);
141 MODULE_PARM_DESC(third_id_byte, "The third byte returned by NAND Flash 'read ID' command");
2290 if (third_id_byte != 0xFF || fourth_id_byte != 0xFF)
2299 nand->ids[2] = third_id_byte;

Completed in 32 milliseconds