Searched +full:cevt +full:- +full:systick (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/timer/ralink,cevt-systick.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Sergio Paracuellos <[email protected]>14 const: ralink,cevt-systick23 - compatible24 - reg25 - interrupts30 - |[all …]
1 // SPDX-License-Identifier: GPL-2.024 /* route systick irq to mips irq 7 instead of the r4k-timer */46 count = ioread32(sdev->membase + SYSTICK_COUNT); in systick_next_event()48 iowrite32(count, sdev->membase + SYSTICK_COMPARE); in systick_next_event()62 dev->event_handler(dev); in systick_interrupt()67 static struct systick_device systick = { variable70 * cevt-r4k uses 300, make sure systick88 if (sdev->irq_requested) in systick_shutdown()89 free_irq(systick.dev.irq, &systick.dev); in systick_shutdown()90 sdev->irq_requested = 0; in systick_shutdown()[all …]