Searched refs:rstc (Results 1 – 17 of 17) sorted by relevance
/arch/arm/mach-meson/ |
D | platsmp.c | 158 struct reset_control *rstc; in meson8_smp_boot_secondary() local 161 rstc = meson_smp_get_core_reset(cpu); in meson8_smp_boot_secondary() 162 if (IS_ERR(rstc)) { in meson8_smp_boot_secondary() 164 return PTR_ERR(rstc); in meson8_smp_boot_secondary() 170 ret = reset_control_assert(rstc); in meson8_smp_boot_secondary() 195 ret = reset_control_deassert(rstc); in meson8_smp_boot_secondary() 206 reset_control_put(rstc); in meson8_smp_boot_secondary() 214 struct reset_control *rstc; in meson8b_smp_boot_secondary() local 218 rstc = meson_smp_get_core_reset(cpu); in meson8b_smp_boot_secondary() 219 if (IS_ERR(rstc)) { in meson8b_smp_boot_secondary() [all …]
|
/arch/arm/mach-rockchip/ |
D | platsmp.c | 67 struct reset_control *rstc = rockchip_get_core_reset(pd); in pmu_set_power_domain() local 70 if (IS_ERR(rstc) && read_cpuid_part() != ARM_CPU_PART_CORTEX_A9) { in pmu_set_power_domain() 73 return PTR_ERR(rstc); in pmu_set_power_domain() 81 if (!IS_ERR(rstc) && !on) in pmu_set_power_domain() 82 reset_control_assert(rstc); in pmu_set_power_domain() 103 if (!IS_ERR(rstc)) { in pmu_set_power_domain() 105 reset_control_deassert(rstc); in pmu_set_power_domain() 106 reset_control_put(rstc); in pmu_set_power_domain()
|
/arch/arm/mach-prima2/ |
D | Makefile | 2 obj-y += rstc.o
|
/arch/arm/boot/dts/ |
D | atlas6.dtsi | 71 rstc: reset-controller@88010000 { label 72 compatible = "sirf,prima2-rstc"; 132 resets = <&rstc 6>; 174 resets = <&rstc 1>; 182 resets = <&rstc 2>; 190 resets = <&rstc 0>; 314 resets = <&rstc 26>; 330 resets = <&rstc 27>;
|
D | prima2.dtsi | 82 rstc: reset-controller@88010000 { label 83 compatible = "sirf,prima2-rstc"; 138 resets = <&rstc 6>; 180 resets = <&rstc 1>; 188 resets = <&rstc 2>; 196 resets = <&rstc 0>;
|
D | at91-wb45n.dtsi | 31 compatible = "atmel,sama5d3-rstc";
|
D | zynq-7000.dtsi | 266 rstc: rstc@200 { label
|
D | at91sam9261.dtsi | 602 rstc@fffffd00 { 603 compatible = "atmel,at91sam9260-rstc";
|
D | at91sam9260.dtsi | 122 rstc@fffffd00 { 123 compatible = "atmel,at91sam9260-rstc";
|
D | at91sam9rl.dtsi | 847 rstc@fffffd00 { 848 compatible = "atmel,at91sam9260-rstc";
|
D | at91sam9263.dtsi | 147 rstc@fffffd00 { 148 compatible = "atmel,at91sam9260-rstc";
|
D | at91sam9n12.dtsi | 393 rstc@fffffe00 { 394 compatible = "atmel,at91sam9g45-rstc";
|
D | sama5d2.dtsi | 655 reset_controller: rstc@f8048000 { 656 compatible = "atmel,sama5d3-rstc";
|
D | sama5d3.dtsi | 1344 reset_controller: rstc@fffffe00 { 1345 compatible = "atmel,sama5d3-rstc", "atmel,at91sam9g45-rstc";
|
D | at91sam9x5.dtsi | 133 reset_controller: rstc@fffffe00 { 134 compatible = "atmel,at91sam9g45-rstc";
|
D | sama5d4.dtsi | 852 reset_controller: rstc@fc068600 { 853 compatible = "atmel,sama5d3-rstc", "atmel,at91sam9g45-rstc";
|
D | at91sam9g45.dtsi | 398 rstc@fffffd00 { 399 compatible = "atmel,at91sam9g45-rstc";
|