Lines Matching refs:cap
6514 static int bios_handoff (struct ehci_hcd *ehci, int where, U32 cap) in bios_handoff() argument
6516 if (cap & (1 << 16)) { in bios_handoff()
6569 cap &= 1 << 24; in bios_handoff()
6576 pci_read_config_dword (ehci->hcd.pdev, where, &cap); in bios_handoff()
6577 } while ((cap & (1 << 16)) && msec); in bios_handoff()
6627 if (cap & (1 << 16)) { in bios_handoff()
6629 where, cap,"\n",""); in bios_handoff()
6764 U32 cap = 0; in ehci_hc_reset() local
6766 pci_read_config_dword (ehci->hcd.pdev, temp, &cap); in ehci_hc_reset()
6768 ehci_dbg (ehci, "capability %04x at %02x\n", cap, temp); in ehci_hc_reset()
6769 switch (cap & 0xff) { in ehci_hc_reset()
6778 cap = 0; in ehci_hc_reset()
6832 temp = (cap >> 8) & 0xff; in ehci_hc_reset()