Home
last modified time | relevance | path

Searched refs:PORTSC_FSL_PFSC (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dehci.h70 #define PORTSC_FSL_PFSC BIT(24) /* PFSC bit to disable HS chirping */ macro
H A Dehci-hcd.c843 reg |= PORTSC_FSL_PFSC; in ehci_submit_root()
/openbmc/linux/drivers/usb/host/
H A Dehci.h693 #define PORTSC_FSL_PFSC 24 /* Port Force Full-Speed Connect */ macro
H A Dehci-hub.c1123 temp |= (1 << PORTSC_FSL_PFSC); in ehci_hub_control()