Searched refs:id_bytes (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | nandsim.c | 100 static u_char id_bytes[8] = { variable 108 module_param_array(id_bytes, byte, NULL, 0400); 109 module_param_named(first_id_byte, id_bytes[0], byte, 0400); 110 module_param_named(second_id_byte, id_bytes[1], byte, 0400); 111 module_param_named(third_id_byte, id_bytes[2], byte, 0400); 112 module_param_named(fourth_id_byte, id_bytes[3], byte, 0400); 133 MODULE_PARM_DESC(id_bytes, "The ID bytes returned by NAND Flash 'read ID' command"); 2300 if (id_bytes[6] != 0xFF || id_bytes[7] != 0xFF) in ns_init_module() 2302 else if (id_bytes[ in ns_init_module() [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | nandsim.c | 99 static u_char id_bytes[8] = { variable 107 module_param_array(id_bytes, byte, NULL, 0400); 108 module_param_named(first_id_byte, id_bytes[0], byte, 0400); 109 module_param_named(second_id_byte, id_bytes[1], byte, 0400); 110 module_param_named(third_id_byte, id_bytes[2], byte, 0400); 111 module_param_named(fourth_id_byte, id_bytes[3], byte, 0400); 132 MODULE_PARM_DESC(id_bytes, "The ID bytes returned by NAND Flash 'read ID' command"); 2303 if (id_bytes[6] != 0xFF || id_bytes[7] != 0xFF) in ns_init_module() 2305 else if (id_bytes[ in ns_init_module() [all...] |
Completed in 7 milliseconds