Searched refs:ONENAND_BOOTRAM (Results 1 – 2 of 2) sorted by relevance
23 #define ONENAND_BOOTRAM ONENAND_MEMORY_MAP(0x0000) macro
3783 this->write_word(ONENAND_CMD_READID, this->base + ONENAND_BOOTRAM); in onenand_chip_probe()3786 bram_maf_id = this->read_word(this->base + ONENAND_BOOTRAM + 0x0); in onenand_chip_probe()3787 bram_dev_id = this->read_word(this->base + ONENAND_BOOTRAM + 0x2); in onenand_chip_probe()3790 this->write_word(ONENAND_CMD_RESET, this->base + ONENAND_BOOTRAM); in onenand_chip_probe()