Searched refs:ONENAND_REG_INTERRUPT (Results 1 – 3 of 3) sorted by relevance
170 intr = read_reg(c, ONENAND_REG_INTERRUPT); in omap2_onenand_wait()200 intr = read_reg(c, ONENAND_REG_INTERRUPT); in omap2_onenand_wait()220 ONENAND_REG_INTERRUPT); in omap2_onenand_wait()224 intr = read_reg(c, ONENAND_REG_INTERRUPT); in omap2_onenand_wait()240 intr = read_reg(c, ONENAND_REG_INTERRUPT); in omap2_onenand_wait()263 intr = read_reg(c, ONENAND_REG_INTERRUPT); in omap2_onenand_wait()
512 this->write_word(ONENAND_INT_CLEAR, this->base + ONENAND_REG_INTERRUPT); in onenand_command()564 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT); in onenand_wait()573 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT); in onenand_wait()1495 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT); in onenand_bbt_wait()1500 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT); in onenand_bbt_wait()1690 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT); in onenand_panic_wait()2760 this->write_word(ONENAND_INT_CLEAR, this->base + ONENAND_REG_INTERRUPT); in onenand_otp_command()
49 #define ONENAND_REG_INTERRUPT ONENAND_MEMORY_MAP(0xF241) macro