Lines Matching refs:temp
104 u32 temp; in ehci_pci_setup() local
235 temp = pci_find_capability(pdev, PCI_CAP_ID_DBG); in ehci_pci_setup()
236 if (temp) { in ehci_pci_setup()
237 pci_read_config_dword(pdev, temp, &temp); in ehci_pci_setup()
238 temp >>= 16; in ehci_pci_setup()
239 if (((temp >> 13) & 7) == 1) { in ehci_pci_setup()
243 temp &= 0x1fff; in ehci_pci_setup()
244 ehci->debug = hcd->regs + temp; in ehci_pci_setup()
245 temp = ehci_readl(ehci, &ehci->debug->control); in ehci_pci_setup()
248 (temp & DBGP_ENABLED) ? " IN USE" : ""); in ehci_pci_setup()
249 if (!(temp & DBGP_ENABLED)) in ehci_pci_setup()
283 temp = HCS_N_CC(ehci->hcs_params) * HCS_N_PCC(ehci->hcs_params); in ehci_pci_setup()
284 temp &= 0x0f; in ehci_pci_setup()
285 if (temp && HCS_N_PORTS(ehci->hcs_params) > temp) { in ehci_pci_setup()
295 temp |= (ehci->hcs_params & ~0xf); in ehci_pci_setup()
296 ehci->hcs_params = temp; in ehci_pci_setup()