Searched refs:crst (Results 1 – 3 of 3) sorted by relevance
102 struct reset_control *crst, *hibrst, *apbrst; in dwc3_xlnx_init_zynqmp() local127 crst = devm_reset_control_get_exclusive(dev, "usb_crst"); in dwc3_xlnx_init_zynqmp()128 if (IS_ERR(crst)) { in dwc3_xlnx_init_zynqmp()129 ret = PTR_ERR(crst); in dwc3_xlnx_init_zynqmp()151 ret = reset_control_assert(crst); in dwc3_xlnx_init_zynqmp()187 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()
80 unsigned int crst; in hda_dsp_core_reset_leave() local91 crst = HDA_DSP_ADSPCS_CRST_MASK(core_mask); in hda_dsp_core_reset_leave()94 !(adspcs & crst), in hda_dsp_core_reset_leave()