Searched refs:crst (Results 1 – 3 of 3) sorted by relevance
100 struct reset_control *crst, *hibrst, *apbrst; in dwc3_xlnx_init_zynqmp() local113 crst = devm_reset_control_get_exclusive(dev, "usb_crst"); in dwc3_xlnx_init_zynqmp()114 if (IS_ERR(crst)) { in dwc3_xlnx_init_zynqmp()115 ret = PTR_ERR(crst); in dwc3_xlnx_init_zynqmp()137 ret = reset_control_assert(crst); in dwc3_xlnx_init_zynqmp()173 ret = reset_control_deassert(crst); in dwc3_xlnx_init_zynqmp()
32 static inline void crst_table_init(unsigned long *crst, unsigned long entry) in crst_table_init() argument34 memset64((u64 *)crst, entry, _CRST_ENTRIES); in crst_table_init()
78 unsigned int crst; in hda_dsp_core_reset_leave() local89 crst = HDA_DSP_ADSPCS_CRST_MASK(core_mask); in hda_dsp_core_reset_leave()92 !(adspcs & crst), in hda_dsp_core_reset_leave()