tag | line | file | source code |
read_status | 376 | drivers/block/sonycd535.c | int read_status; |
read_status | 380 | drivers/block/sonycd535.c | if (((read_status = inb(read_status_reg)) & SONY535_RESULT_NOT_READY_BIT) == 0) { |
read_status | 383 | drivers/block/sonycd535.c | ": read_result_reg(): readStatReg = 0x%x\n", read_status); |
read_status | 608 | drivers/block/sonycd535.c | int read_status; |
read_status | 634 | drivers/block/sonycd535.c | read_status = inb(read_status_reg); |
read_status | 635 | drivers/block/sonycd535.c | if ((read_status & SONY535_RESULT_NOT_READY_BIT) == 0) { |
read_status | 639 | drivers/block/sonycd535.c | if ((read_status & SONY535_DATA_NOT_READY_BIT) == 0) { |
read_status | 516 | drivers/net/atp.c | int read_status = read_nibble(ioaddr, CMR1); |
read_status | 518 | drivers/net/atp.c | printk("handling Rx packet %02x..", read_status); |
read_status | 521 | drivers/net/atp.c | if (read_status & (CMR1_IRQ << 3)) { /* Overrun. */ |
read_status | 529 | drivers/net/atp.c | } else if ((read_status & (CMR1_BufEnb << 3)) == 0) { |
read_status | 285 | drivers/sound/sound_switch.c | return read_status (buf, count); |