Lines Matching refs:status
91 PDC_HDMA_CTLSTAT = 0x12C, /* Host DMA control / status */
93 PDC_CTLSTAT = 0x60, /* IDEn control / status */
696 u8 status;
708 /* get drive status; clear intr; complete txn */
747 /* get drive status; clear intr; complete txn */
757 status = ata_sff_busy_wait(ap, ATA_BUSY | ATA_DRQ, 1000);
758 DPRINTK("BUS_NODATA (drv_stat 0x%X)\n", status);
759 qc->err_mask |= ac_err_mask(status);
1090 u32 status;
1108 status = readl(mmio + PDC_I2C_CONTROL);
1109 if (status & PDC_I2C_COMPLETE) {
1110 status = readl(mmio + PDC_I2C_ADDR_DATA);
1116 *pdata = (status >> 8) & 0x000000ff;