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) {
618 int status = read_nibble(ioaddr, ISR);
620 printk("loop status %02x..", status);
622 if (status & (ISR_RxOK<<3)) {
645 } else if (status & ((ISR_TxErr + ISR_TxOK)<<3)) {
652 if (status & (ISR_TxErr<<3)) {
679 "%ld jiffies status %02x CMR1 %02x.\n", dev->name,
680 num_tx_since_rx, jiffies - lp->last_rx_time, status,