Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/mtd/
Donenand_regs.h50 #define ONENAND_REG_START_BLOCK_ADDRESS ONENAND_MEMORY_MAP(0xF24C) macro
/Linux-v5.4/drivers/mtd/nand/onenand/
Donenand_base.c2518 this->write_word(start, this->base + ONENAND_REG_START_BLOCK_ADDRESS); in onenand_do_lock_cmd()
2550 this->write_word(block, this->base + ONENAND_REG_START_BLOCK_ADDRESS); in onenand_do_lock_cmd()
2628 this->write_word(block, this->base + ONENAND_REG_START_BLOCK_ADDRESS); in onenand_check_lock_status()
2656 this->write_word(0, this->base + ONENAND_REG_START_BLOCK_ADDRESS); in onenand_unlock_all()
Dsamsung.c284 case ONENAND_REG_START_BLOCK_ADDRESS: in s3c_onenand_writew()