ONENAND_BOOTRAM
this->write_word(ONENAND_CMD_READID, this->base + ONENAND_BOOTRAM);
bram_maf_id = this->read_word(this->base + ONENAND_BOOTRAM + 0x0);
bram_dev_id = this->read_word(this->base + ONENAND_BOOTRAM + 0x2);
this->write_word(ONENAND_CMD_RESET, this->base + ONENAND_BOOTRAM);