/linux/drivers/pmdomain/ti/ |
H A D | omap_prm.c | 62 u16 rstctrl; member 166 .rstctrl = 0x10, .rstst = 0x14, .rstmap = rst_map_01 179 .rstctrl = 0x210, .rstst = 0x214, .clkdm_name = "ducati", 186 .rstctrl = 0x10, .rstst = 0x14, .rstmap = rst_map_012 223 .rstctrl = 0x0, .rstst = 0x4, .rstmap = rst_map_01, 237 .rstctrl = 0x10, .rstst = 0x14, .rstmap = rst_map_01 250 .rstctrl = 0x210, .rstst = 0x214, .clkdm_name = "ipu", 256 .rstctrl = 0x10, .rstst = 0x14, .rstmap = rst_map_012 288 .rstctrl = 0x0, .rstst = 0x4, .rstmap = rst_map_01, 302 .rstctrl = 0x10, .rstst = 0x14, .rstmap = rst_map_01, [all …]
|
/linux/arch/mips/pci/ |
H A D | pci-rt3883.c | 303 u32 rstctrl; in rt3883_pci_preinit() local 307 rstctrl = rt_sysc_r32(RT3883_SYSC_REG_RSTCTRL); in rt3883_pci_preinit() 312 rstctrl |= RT3883_RSTCTRL_PCIE; in rt3883_pci_preinit() 313 rt_sysc_w32(rstctrl, RT3883_SYSC_REG_RSTCTRL); in rt3883_pci_preinit() 338 rstctrl &= ~RT3883_RSTCTRL_PCIE; in rt3883_pci_preinit() 339 rt_sysc_w32(rstctrl, RT3883_SYSC_REG_RSTCTRL); in rt3883_pci_preinit() 348 rstctrl &= ~RT3883_RSTCTRL_PCI; in rt3883_pci_preinit() 353 rstctrl &= ~RT3883_RSTCTRL_PCIE; in rt3883_pci_preinit() 357 rt_sysc_w32(rstctrl, RT3883_SYSC_REG_RSTCTRL); in rt3883_pci_preinit()
|
/linux/Documentation/devicetree/bindings/bus/ |
H A D | ti-sysc.yaml | 117 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/Documentation/devicetree/bindings/phy/ |
H A D | mediatek,mt7628-usbphy.yaml | 69 resets = <&rstctrl 22>, 70 <&rstctrl 25>;
|
/linux/Documentation/devicetree/bindings/pci/ |
H A D | mediatek,mt7621-pcie.yaml | 140 resets = <&rstctrl 24>; 155 resets = <&rstctrl 25>; 170 resets = <&rstctrl 26>;
|
/linux/Documentation/devicetree/bindings/power/reset/ |
H A D | keystone-reset.txt | 50 rstctrl: reset-controller { 61 rstctrl: reset-controller {
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | dra74x.dtsi | 68 reset-names = "rstctrl"; 98 reset-names = "rstctrl";
|
H A D | am4372.dtsi | 435 reset-names = "rstctrl"; 718 reset-names = "rstctrl";
|
H A D | omap4.dtsi | 252 reset-names = "rstctrl"; 741 reset-names = "rstctrl";
|
H A D | am33xx.dtsi | 638 reset-names = "rstctrl";
|
H A D | omap5.dtsi | 242 reset-names = "rstctrl";
|
H A D | am33xx-l4.dtsi | 53 reset-names = "rstctrl"; 853 reset-names = "rstctrl";
|
H A D | omap4-l4.dtsi | 337 reset-names = "rstctrl";
|
H A D | omap5-l4.dtsi | 366 reset-names = "rstctrl";
|
/linux/Documentation/devicetree/bindings/watchdog/ |
H A D | ralink,rt2880-wdt.yaml | 43 resets = <&rstctrl 8>;
|
/linux/arch/arm/boot/dts/ti/keystone/ |
H A D | keystone.dtsi | 105 rstctrl: reset-controller@328 { label
|
/linux/arch/arm/mach-omap2/ |
H A D | powerdomains3xxx_data.c | 566 /* For dm814x we need to fix up fix GFX pwstst and rstctrl reg offsets */
|
/linux/drivers/bus/ |
H A D | ti-sysc.c | 638 * sysc_init_resets - init rstctrl reset line if configured 646 devm_reset_control_get_optional_shared(ddata->dev, "rstctrl"); in sysc_init_resets() 2138 * for devices that use a rstctrl register reset. in sysc_reset()
|