Searched refs:ONENAND_REG_INTERRUPT (Results 1 – 3 of 3) sorted by relevance
100 onenand_writew(ONENAND_INT_CLEAR, ONENAND_REG_INTERRUPT); in onenand_spl_read_page()104 while (!(onenand_readw(ONENAND_REG_INTERRUPT) & ONENAND_INT_READ)) in onenand_spl_read_page()
432 this->write_word(ONENAND_INT_CLEAR, this->base + ONENAND_REG_INTERRUPT); in onenand_command()484 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT); in onenand_wait()1176 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT); in onenand_bbt_wait()1180 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT); in onenand_bbt_wait()
52 #define ONENAND_REG_INTERRUPT ONENAND_MEMORY_MAP(0xF241) macro
Completed in 7 milliseconds