tag | line | file | source code |
rreg_status | 158 | drivers/cdrom/mcdx.c | void* rreg_status; /* r status */ |
rreg_status | 630 | drivers/cdrom/mcdx.c | if (inb((unsigned int) stuffp->rreg_status) & MCDX_RBIT_DOOR) { |
rreg_status | 881 | drivers/cdrom/mcdx.c | b = inb((unsigned int) stuffp->rreg_status); |
rreg_status | 1136 | drivers/cdrom/mcdx.c | stuffp->wreg_reset = stuffp->rreg_status = stuffp->wreg_data + 1; |
rreg_status | 1229 | drivers/cdrom/mcdx.c | for (i = 100; i; i--) (void) inb((unsigned int) stuffp->rreg_status); |
rreg_status | 1819 | drivers/cdrom/mcdx.c | while (inb((unsigned int) stuffp->rreg_status) & MCDX_RBIT_STEN) { |