| /f-stack/freebsd/contrib/device-tree/Bindings/timer/ |
| H A D | allwinner,sun5i-a13-hstimer.yaml | 7 title: Allwinner A13 High-Speed Timer Device Tree Bindings 29 - description: Timer 0 Interrupt 30 - description: Timer 1 Interrupt 31 - description: Timer 2 Interrupt 32 - description: Timer 3 Interrupt
|
| H A D | samsung,exynos4210-mct.yaml | 7 title: Samsung Exynos SoC Multi Core Timer (MCT) 13 The Samsung's Multi Core Timer (MCT) module includes two main blocks, the 34 0: Global Timer Interrupt 0 35 1: Global Timer Interrupt 1 36 2: Global Timer Interrupt 2 37 3: Global Timer Interrupt 3 38 4: Local Timer Interrupt 0 39 5: Local Timer Interrupt 1 42 i: Local Timer Interrupt n
|
| H A D | faraday,fttmr010.txt | 33 interrupts = <14 IRQ_TYPE_EDGE_FALLING>, /* Timer 1 */ 34 <15 IRQ_TYPE_EDGE_FALLING>, /* Timer 2 */ 35 <16 IRQ_TYPE_EDGE_FALLING>; /* Timer 3 */
|
| H A D | st,spear-timer.txt | 1 * SPEAr ARM Timer 3 ** Timer node required properties:
|
| H A D | arm,twd.txt | 1 * ARM Timer Watchdog 4 Timer-Watchdog (aka TWD), which provides both a per-cpu local timer 10 ** Timer node required properties:
|
| H A D | intel,ixp4xx-timer.yaml | 27 - description: Timer 1 interrupt 28 - description: Timer 2 interrupt
|
| H A D | brcm,bcm2835-system-timer.txt | 1 BCM2835 System Timer 3 The System Timer peripheral provides four 32-bit timer channels and a
|
| H A D | marvell,armada-370-xp-timer.txt | 9 - interrupts: Should contain the list of Global Timer interrupts and 12 pair for the Global Timer registers, second pair for the
|
| H A D | mediatek,mtk-timer.txt | 5 - GPT (General Purpose Timer) 6 - SYST (System Timer)
|
| H A D | nxp,tpm-timer.yaml | 7 title: NXP Low Power Timer/Pulse Width Modulation Module (TPM) 13 The Timer/PWM Module (TPM) supports input capture, output compare,
|
| H A D | snps,dw-apb-timer.yaml | 7 title: Synopsys DesignWare APB Timer 30 - description: Timer ticks reference clock source
|
| H A D | via,vt8500-timer.txt | 1 VIA/Wondermedia VT8500 Timer
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/ |
| H A D | lite5200.dts | 62 timer@600 { // General Purpose Timer 69 timer@610 { // General Purpose Timer 75 timer@620 { // General Purpose Timer 81 timer@630 { // General Purpose Timer 87 timer@640 { // General Purpose Timer 93 timer@650 { // General Purpose Timer 99 timer@660 { // General Purpose Timer 105 timer@670 { // General Purpose Timer
|
| H A D | mpc5200b.dtsi | 63 gpt0: timer@600 { // General Purpose Timer 71 gpt1: timer@610 { // General Purpose Timer 78 gpt2: timer@620 { // General Purpose Timer 85 gpt3: timer@630 { // General Purpose Timer 92 gpt4: timer@640 { // General Purpose Timer 99 gpt5: timer@650 { // General Purpose Timer 106 gpt6: timer@660 { // General Purpose Timer 113 gpt7: timer@670 { // General Purpose Timer
|
| /f-stack/freebsd/contrib/dev/acpica/components/executer/ |
| H A D | exdebug.c | 191 UINT32 Timer; in AcpiExDoDebugObject() local 236 Timer = ((UINT32) AcpiOsGetTimer () / 10); in AcpiExDoDebugObject() 237 Timer &= 0x03FFFFFF; in AcpiExDoDebugObject() 239 AcpiOsPrintf ("ACPI Debug: T=0x%8.8X %*s", Timer, Level, " "); in AcpiExDoDebugObject()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/watchdog/ |
| H A D | sirfsoc_wdt.txt | 1 SiRFSoC Timer and Watchdog Timer(WDT) Controller
|
| H A D | mpc8xxx-wdt.txt | 10 On the 83xx, "Watchdog Timer Registers" area: <0x200 0x100> 11 On the 86xx, "Watchdog Timer Registers" area: <0xe4000 0x100>
|
| H A D | atmel-at91rm9200-wdt.txt | 1 Atmel AT91RM9200 System Timer Watchdog
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | event_timer_adapter.rst | 4 Event Timer Adapter Library 11 new event sources by using **event adapters**. The Event Timer Adapter is one 14 The Event Timer Adapter library extends the event driven model 19 The Event Timer Adapter library is designed to interface with hardware or 23 :doc:`Timer library <timer_lib>`. 26 `Processing Timer Expiry Events`_ sections. Code samples are abstracted and 31 Event Timer struct 42 Timer Expiry Event 141 Retrieve Event Timer Adapter Contextual Information 196 `Timer Expiry Event`_ section. In the following example, assume ``conn`` [all …]
|
| H A D | timer_lib.rst | 6 Timer Library 9 The Timer library provides a timer service to DPDK execution units to enable execution of callback … 20 The timer library uses the rte_get_timer_cycles() function that uses the High Precision Event Timer… 77 - Information about the High Precision Event Timer (HPET).
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | atmel-sysregs.txt | 7 PIT Timer required properties: 13 PIT64B Timer required properties: 19 System Timer (ST) required properties: 72 - atmel,wakeup-rtt-timer: boolean to enable Real-time Timer Wake-up. 76 - atmel,wakeup-rtt-timer: boolean to enable Real-time Timer Wake-up. 107 - atmel,wakeup-rtt-timer: boolean to enable Real-time Timer Wake-up.
|
| H A D | gemini.txt | 89 interrupts = <14 IRQ_TYPE_EDGE_FALLING>, /* Timer 1 */ 90 <15 IRQ_TYPE_EDGE_FALLING>, /* Timer 2 */ 91 <16 IRQ_TYPE_EDGE_FALLING>; /* Timer 3 */
|
| /f-stack/freebsd/contrib/dev/acpica/common/ |
| H A D | dmtables.c | 202 time_t Timer; in AdDisassemblerHeader() local 205 time (&Timer); in AdDisassemblerHeader() 228 AcpiOsPrintf (" * Disassembly of %s, %s", Filename, ctime (&Timer)); in AdDisassemblerHeader()
|
| /f-stack/dpdk/app/test-bbdev/ |
| H A D | test-bbdev.py | 12 from threading import Timer 96 timer = Timer(args.timeout, kill, [app_proc])
|
| /f-stack/freebsd/contrib/device-tree/Bindings/x86/ |
| H A D | timer.txt | 4 * High Precision Event Timer (HPET)
|