Searched refs:ONENAND_REG_INTERRUPT (Results 1 – 3 of 3) sorted by relevance
134 intr = read_reg(c, ONENAND_REG_INTERRUPT); in omap2_onenand_wait()166 intr = read_reg(c, ONENAND_REG_INTERRUPT); in omap2_onenand_wait()190 ONENAND_REG_INTERRUPT); in omap2_onenand_wait()194 intr = read_reg(c, ONENAND_REG_INTERRUPT); in omap2_onenand_wait()210 intr = read_reg(c, ONENAND_REG_INTERRUPT); in omap2_onenand_wait()233 intr = read_reg(c, ONENAND_REG_INTERRUPT); in omap2_onenand_wait()
484 this->write_word(ONENAND_INT_CLEAR, this->base + ONENAND_REG_INTERRUPT); in onenand_command()536 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT); in onenand_wait()545 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT); in onenand_wait()1528 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT); in onenand_bbt_wait()1533 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT); in onenand_bbt_wait()1723 interrupt = this->read_word(this->base + ONENAND_REG_INTERRUPT); in onenand_panic_wait()2883 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