Searched +full:msc313e +full:- +full:timer (Results 1 – 5 of 5) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/timer/mstar,msc313e-timer.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Mstar MSC313e Timer10 - Daniel Palmer <daniel@0x0f.com>11 - Romain Perier <romain.perier@gmail.com>16 - mstar,msc313e-timer17 - sstar,ssd20xd-timer29 - compatible[all …]
1 // SPDX-License-Identifier: GPL-2.03 * MStar timer driver24 #include "timer-of.h"93 struct timer_of *timer = to_timer_of(evt); in msc313e_timer_clkevt_shutdown() local95 msc313e_timer_stop(timer_of_base(timer)); in msc313e_timer_clkevt_shutdown()102 struct timer_of *timer = to_timer_of(evt); in msc313e_timer_clkevt_set_oneshot() local104 msc313e_timer_stop(timer_of_base(timer)); in msc313e_timer_clkevt_set_oneshot()105 msc313e_timer_start(timer_of_base(timer), false); in msc313e_timer_clkevt_set_oneshot()112 struct timer_of *timer = to_timer_of(evt); in msc313e_timer_clkevt_set_periodic() local114 msc313e_timer_stop(timer_of_base(timer)); in msc313e_timer_clkevt_set_periodic()[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later7 #include <dt-bindings/interrupt-controller/irq.h>8 #include <dt-bindings/interrupt-controller/arm-gic.h>9 #include <dt-bindings/clock/mstar-msc313-mpll.h>12 #address-cells = <1>;13 #size-cells = <1>;14 interrupt-parent = <&gic>;17 #address-cells = <1>;18 #size-cells = <0>;22 compatible = "arm,cortex-a7";[all …]
1 # SPDX-License-Identifier: GPL-2.0-only44 This clock should be battery-backed, so that it reads the correct45 time when the system boots from a power-off state. Otherwise, your141 once-per-second update interrupts, used for synchronization.159 will be called rtc-test.173 will be called rtc-88pm860x.183 will be called rtc-88pm80x.193 will be called rtc-88pm886.197 tristate "Abracon AB-RTCMC-32.768kHz-B5ZE-S3"200 AB-RTCMC-32.768kHz-B5ZE-S3 I2C RTC chip.[all …]
5 ----------[all...]