Searched full:rstctrl (Results 1 – 17 of 17) sorted by relevance
302 u32 rstctrl; in rt3883_pci_preinit() local306 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()
117 Target module reset bit in the RSTCTRL register if wired for the module.124 Target module reset names in the RSTCTRL register, typically named125 "rstctrl" if only one reset bit is wired for the module.127 - const: rstctrl
69 resets = <&rstctrl 22>,70 <&rstctrl 25>;
140 resets = <&rstctrl 24>;155 resets = <&rstctrl 25>;170 resets = <&rstctrl 26>;
50 rstctrl: reset-controller {61 rstctrl: reset-controller {
68 reset-names = "rstctrl";98 reset-names = "rstctrl";
435 reset-names = "rstctrl";718 reset-names = "rstctrl";
252 reset-names = "rstctrl";741 reset-names = "rstctrl";
638 reset-names = "rstctrl";
242 reset-names = "rstctrl";
53 reset-names = "rstctrl";853 reset-names = "rstctrl";
366 reset-names = "rstctrl";
337 reset-names = "rstctrl";
43 resets = <&rstctrl 8>;
105 rstctrl: reset-controller@328 { label
566 /* For dm814x we need to fix up fix GFX pwstst and rstctrl reg offsets */
638 * sysc_init_resets - init rstctrl reset line if configured646 devm_reset_control_get_optional_shared(ddata->dev, "rstctrl"); in sysc_init_resets()2170 * for devices that use a rstctrl register reset. in sysc_reset()