Home
last modified time | relevance | path

Searched refs:ppcd (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dehci-hcd.c796 u32 ppcd = ~0; in ehci_irq() local
807 ppcd = status >> 16; in ehci_irq()
813 if (!(ppcd & (1 << i))) in ehci_irq()
H A Dehci-hub.c625 u32 ppcd = ~0; in ehci_hub_status_data() local
659 ppcd = ehci_readl(ehci, &ehci->regs->status) >> 16; in ehci_hub_status_data()
663 if (ppcd & (1 << i)) in ehci_hub_status_data()