Searched refs:ONENAND_CMD_RESET (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/include/linux/mtd/ |
D | onenand_regs.h | 134 #define ONENAND_CMD_RESET (0xF0) macro
|
/Linux-v6.6/drivers/mtd/nand/onenand/ |
D | onenand_base.c | 2857 this->command(mtd, ONENAND_CMD_RESET, 0, 0); in onenand_otp_write_oob_nolock() 2928 this->command(mtd, ONENAND_CMD_RESET, 0, 0); in do_otp_read() 2972 this->command(mtd, ONENAND_CMD_RESET, 0, 0); in do_otp_write() 3012 this->command(mtd, ONENAND_CMD_RESET, 0, 0); in do_otp_lock() 3418 this->command(mtd, ONENAND_CMD_RESET, 0, 0); in flexonenand_get_boundary() 3639 this->write_word(ONENAND_CMD_RESET, this->base + ONENAND_REG_COMMAND); in flexonenand_set_boundary() 3674 this->write_word(ONENAND_CMD_RESET, this->base + ONENAND_BOOTRAM); in onenand_chip_probe()
|
D | onenand_samsung.c | 297 if (value == ONENAND_CMD_RESET) { in s3c_onenand_writew()
|