Home
last modified time | relevance | path

Searched refs:has_ci_pec_bug (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dehci.h210 unsigned has_ci_pec_bug:1; /* ChipIdea PEC bug */ member
717 ((e)->has_ci_pec_bug && ((e)->command & CMD_PSE) \
H A Dehci-hcd.c762 if (ehci->has_ci_pec_bug) in ehci_irq()
/openbmc/linux/drivers/usb/chipidea/
H A Dhost.c153 ehci->has_ci_pec_bug = ci->has_portsc_pec_bug; in host_start()