Searched refs:ONENAND_CMD_RESET (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/include/linux/mtd/ |
D | onenand_regs.h | 134 #define ONENAND_CMD_RESET (0xF0) macro
|
/Linux-v5.4/drivers/mtd/nand/onenand/ |
D | onenand_base.c | 2855 this->command(mtd, ONENAND_CMD_RESET, 0, 0); in onenand_otp_write_oob_nolock() 2926 this->command(mtd, ONENAND_CMD_RESET, 0, 0); in do_otp_read() 2970 this->command(mtd, ONENAND_CMD_RESET, 0, 0); in do_otp_write() 3010 this->command(mtd, ONENAND_CMD_RESET, 0, 0); in do_otp_lock() 3415 this->command(mtd, ONENAND_CMD_RESET, 0, 0); in flexonenand_get_boundary() 3637 this->write_word(ONENAND_CMD_RESET, this->base + ONENAND_REG_COMMAND); in flexonenand_set_boundary() 3672 this->write_word(ONENAND_CMD_RESET, this->base + ONENAND_BOOTRAM); in onenand_chip_probe()
|
D | samsung.c | 297 if (value == ONENAND_CMD_RESET) { in s3c_onenand_writew()
|