• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/

Lines Matching refs:custom

98 #define custom amiga_custom
186 custom.intena = IF_TBE;
188 custom.intreq = IF_TBE;
207 custom.intena = IF_SETCLR | IF_TBE;
210 custom.intreq = IF_SETCLR | IF_TBE;
260 serdatr = custom.serdatr;
262 custom.intreq = IF_RBF;
339 custom.intreq = IF_TBE;
342 custom.serdat = info->x_char | 0x100;
352 custom.intena = IF_TBE;
357 custom.serdat = info->xmit.buf[info->xmit.tail++] | 0x100;
371 custom.intena = IF_TBE;
428 custom.intena = IF_SETCLR | IF_TBE;
431 custom.intreq = IF_SETCLR | IF_TBE;
444 custom.intena = IF_TBE;
446 custom.intreq = IF_TBE;
490 if (custom.serdatr & SDR_TBE) {
574 custom.intreq = IF_RBF;
589 custom.intena = IF_SETCLR | IF_RBF | IF_TBE;
674 custom.intena = IF_RBF | IF_TBE;
678 custom.adkcon = AC_UARTBRK;
829 custom.serper = serper;
880 custom.intena = IF_SETCLR | IF_TBE;
883 custom.intreq = IF_SETCLR | IF_TBE;
927 custom.intena = IF_SETCLR | IF_TBE;
930 custom.intreq = IF_SETCLR | IF_TBE;
986 if(!(custom.intenar & IF_TBE)) {
987 custom.intena = IF_SETCLR | IF_TBE;
990 custom.intreq = IF_SETCLR | IF_TBE;
1187 status = custom.serdatr;
1257 custom.adkcon = AC_SETCLR | AC_UARTBRK;
1259 custom.adkcon = AC_UARTBRK;
1481 custom.intena = IF_RBF;
1484 custom.intreq = IF_RBF;
1565 while(!((lsr = custom.serdatr) & SDR_TSRE)) {
1990 state->port = (int)&custom.serdatr; /* Just to give it a value */
2022 custom.intena = IF_RBF | IF_TBE;
2026 custom.intreq = IF_RBF | IF_TBE;
2108 custom.serdat = (unsigned char)c | 0x100;
2109 while (!(custom.serdatr & 0x2000))
2122 unsigned short intena = custom.intenar;
2124 custom.intena = IF_TBE;
2132 custom.intena = IF_SETCLR | (intena & IF_TBE);