Searched refs:ONENAND_CMD_RESET (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/mtd/ |
D | onenand_regs.h | 136 #define ONENAND_CMD_RESET (0xF0) macro
|
/Linux-v4.19/drivers/mtd/nand/onenand/ |
D | onenand_base.c | 2858 this->command(mtd, ONENAND_CMD_RESET, 0, 0); in onenand_otp_write_oob_nolock() 2929 this->command(mtd, ONENAND_CMD_RESET, 0, 0); in do_otp_read() 2973 this->command(mtd, ONENAND_CMD_RESET, 0, 0); in do_otp_write() 3013 this->command(mtd, ONENAND_CMD_RESET, 0, 0); in do_otp_lock() 3412 this->command(mtd, ONENAND_CMD_RESET, 0, 0); in flexonenand_get_boundary() 3634 this->write_word(ONENAND_CMD_RESET, this->base + ONENAND_REG_COMMAND); in flexonenand_set_boundary() 3669 this->write_word(ONENAND_CMD_RESET, this->base + ONENAND_BOOTRAM); in onenand_chip_probe()
|
D | samsung.c | 300 if (value == ONENAND_CMD_RESET) { in s3c_onenand_writew()
|