Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/onenand/
A Donenand_spl.c100 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()
A Donenand_base.c432 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()
/u-boot/include/linux/mtd/
A Donenand_regs.h52 #define ONENAND_REG_INTERRUPT ONENAND_MEMORY_MAP(0xF241) macro

Completed in 7 milliseconds