Searched refs:ONENAND_REG_INTERRUPT (Results 1 – 3 of 3) sorted by relevance
183 intr = read_reg(c, ONENAND_REG_INTERRUPT); in omap2_onenand_wait()213 intr = read_reg(c, ONENAND_REG_INTERRUPT); in omap2_onenand_wait()233 ONENAND_REG_INTERRUPT); in omap2_onenand_wait()237 intr = read_reg(c, ONENAND_REG_INTERRUPT); in omap2_onenand_wait()253 intr = read_reg(c, ONENAND_REG_INTERRUPT); in omap2_onenand_wait()276 intr = read_reg(c, ONENAND_REG_INTERRUPT); in omap2_onenand_wait()
515 this->write_word(ONENAND_INT_CLEAR, this->base + ONENAND_REG_INTERRUPT); in onenand_command()567 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT); in onenand_wait()576 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT); in onenand_wait()1491 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT); in onenand_bbt_wait()1496 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT); in onenand_bbt_wait()1686 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT); in onenand_panic_wait()2759 this->write_word(ONENAND_INT_CLEAR, this->base + ONENAND_REG_INTERRUPT); in onenand_otp_command()
52 #define ONENAND_REG_INTERRUPT ONENAND_MEMORY_MAP(0xF241) macro