Home
last modified time | relevance | path

Searched refs:ONENAND_BOOTRAM (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/mtd/
H A Donenand_regs.h20 #define ONENAND_BOOTRAM ONENAND_MEMORY_MAP(0x0000) macro
/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c3668 this->write_word(ONENAND_CMD_READID, this->base + ONENAND_BOOTRAM); in onenand_chip_probe()
3671 bram_maf_id = this->read_word(this->base + ONENAND_BOOTRAM + 0x0); in onenand_chip_probe()
3672 bram_dev_id = this->read_word(this->base + ONENAND_BOOTRAM + 0x2); in onenand_chip_probe()
3675 this->write_word(ONENAND_CMD_RESET, this->base + ONENAND_BOOTRAM); in onenand_chip_probe()