Searched refs:fourth_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.c83 static uint fourth_id_byte = CONFIG_NANDSIM_FOURTH_ID_BYTE; variable
106 module_param(fourth_id_byte, uint, 0400);
128 MODULE_PARM_DESC(fourth_id_byte, "The fourth byte returned by NAND Flash 'read ID' command");
1973 if (third_id_byte != 0xFF || fourth_id_byte != 0xFF)
1983 nand->ids[3] = fourth_id_byte;

Completed in 44 milliseconds