Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A Ddwc3-xilinx.c102 struct reset_control *crst, *hibrst, *apbrst; in dwc3_xlnx_init_zynqmp() local
143 apbrst = devm_reset_control_get_exclusive(dev, "usb_apbrst"); in dwc3_xlnx_init_zynqmp()
144 if (IS_ERR(apbrst)) { in dwc3_xlnx_init_zynqmp()
145 ret = PTR_ERR(apbrst); in dwc3_xlnx_init_zynqmp()
163 ret = reset_control_assert(apbrst); in dwc3_xlnx_init_zynqmp()
175 ret = reset_control_deassert(apbrst); in dwc3_xlnx_init_zynqmp()