Searched refs:IOP_AUTOINC (Results 1 - 2 of 2) sorted by path

/linux-master/arch/m68k/include/asm/
H A Dmac_iop.h25 #define IOP_AUTOINC 0x02 /* allow autoincrement of ramhi/lo */ macro
/linux-master/arch/m68k/mac/
H A Diop.c192 iop->status_ctrl = IOP_AUTOINC;
197 iop->status_ctrl = IOP_RUN | IOP_AUTOINC;
202 iop->status_ctrl = IOP_IRQ | IOP_RUN | IOP_AUTOINC;
553 iop->status_ctrl = IOP_INT0 | IOP_RUN | IOP_AUTOINC;
566 iop->status_ctrl = IOP_INT1 | IOP_RUN | IOP_AUTOINC;

Completed in 214 milliseconds