Home
last modified time | relevance | path

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

/drivers/mtd/nand/
Dnandsim.c87 static uint fourth_id_byte = CONFIG_NANDSIM_FOURTH_ID_BYTE; variable
111 module_param(fourth_id_byte, uint, 0400);
134 MODULE_PARM_DESC(fourth_id_byte, "The fourth byte returned by NAND Flash 'read ID' command");
2265 if (third_id_byte != 0xFF || fourth_id_byte != 0xFF) in ns_init_module()
2275 nand->ids[3] = fourth_id_byte; in ns_init_module()