tag | line | file | source code |
read_status_reg | 209 | drivers/cdrom/sonycd535.c | static unsigned short read_status_reg; |
read_status_reg | 374 | drivers/cdrom/sonycd535.c | if (((read_status = inb(read_status_reg)) & SONY535_RESULT_NOT_READY_BIT) == 0) { |
read_status_reg | 619 | drivers/cdrom/sonycd535.c | read_status = inb(read_status_reg); |
read_status_reg | 1502 | drivers/cdrom/sonycd535.c | read_status_reg = sony535_cd_base_io + 2; |
read_status_reg | 1527 | drivers/cdrom/sonycd535.c | outb(0, read_status_reg); /* does a reset? */ |
read_status_reg | 1560 | drivers/cdrom/sonycd535.c | outb(0, read_status_reg); /* does a reset? */ |