| tag | line | file | source code |
| read_status_reg | 227 | drivers/block/sonycd535.c | static unsigned short read_status_reg; |
| read_status_reg | 397 | drivers/block/sonycd535.c | if (((read_status = inb(read_status_reg)) & SONY535_RESULT_NOT_READY_BIT) == 0) { |
| read_status_reg | 651 | drivers/block/sonycd535.c | read_status = inb(read_status_reg); |
| read_status_reg | 1552 | drivers/block/sonycd535.c | read_status_reg = sony535_cd_base_io + 2; |
| read_status_reg | 1581 | drivers/block/sonycd535.c | outb(0, read_status_reg); /* does a reset? */ |
| read_status_reg | 1614 | drivers/block/sonycd535.c | outb(0, read_status_reg); /* does a reset? */ |