Lines Matching refs:custom
102 #define custom amiga_custom
164 custom.intena = IF_TBE;
166 custom.intreq = IF_TBE;
182 custom.intena = IF_SETCLR | IF_TBE;
185 custom.intreq = IF_SETCLR | IF_TBE;
223 serdatr = custom.serdatr;
225 custom.intreq = IF_RBF;
302 custom.intreq = IF_TBE;
305 custom.serdat = info->x_char | 0x100;
315 custom.intena = IF_TBE;
320 custom.serdat = info->xmit.buf[info->xmit.tail++] | 0x100;
334 custom.intena = IF_TBE;
387 custom.intena = IF_SETCLR | IF_TBE;
390 custom.intreq = IF_SETCLR | IF_TBE;
403 custom.intena = IF_TBE;
405 custom.intreq = IF_TBE;
447 if (custom.serdatr & SDR_TBE) {
507 custom.intreq = IF_RBF;
520 custom.intena = IF_SETCLR | IF_RBF | IF_TBE;
586 custom.intena = IF_RBF | IF_TBE;
590 custom.adkcon = AC_UARTBRK;
734 custom.serper = serper;
778 custom.intena = IF_SETCLR | IF_TBE;
781 custom.intreq = IF_SETCLR | IF_TBE;
820 custom.intena = IF_SETCLR | IF_TBE;
823 custom.intreq = IF_SETCLR | IF_TBE;
870 if(!(custom.intenar & IF_TBE)) {
871 custom.intena = IF_SETCLR | IF_TBE;
874 custom.intreq = IF_SETCLR | IF_TBE;
1035 status = custom.serdatr;
1097 custom.adkcon = AC_SETCLR | AC_UARTBRK;
1099 custom.adkcon = AC_UARTBRK;
1276 custom.intena = IF_RBF;
1279 custom.intreq = IF_RBF;
1341 while(!((lsr = custom.serdatr) & SDR_TSRE)) {
1562 state->port = (int)&custom.serdatr; /* Just to give it a value */
1597 custom.intena = IF_RBF | IF_TBE;
1601 custom.intreq = IF_RBF | IF_TBE;
1666 custom.serdat = (unsigned char)c | 0x100;
1667 while (!(custom.serdatr & 0x2000))
1680 unsigned short intena = custom.intenar;
1682 custom.intena = IF_TBE;
1690 custom.intena = IF_SETCLR | (intena & IF_TBE);