Home
last modified time | relevance | path

Searched refs:ONENAND_REG_INTERRUPT (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/mtd/onenand/
Domap2.c134 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()
Donenand_base.c484 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()
/linux-4.4.14/include/linux/mtd/
Donenand_regs.h52 #define ONENAND_REG_INTERRUPT ONENAND_MEMORY_MAP(0xF241) macro