Home
last modified time | relevance | path

Searched refs:ONENAND_CMD_RESET (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/include/linux/mtd/
Donenand_regs.h136 #define ONENAND_CMD_RESET (0xF0) macro
/linux-2.6.39/drivers/mtd/onenand/
Donenand_sim.c214 case ONENAND_CMD_RESET: in onenand_update_interrupt()
290 case ONENAND_CMD_RESET: in onenand_data_handle()
Donenand_base.c2986 this->command(mtd, ONENAND_CMD_RESET, 0, 0); in onenand_otp_write_oob_nolock()
3057 this->command(mtd, ONENAND_CMD_RESET, 0, 0); in do_otp_read()
3101 this->command(mtd, ONENAND_CMD_RESET, 0, 0); in do_otp_write()
3141 this->command(mtd, ONENAND_CMD_RESET, 0, 0); in do_otp_lock()
3533 this->command(mtd, ONENAND_CMD_RESET, 0, 0); in flexonenand_get_boundary()
3755 this->write_word(ONENAND_CMD_RESET, this->base + ONENAND_REG_COMMAND); in flexonenand_set_boundary()
3790 this->write_word(ONENAND_CMD_RESET, this->base + ONENAND_BOOTRAM); in onenand_chip_probe()
Dsamsung.c329 if (value == ONENAND_CMD_RESET) { in s3c_onenand_writew()