Lines Matching defs:CQ
106 CQ = 0,
399 if (unlikely((ioread32(hcr_base + CQ)) & (1 << tag))) {
547 ata_port_dbg(ap, "CQ=0x%x,CA=0x%x,CE=0x%x,CC=0x%x\n",
548 ioread32(CQ + hcr_base),
555 iowrite32(1 << tag, CQ + hcr_base);
557 ata_port_dbg(ap, "tag=%d, CQ=0x%x, CA=0x%x\n",
558 tag, ioread32(CQ + hcr_base), ioread32(CA + hcr_base));
636 ata_port_dbg(ap, "CQ=0x%x, CA=0x%x, CE=0x%x, DE=0x%x\n",
637 ioread32(CQ + hcr_base),
959 ata_port_dbg(ap, "CQ = 0x%x, CA = 0x%x, CC = 0x%x\n",
960 ioread32(CQ + hcr_base),
966 iowrite32(1, CQ + hcr_base);
968 temp = ata_wait_register(ap, CQ + hcr_base, 0x1, 0x1, 1, 5000);
972 ata_port_dbg(ap, "Softreset@5000,CQ=0x%x,CA=0x%x,CC=0x%x\n",
973 ioread32(CQ + hcr_base),
1004 iowrite32(1, CQ + hcr_base);
1234 ata_port_dbg(ap, "done_mask/CC = 0x%x, CA = 0x%x, CE=0x%x,CQ=0x%x,apqa=0x%llx\n",
1238 ioread32(hcr_base + CQ),