Lines Matching refs:status
95 timing and control bits. The data is then read from status port or written
108 the status port and written to the data port, just as it is accessing
257 int saved_ctrl_reg, status, i;
285 status = read_nibble(ioaddr, CMR1);
288 printk(KERN_DEBUG "atp: Status nibble was %#2.2x..", status);
294 if ((status & 0x78) != 0x08) {
299 status = read_nibble(ioaddr, CMR2_h);
300 if ((status & 0x78) != 0x10) {
616 int status = read_nibble(ioaddr, ISR);
618 printk("loop status %02x..", status);
620 if (status & (ISR_RxOK<<3)) {
643 } else if (status & ((ISR_TxErr + ISR_TxOK)<<3)) {
650 if (status & (ISR_TxErr<<3)) {
677 "%ld jiffies status %02x CMR1 %02x.\n", dev->name,
678 num_tx_since_rx, jiffies - lp->last_rx_time, status,