Lines Matching refs:cqhci_readl
108 cqhci_readl(cq_host, CQHCI_CAP),
109 cqhci_readl(cq_host, CQHCI_VER));
111 cqhci_readl(cq_host, CQHCI_CFG),
112 cqhci_readl(cq_host, CQHCI_CTL));
114 cqhci_readl(cq_host, CQHCI_IS),
115 cqhci_readl(cq_host, CQHCI_ISTE));
117 cqhci_readl(cq_host, CQHCI_ISGE),
118 cqhci_readl(cq_host, CQHCI_IC));
120 cqhci_readl(cq_host, CQHCI_TDLBA),
121 cqhci_readl(cq_host, CQHCI_TDLBAU));
123 cqhci_readl(cq_host, CQHCI_TDBR),
124 cqhci_readl(cq_host, CQHCI_TCN));
126 cqhci_readl(cq_host, CQHCI_DQS),
127 cqhci_readl(cq_host, CQHCI_DPT));
129 cqhci_readl(cq_host, CQHCI_TCLR),
130 cqhci_readl(cq_host, CQHCI_SSC1));
132 cqhci_readl(cq_host, CQHCI_SSC2),
133 cqhci_readl(cq_host, CQHCI_CRDCT));
135 cqhci_readl(cq_host, CQHCI_RMEM),
136 cqhci_readl(cq_host, CQHCI_TERRI));
138 cqhci_readl(cq_host, CQHCI_CRI),
139 cqhci_readl(cq_host, CQHCI_CRA));
168 cqhci_writel(cq_host, cqhci_readl(cq_host, CQHCI_CFG) |
245 cqcfg = cqhci_readl(cq_host, CQHCI_CFG);
276 if (cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT)
296 cqcfg = cqhci_readl(cq_host, CQHCI_CFG);
358 return cqhci_readl(cq_host, CQHCI_CTL);
595 if (cqhci_readl(cq_host, CQHCI_CTL) && CQHCI_HALT) {
631 if (!(cqhci_readl(cq_host, CQHCI_TDBR) & (1 << tag)))
681 terri = cqhci_readl(cq_host, CQHCI_TERRI);
775 status = cqhci_readl(cq_host, CQHCI_IS);
785 comp_status = cqhci_readl(cq_host, CQHCI_TCN);
870 return !(cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_CLEAR_ALL_TASKS);
881 ctl = cqhci_readl(cq_host, CQHCI_CTL);
901 return cqhci_readl(cq_host, CQHCI_CTL) & CQHCI_HALT;
915 ctl = cqhci_readl(cq_host, CQHCI_CTL);
1036 cqcfg = cqhci_readl(cq_host, CQHCI_CFG);
1040 cqcfg = cqhci_readl(cq_host, CQHCI_CFG);
1112 return CQHCI_VER_MAJOR(cqhci_readl(cq_host, CQHCI_VER));
1117 u32 ver = cqhci_readl(cq_host, CQHCI_VER);