Home
last modified time | relevance | path

Searched refs:IOP_AUTOINC (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/m68k/mac/
H A Diop.c186 iop->status_ctrl = IOP_AUTOINC; in iop_stop()
191 iop->status_ctrl = IOP_RUN | IOP_AUTOINC; in iop_start()
196 iop->status_ctrl = IOP_IRQ | IOP_RUN | IOP_AUTOINC; in iop_interrupt()
569 iop->status_ctrl = IOP_INT0 | IOP_RUN | IOP_AUTOINC; in iop_ism_irq()
582 iop->status_ctrl = IOP_INT1 | IOP_RUN | IOP_AUTOINC; in iop_ism_irq()
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dmac_iop.h25 #define IOP_AUTOINC 0x02 /* allow autoincrement of ramhi/lo */ macro