Home
last modified time | relevance | path

Searched full:rstctrl (Results 1 – 21 of 21) sorted by relevance

/Linux-v6.1/drivers/soc/ti/
Domap_prm.c61 u16 rstctrl; member
164 .rstctrl = 0x10, .rstst = 0x14, .rstmap = rst_map_01
177 .rstctrl = 0x210, .rstst = 0x214, .clkdm_name = "ducati",
184 .rstctrl = 0x10, .rstst = 0x14, .rstmap = rst_map_012
221 .rstctrl = 0x0, .rstst = 0x4, .rstmap = rst_map_01,
235 .rstctrl = 0x10, .rstst = 0x14, .rstmap = rst_map_01
248 .rstctrl = 0x210, .rstst = 0x214, .clkdm_name = "ipu",
254 .rstctrl = 0x10, .rstst = 0x14, .rstmap = rst_map_012
286 .rstctrl = 0x0, .rstst = 0x4, .rstmap = rst_map_01,
300 .rstctrl = 0x10, .rstst = 0x14, .rstmap = rst_map_01,
[all …]
/Linux-v6.1/arch/mips/pci/
Dpci-rt3883.c302 u32 rstctrl; in rt3883_pci_preinit() local
306 rstctrl = rt_sysc_r32(RT3883_SYSC_REG_RSTCTRL); in rt3883_pci_preinit()
311 rstctrl |= RT3883_RSTCTRL_PCIE; in rt3883_pci_preinit()
312 rt_sysc_w32(rstctrl, RT3883_SYSC_REG_RSTCTRL); in rt3883_pci_preinit()
337 rstctrl &= ~RT3883_RSTCTRL_PCIE; in rt3883_pci_preinit()
338 rt_sysc_w32(rstctrl, RT3883_SYSC_REG_RSTCTRL); in rt3883_pci_preinit()
347 rstctrl &= ~RT3883_RSTCTRL_PCI; in rt3883_pci_preinit()
352 rstctrl &= ~RT3883_RSTCTRL_PCIE; in rt3883_pci_preinit()
356 rt_sysc_w32(rstctrl, RT3883_SYSC_REG_RSTCTRL); in rt3883_pci_preinit()
/Linux-v6.1/Documentation/devicetree/bindings/bus/
Dti-sysc.yaml117 Target module reset bit in the RSTCTRL register if wired for the module.
124 Target module reset names in the RSTCTRL register, typically named
125 "rstctrl" if only one reset bit is wired for the module.
127 - const: rstctrl
/Linux-v6.1/Documentation/devicetree/bindings/phy/
Dralink-usb-phy.txt21 resets = <&rstctrl 22 &rstctrl 25>;
/Linux-v6.1/Documentation/devicetree/bindings/pci/
Dmediatek,mt7621-pcie.yaml108 resets = <&rstctrl 24>;
123 resets = <&rstctrl 25>;
138 resets = <&rstctrl 26>;
/Linux-v6.1/Documentation/devicetree/bindings/power/reset/
Dkeystone-reset.txt50 rstctrl: reset-controller {
61 rstctrl: reset-controller {
/Linux-v6.1/arch/arm/boot/dts/
Ddra74x.dtsi68 reset-names = "rstctrl";
98 reset-names = "rstctrl";
Ddra7.dtsi189 reset-names = "rstctrl";
267 reset-names = "rstctrl";
537 reset-names = "rstctrl";
566 reset-names = "rstctrl";
595 reset-names = "rstctrl";
624 reset-names = "rstctrl";
1122 reset-names = "rstctrl";
Dam4372.dtsi430 reset-names = "rstctrl";
713 reset-names = "rstctrl";
Dkeystone.dtsi105 rstctrl: reset-controller@328 { label
Domap4.dtsi252 reset-names = "rstctrl";
740 reset-names = "rstctrl";
Dam33xx.dtsi627 reset-names = "rstctrl";
Domap5.dtsi242 reset-names = "rstctrl";
Dam33xx-l4.dtsi53 reset-names = "rstctrl";
853 reset-names = "rstctrl";
Domap4-l4.dtsi337 reset-names = "rstctrl";
Domap5-l4.dtsi366 reset-names = "rstctrl";
Dam437x-l4.dtsi54 reset-names = "rstctrl";
/Linux-v6.1/drivers/power/reset/
Dkeystone-reset.c55 /* enable write access to RSTCTRL */ in rsctrl_restart_handler()
/Linux-v6.1/drivers/remoteproc/
Dwkup_m3_rproc.c172 wkupm3->rsts = devm_reset_control_get_optional_shared(dev, "rstctrl"); in wkup_m3_rproc_probe()
/Linux-v6.1/arch/arm/mach-omap2/
Dpowerdomains3xxx_data.c566 /* For dm814x we need to fix up fix GFX pwstst and rstctrl reg offsets */
/Linux-v6.1/drivers/bus/
Dti-sysc.c626 * sysc_init_resets - init rstctrl reset line if configured
634 devm_reset_control_get_optional_shared(ddata->dev, "rstctrl"); in sysc_init_resets()