Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Ddwc3-sti-glue.c156 int dwc3_node; in sti_dwc3_glue_bind() local
159 dwc3_node = fdt_first_subnode(gd->fdt_blob, dev_of_offset(dev)); in sti_dwc3_glue_bind()
160 if (dwc3_node <= 0) { in sti_dwc3_glue_bind()
166 if (fdt_node_check_compatible(gd->fdt_blob, dwc3_node, in sti_dwc3_glue_bind()
173 plat->mode = usb_get_dr_mode(dwc3_node); in sti_dwc3_glue_bind()