tag | line | file | source code |
introk | 139 | drivers/cdrom/mcdx.c | volatile int introk; /* status of last irq operation */ |
introk | 740 | drivers/cdrom/mcdx.c | stuffp->introk = 1; |
introk | 888 | drivers/cdrom/mcdx.c | stuffp->introk = ~b & MCDX_RBIT_DTEN; |
introk | 896 | drivers/cdrom/mcdx.c | if (!stuffp->introk) { |
introk | 1334 | drivers/cdrom/mcdx.c | while (stuffp->introk && stuffp->busy && current->timeout) { |
introk | 1341 | drivers/cdrom/mcdx.c | if (current->timeout == 0 || !stuffp->introk) { |
introk | 1344 | drivers/cdrom/mcdx.c | } else if (!stuffp->introk) { |