Home
last modified time | relevance | path

Searched refs:LOWWAIT (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dpcxx.h59 #define LOWWAIT 0x02 macro
Depca.h69 #define LOWWAIT 0x2 macro
Dpcxx.c745 if ((ch->statusflags & LOWWAIT) == 0) { in pcxe_write()
746 ch->statusflags |= LOWWAIT; in pcxe_write()
791 if (remain && (ch->statusflags & LOWWAIT) == 0) { in pcxe_write_room()
792 ch->statusflags |= LOWWAIT; in pcxe_write_room()
1775 if (ch->statusflags & LOWWAIT) { in doevent()
1776 ch->statusflags &= ~LOWWAIT; in doevent()
2438 if(info->statusflags & LOWWAIT) in pcxe_start()
Depca.c997 if ((ch->statusflags & LOWWAIT) == 0) in pc_write()
999 ch->statusflags |= LOWWAIT; in pc_write()
1056 if (remain && (ch->statusflags & LOWWAIT) == 0) in pc_write_room()
1058 ch->statusflags |= LOWWAIT; in pc_write_room()
2376 if (ch->statusflags & LOWWAIT) in doevent()
2379 ch->statusflags &= ~LOWWAIT; in doevent()
3492 if (ch->statusflags & LOWWAIT) in pc_start()
Dmoxa.c178 #define LOWWAIT 0x2 macro
735 ch->statusflags |= LOWWAIT; in moxa_write()
812 ch->statusflags |= LOWWAIT; in moxa_put_char()
1011 if (ch->statusflags & LOWWAIT) { in moxa_poll()
1014 ch->statusflags &= ~LOWWAIT; in moxa_poll()