tag | line | file | source code |
rreg_status | 167 | drivers/cdrom/mcdx.c | void* rreg_status; /* r status */ |
rreg_status | 640 | drivers/cdrom/mcdx.c | if (inb((unsigned int) stuffp->rreg_status) & MCDX_RBIT_DOOR) { |
rreg_status | 887 | drivers/cdrom/mcdx.c | b = inb((unsigned int) stuffp->rreg_status); |
rreg_status | 1147 | drivers/cdrom/mcdx.c | stuffp->wreg_reset = stuffp->rreg_status = stuffp->wreg_data + 1; |
rreg_status | 1240 | drivers/cdrom/mcdx.c | for (i = 100; i; i--) (void) inb((unsigned int) stuffp->rreg_status); |
rreg_status | 1830 | drivers/cdrom/mcdx.c | while (inb((unsigned int) stuffp->rreg_status) & MCDX_RBIT_STEN) { |