Home
last modified time | relevance | path

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

/trueos/sys/dev/nand/
HDnandsim_log.c44 int nandsim_log_output; variable
57 if (nandsim_log_output == NANDSIM_OUTPUT_FILE) { in nandsim_log_init()
61 } else if (nandsim_log_output == NANDSIM_OUTPUT_RAM) { in nandsim_log_init()
74 if (nandsim_log_output == NANDSIM_OUTPUT_FILE) { in nandsim_log_close()
80 } else if (nandsim_log_output == NANDSIM_OUTPUT_RAM) { in nandsim_log_close()
96 if (nandsim_log_output == NANDSIM_OUTPUT_NONE) in nandsim_log()
103 if (!sc->alq && nandsim_log_output == NANDSIM_OUTPUT_FILE) in nandsim_log()
112 switch(nandsim_log_output) { in nandsim_log()
HDnandsim_log.h45 extern int nandsim_log_output;
HDnandsim.c154 nandsim_log_output = param->log_output; in nandsim_init_sim_param()