tag | line | file | source code |
read_status_reg | 223 | drivers/block/sonycd535.c | static unsigned short read_status_reg; |
read_status_reg | 393 | drivers/block/sonycd535.c | if (((read_status = inb(read_status_reg)) & SONY535_RESULT_NOT_READY_BIT) == 0) { |
read_status_reg | 647 | drivers/block/sonycd535.c | read_status = inb(read_status_reg); |
read_status_reg | 1548 | drivers/block/sonycd535.c | read_status_reg = sony535_cd_base_io + 2; |
read_status_reg | 1577 | drivers/block/sonycd535.c | outb(0, read_status_reg); /* does a reset? */ |
read_status_reg | 1610 | drivers/block/sonycd535.c | outb(0, read_status_reg); /* does a reset? */ |