Searched refs:crst (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/usb/dwc3/ |
| H A D | dwc3-xilinx.c | 92 struct reset_control *crst; in dwc3_xlnx_init_versal() local 95 crst = devm_reset_control_get_exclusive(dev, NULL); in dwc3_xlnx_init_versal() 96 if (IS_ERR(crst)) in dwc3_xlnx_init_versal() 97 return dev_err_probe(dev, PTR_ERR(crst), "failed to get reset signal\n"); in dwc3_xlnx_init_versal() 102 ret = reset_control_assert(crst); in dwc3_xlnx_init_versal() 108 ret = reset_control_deassert(crst); in dwc3_xlnx_init_versal() 123 struct reset_control *crst, *hibrst, *apbrst; in dwc3_xlnx_init_zynqmp() local 150 crst = devm_reset_control_get_exclusive(dev, "usb_crst"); in dwc3_xlnx_init_zynqmp() 151 if (IS_ERR(crst)) { in dwc3_xlnx_init_zynqmp() 152 ret = PTR_ERR(crst); in dwc3_xlnx_init_zynqmp() [all …]
|
| /linux/arch/s390/include/asm/ |
| H A D | pgalloc.h | 34 static inline void crst_table_init(unsigned long *crst, unsigned long entry) in crst_table_init() argument 36 memset64((u64 *)crst, entry, _CRST_ENTRIES); in crst_table_init()
|
| /linux/arch/arm64/boot/dts/renesas/ |
| H A D | r9a09g087.dtsi | 723 reset-names = "rst", "crst";
|
| H A D | r9a09g077.dtsi | 720 reset-names = "rst", "crst";
|