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