tag | line | file | source code |
rreg_status | 159 | drivers/cdrom/mcdx.c | void* rreg_status; /* r status */ |
rreg_status | 627 | drivers/cdrom/mcdx.c | if (inb((unsigned int) stuffp->rreg_status) & MCDX_RBIT_DOOR) { |
rreg_status | 852 | drivers/cdrom/mcdx.c | (~(x = inb((unsigned int) stuffp->rreg_status)) & MCDX_RBIT_DTEN))) |
rreg_status | 1093 | drivers/cdrom/mcdx.c | stuffp->wreg_reset = stuffp->rreg_status = stuffp->wreg_data + 1; |
rreg_status | 1189 | drivers/cdrom/mcdx.c | for (i = 100; i; i--) (void) inb((unsigned int) stuffp->rreg_status); |
rreg_status | 1742 | drivers/cdrom/mcdx.c | while (inb((unsigned int) stuffp->rreg_status) & MCDX_RBIT_STEN) { |