• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/

Lines Matching defs:temp

31 	u32 temp;
35 temp = xhci_readl(xhci, &xhci->cap_regs->hc_capbase);
37 &xhci->cap_regs->hc_capbase, temp);
39 (unsigned int) HC_LENGTH(temp));
43 temp = xhci_readl(xhci, &xhci->cap_regs->run_regs_off);
46 (unsigned int) temp & RTSOFF_MASK);
49 temp = xhci_readl(xhci, &xhci->cap_regs->db_off);
50 xhci_dbg(xhci, "// @%p = 0x%x DBOFF\n", &xhci->cap_regs->db_off, temp);
56 u32 temp;
60 temp = xhci_readl(xhci, &xhci->cap_regs->hc_capbase);
62 (unsigned int) temp);
64 (unsigned int) HC_LENGTH(temp));
66 (unsigned int) HC_VERSION(temp));
68 temp = xhci_readl(xhci, &xhci->cap_regs->hcs_params1);
70 (unsigned int) temp);
72 (unsigned int) HCS_MAX_SLOTS(temp));
74 (unsigned int) HCS_MAX_INTRS(temp));
76 (unsigned int) HCS_MAX_PORTS(temp));
78 temp = xhci_readl(xhci, &xhci->cap_regs->hcs_params2);
80 (unsigned int) temp);
82 (unsigned int) HCS_IST(temp));
84 (unsigned int) HCS_ERST_MAX(temp));
86 temp = xhci_readl(xhci, &xhci->cap_regs->hcs_params3);
88 (unsigned int) temp);
90 (unsigned int) HCS_U1_LATENCY(temp));
92 (unsigned int) HCS_U2_LATENCY(temp));
94 temp = xhci_readl(xhci, &xhci->cap_regs->hcc_params);
95 xhci_dbg(xhci, "HCC PARAMS 0x%x:\n", (unsigned int) temp);
97 HCC_64BIT_ADDR(temp) ? "64" : "32");
100 temp = xhci_readl(xhci, &xhci->cap_regs->run_regs_off);
101 xhci_dbg(xhci, "RTSOFF 0x%x:\n", temp & RTSOFF_MASK);
106 u32 temp;
108 temp = xhci_readl(xhci, &xhci->op_regs->command);
109 xhci_dbg(xhci, "USBCMD 0x%x:\n", temp);
111 (temp & CMD_RUN) ? "running" : "being stopped");
113 (temp & CMD_RESET) ? "not " : "");
115 (temp & CMD_EIE) ? "enabled " : "disabled");
117 (temp & CMD_EIE) ? "enabled " : "disabled");
119 (temp & CMD_LRESET) ? "not " : "");
124 u32 temp;
126 temp = xhci_readl(xhci, &xhci->op_regs->status);
127 xhci_dbg(xhci, "USBSTS 0x%x:\n", temp);
129 (temp & STS_EINT) ? "not " : "");
131 (temp & STS_FATAL) ? "WARNING: " : "No ");
133 (temp & STS_HALT) ? "halted" : "running");
170 u32 temp;
174 temp = xhci_readl(xhci, addr);
175 if (temp == XHCI_INIT_VALUE)
181 (unsigned int)temp);
184 temp = xhci_readl(xhci, addr);
186 (unsigned int)temp);
189 temp = xhci_readl(xhci, addr);
191 (unsigned int)temp);
194 temp = xhci_readl(xhci, addr);
195 if (temp != XHCI_INIT_VALUE)
197 addr, (unsigned int)temp);
212 u32 temp;
216 temp = xhci_readl(xhci, &xhci->run_regs->microframe_index);
219 (unsigned int) temp);
221 temp = xhci_readl(xhci, &xhci->run_regs->rsvd[i]);
222 if (temp != XHCI_INIT_VALUE)
225 i, (unsigned int) temp);