Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Donenand_regs.h50 #define ONENAND_REG_START_BLOCK_ADDRESS ONENAND_MEMORY_MAP(0xF24C) macro
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Donenand_regs.h53 #define ONENAND_REG_START_BLOCK_ADDRESS ONENAND_MEMORY_MAP(0xF24C) macro
/OK3568_Linux_fs/u-boot/drivers/mtd/onenand/
H A Donenand_base.c1963 this->base + ONENAND_REG_START_BLOCK_ADDRESS); in onenand_do_lock_cmd()
1997 this->base + ONENAND_REG_START_BLOCK_ADDRESS); in onenand_do_lock_cmd()
2077 this->write_word(block, this->base + ONENAND_REG_START_BLOCK_ADDRESS); in onenand_check_lock_status()
2104 this->write_word(0, this->base + ONENAND_REG_START_BLOCK_ADDRESS); in onenand_unlock_all()
H A Dsamsung.c183 case ONENAND_REG_START_BLOCK_ADDRESS: in s3c_onenand_writew()
/OK3568_Linux_fs/kernel/drivers/mtd/nand/onenand/
H A Donenand_base.c2513 this->write_word(start, this->base + ONENAND_REG_START_BLOCK_ADDRESS); in onenand_do_lock_cmd()
2545 this->write_word(block, this->base + ONENAND_REG_START_BLOCK_ADDRESS); in onenand_do_lock_cmd()
2623 this->write_word(block, this->base + ONENAND_REG_START_BLOCK_ADDRESS); in onenand_check_lock_status()
2651 this->write_word(0, this->base + ONENAND_REG_START_BLOCK_ADDRESS); in onenand_unlock_all()
H A Donenand_samsung.c284 case ONENAND_REG_START_BLOCK_ADDRESS: in s3c_onenand_writew()