HomeSort by: relevance | last modified time | path
    Searched refs:timers (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
dra7-ipu-dsp-common.dtsi 25 ti,timers = <&timer3>;
26 ti,watchdog-timers = <&timer4>, <&timer9>;
31 ti,timers = <&timer11>;
32 ti,watchdog-timers = <&timer7>, <&timer8>;
37 ti,timers = <&timer5>;
38 ti,watchdog-timers = <&timer10>;
dra74-ipu-dsp-common.dtsi 16 ti,timers = <&timer6>;
17 ti,watchdog-timers = <&timer13>;
stm32f746.dtsi 86 timers2: timers@40000000 {
89 compatible = "st,stm32-timers";
116 timers3: timers@40000400 {
119 compatible = "st,stm32-timers";
146 timers4: timers@40000800 {
149 compatible = "st,stm32-timers";
175 timers5: timers@40000c00 {
178 compatible = "st,stm32-timers";
205 timers6: timers@40001000 {
208 compatible = "st,stm32-timers";
    [all...]
stm32f429.dtsi 104 timers2: timers@40000000 {
107 compatible = "st,stm32-timers";
134 timers3: timers@40000400 {
137 compatible = "st,stm32-timers";
164 timers4: timers@40000800 {
167 compatible = "st,stm32-timers";
193 timers5: timers@40000c00 {
196 compatible = "st,stm32-timers";
223 timers6: timers@40001000 {
226 compatible = "st,stm32-timers";
    [all...]
omap5-uevm.dts 225 ti,timers = <&timer5>;
226 ti,watchdog-timers = <&timer6>;
232 ti,timers = <&timer3>;
233 ti,watchdog-timers = <&timer9>, <&timer11>;
stih407-clock.dtsi 57 * ARM Peripheral clock for timers
129 * ARM Peripheral clock for timers
stih410-clock.dtsi 58 * ARM Peripheral clock for timers
129 * ARM Peripheral clock for timers
stih418-clock.dtsi 59 * ARM Peripheral clock for timers
130 * ARM Peripheral clock for timers
s3c2416.dtsi 93 clock-names = "timers";
stm32mp151.dtsi 128 compatible = "st,stm32-timers";
161 compatible = "st,stm32-timers";
195 compatible = "st,stm32-timers";
227 compatible = "st,stm32-timers";
261 compatible = "st,stm32-timers";
279 compatible = "st,stm32-timers";
297 compatible = "st,stm32-timers";
319 compatible = "st,stm32-timers";
341 compatible = "st,stm32-timers";
606 compatible = "st,stm32-timers";
    [all...]
omap4-panda-common.dtsi 598 ti,timers = <&timer5>;
599 ti,watchdog-timers = <&timer6>;
605 ti,timers = <&timer3>;
606 ti,watchdog-timers = <&timer9>, <&timer11>;
kirkwood-netxbig.dtsi 125 timers = <NETXBIG_LED_TIMER1 500 500
motorola-mapphone-common.dtsi 142 ti,timers = <&timer8>;
152 ti,timers = <&timer9>;
614 /* Configure pwm clock source for timers 8 & 9 */
r7s9210-rza2mevb.dts 112 /* High resolution System tick timers */
s3c64xx.dtsi 169 clock-names = "timers";
  /src/sys/dev/ic/
am9513reg.h 260 #define AM9513_CMD_ARM(timers) _AM9513_CMD(0x20 | (timers))
261 #define AM9513_CMD_LOAD(timers) _AM9513_CMD(0x40 | (timers))
262 #define AM9513_CMD_LOAD_ARM(timers) _AM9513_CMD(0x60 | (timers))
263 #define AM9513_CMD_SAVE(timers) _AM9513_CMD(0xA0 | (timers))
264 #define AM9513_CMD_DISARM(timers) _AM9513_CMD(0xC0 | (timers))
    [all...]
  /src/lib/libc/isc/
ev_timers.c 20 /* ev_timers.c - implement timers for the eventlib
230 if (heap_insert(ctx->timers, id) < 0)
238 evPrintf(ctx, 7, "timers after evSetTimer:\n");
239 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx);
262 if (heap_element(ctx->timers, del->index) != del)
265 if (heap_delete(ctx->timers, del->index) < 0)
270 evPrintf(ctx, 7, "timers after evClearTimer:\n");
271 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx);
289 if (heap_element(ctx->timers, timer->index) != timer)
315 if (heap_element(ctx->timers, timer->index) != timer
    [all...]
eventlib_p.h 253 /* Timers. */
255 heap_context timers; member in struct:__anon6ab7f5a80d08
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/brcm/
bcm7360.dtsi 235 timers: timer@406680 { label
236 compatible = "brcm,brcmstb-timers";
bcm7362.dtsi 231 timers: timer@406680 { label
232 compatible = "brcm,brcmstb-timers";
bcm7346.dtsi 259 timers: timer@4067c0 { label
260 compatible = "brcm,brcmstb-timers";
bcm7425.dtsi 258 timers: timer@4067c0 { label
259 compatible = "brcm,brcmstb-timers";
bcm7435.dtsi 273 timers: timer@4067c0 { label
274 compatible = "brcm,brcmstb-timers";
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ingenic/
ci20.dts 123 * 750 kHz for the system timers and clocksource,
124 * use channel #0 and #1 for the per cpu system timers,
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/
save.h 512 #define HPET_TIMER_NUM 3 /* 3 timers supported now */
523 struct { /* timers */
528 } timers[HPET_TIMER_NUM]; member in struct:hvm_hw_hpet

Completed in 151 milliseconds

1 2