Searched refs:has_ppcd (Results 1 – 4 of 4) sorted by relevance
687 ehci->has_ppcd = 1; in ehci_init()924 if (ehci->has_ppcd) in ehci_irq()931 if (ehci->has_ppcd && !(ppcd & (1 << i))) in ehci_irq()
183 ehci->has_ppcd = 0; in ehci_pci_setup()
589 if (ehci->has_ppcd) in ehci_hub_status_data()594 if (ehci->has_ppcd && !(ppcd & (1 << i))) in ehci_hub_status_data()
163 unsigned has_ppcd:1; /* support per-port change bits */ member