Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/mtd/
Donenand_regs.h136 #define ONENAND_CMD_RESET (0xF0) macro
/linux-4.1.27/drivers/mtd/onenand/
Donenand_base.c2982 this->command(mtd, ONENAND_CMD_RESET, 0, 0); in onenand_otp_write_oob_nolock()
3053 this->command(mtd, ONENAND_CMD_RESET, 0, 0); in do_otp_read()
3097 this->command(mtd, ONENAND_CMD_RESET, 0, 0); in do_otp_write()
3137 this->command(mtd, ONENAND_CMD_RESET, 0, 0); in do_otp_lock()
3536 this->command(mtd, ONENAND_CMD_RESET, 0, 0); in flexonenand_get_boundary()
3758 this->write_word(ONENAND_CMD_RESET, this->base + ONENAND_REG_COMMAND); in flexonenand_set_boundary()
3793 this->write_word(ONENAND_CMD_RESET, this->base + ONENAND_BOOTRAM); in onenand_chip_probe()
Dsamsung.c305 if (value == ONENAND_CMD_RESET) { in s3c_onenand_writew()