Lines Matching defs:temp
94 u32 temp;
237 temp = pci_find_capability(pdev, PCI_CAP_ID_DBG);
238 if (temp) {
239 pci_read_config_dword(pdev, temp, &temp);
240 temp >>= 16;
241 if (((temp >> 13) & 7) == 1) {
245 temp &= 0x1fff;
246 ehci->debug = hcd->regs + temp;
247 temp = ehci_readl(ehci, &ehci->debug->control);
250 (temp & DBGP_ENABLED) ? " IN USE" : "");
251 if (!(temp & DBGP_ENABLED))
284 temp = HCS_N_CC(ehci->hcs_params) * HCS_N_PCC(ehci->hcs_params);
285 temp &= 0x0f;
286 if (temp && HCS_N_PORTS(ehci->hcs_params) > temp) {
296 temp |= (ehci->hcs_params & ~0xf);
297 ehci->hcs_params = temp;