Lines Matching full:simulator
3 * NAND flash simulator.
9 * Note: NS means "NAND Simulator".
37 /* Default simulator parameters values */
170 /* Simulator's output macros (logging, debugging, warning, error) */
207 /* After a command is input, the simulator goes to one of the following states */
223 /* After an address is input, the simulator goes to one of these states */
230 /* During data input/output the simulator is in these states */
245 /* Simulator's actions bit masks */
254 #define NS_OPER_NUM 13 /* Number of operations supported by the simulator */
287 * The structure which describes all the internal simulator data.
364 * Operations array. To perform any operation the simulator must pass
632 return kasprintf(GFP_KERNEL, "NAND simulator partition %d", i); in ns_get_partition_name()
1719 * Switch simulator's state.
2340 NS_ERR("Could not scan NAND Simulator device\n"); in ns_init_module()
2460 MODULE_DESCRIPTION ("The NAND flash simulator");