Searched refs:crst (Results 1 – 3 of 3) sorted by relevance
103 struct reset_control *crst, *hibrst, *apbrst; in dwc3_xlnx_init_zynqmp() local128 crst = devm_reset_control_get_exclusive(dev, "usb_crst"); in dwc3_xlnx_init_zynqmp()129 if (IS_ERR(crst)) { in dwc3_xlnx_init_zynqmp()130 ret = PTR_ERR(crst); in dwc3_xlnx_init_zynqmp()152 ret = reset_control_assert(crst); in dwc3_xlnx_init_zynqmp()188 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()
79 unsigned int crst; in hda_dsp_core_reset_leave() local90 crst = HDA_DSP_ADSPCS_CRST_MASK(core_mask); in hda_dsp_core_reset_leave()93 !(adspcs & crst), in hda_dsp_core_reset_leave()