tag | line | file | source code |
---|---|---|---|
eout | 20 | drivers/char/fep.h | volatile ushort eout; |
eout | 1401 | drivers/char/pcxx.c | tail = ch->mailbox->eout; |
eout | 1435 | drivers/char/pcxx.c | while ((tail = chan0->mailbox->eout) != (head = chan0->mailbox->ein)) { |
eout | 1517 | drivers/char/pcxx.c | chan0->mailbox->eout = (tail+4) & (IMAX-ISTART-4); |