HomeSort by: relevance | last modified time | path
    Searched refs:INTF_TBE (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/amiga/dev/
ser.c 412 custom.intena = INTF_RBF | INTF_TBE; /* disable interrupts */
413 custom.intreq = INTF_RBF | INTF_TBE; /* clear intr request */
678 custom.intreq = INTF_SETCLR | INTF_TBE;
686 custom.intreq = INTF_SETCLR | INTF_TBE;
805 custom.intena = INTF_SETCLR | INTF_RBF | INTF_TBE;
877 if ((custom.intreqr & INTF_TBE) == 0)
883 custom.intreq = INTF_TBE;
1176 custom.intreq = INTF_SETCLR | INTF_TBE;
  /src/sys/arch/amiga/amiga/
custom.h 279 #define INTF_TBE (1<<INTB_TBE)
machdep.c 1008 if (ireq & INTF_TBE) {
1012 custom.intreq = INTF_TBE;
  /src/sys/arch/amigappc/amigappc/
machdep.c 182 if (ireq & INTF_TBE) {
186 custom.intreq = INTF_TBE;

Completed in 41 milliseconds