Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A Ddwc3-st.c67 #define USB3_DEVICE_NOT_HOST BIT(0) macro
140 val |= USB3_DEVICE_NOT_HOST | USB3_FORCE_VBUSVALID; in st_dwc3_drd_init()
145 val &= ~(USB3_DEVICE_NOT_HOST | USB3_FORCE_VBUSVALID in st_dwc3_drd_init()
/openbmc/u-boot/include/
H A Ddwc3-sti-glue.h28 #define USB3_DEVICE_NOT_HOST BIT(0) macro
/openbmc/u-boot/drivers/usb/host/
H A Ddwc3-sti-glue.c60 val |= USB3_DEVICE_NOT_HOST | USB3_FORCE_VBUSVALID; in sti_dwc3_glue_drd_init()
64 val &= ~(USB3_DEVICE_NOT_HOST | USB3_FORCE_VBUSVALID in sti_dwc3_glue_drd_init()