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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnandsim.c82 static uint third_id_byte = CONFIG_NANDSIM_THIRD_ID_BYTE; variable
105 module_param(third_id_byte, uint, 0400);
127 MODULE_PARM_DESC(third_id_byte, "The third byte returned by NAND Flash 'read ID' command");
1973 if (third_id_byte != 0xFF || fourth_id_byte != 0xFF)
1982 nand->ids[2] = third_id_byte;

Completed in 39 milliseconds