Home
last modified time | relevance | path

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

/trueos/sys/dev/nand/
HDnandsim_chip.c637 } else if (type == NANDSIM_EV_ADDR) { in readid_evh()
665 } else if (type == NANDSIM_EV_ADDR) { in readparam_evh()
693 case NANDSIM_EV_ADDR: in read_evh()
747 case NANDSIM_EV_ADDR: in write_evh()
832 case NANDSIM_EV_ADDR: in erase_evh()
HDnandsim_chip.h142 #define NANDSIM_EV_ADDR 0x3 macro
HDnandsim_ctrl.c241 ev = create_event(chip, NANDSIM_EV_ADDR, 1); in nandsim_send_address()