Home
last modified time | relevance | path

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

/trueos/sys/dev/nand/
HDnandsim_ctrl.c268 nandsim_log(chip, NANDSIM_LOG_DATA, "read %02x\n", ret); in nandsim_read_byte()
295 nandsim_log(chip, NANDSIM_LOG_DATA, "read %04x\n", ret); in nandsim_read_word()
315 nandsim_log(chip, NANDSIM_LOG_DATA, "write %02x\n", byte); in nandsim_write_byte()
340 nandsim_log(chip, NANDSIM_LOG_DATA, "write %04x\n", word); in nandsim_write_word()
HDnandsim_log.h42 #define NANDSIM_LOG_DATA 15 macro