Home
last modified time | relevance | path

Searched +full:rt2880 +full:- +full:timer (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/timer/
Dralink,rt2880-timer.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/timer/ralink,rt2880-timer.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Timer present in Ralink family SoCs
10 - Sergio Paracuellos <sergio.paracuellos@gmail.com>
14 const: ralink,rt2880-timer
26 - compatible
27 - reg
28 - clocks
[all …]
/linux-6.12.1/arch/mips/ralink/
Dtimer.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Ralink RT2880 timer
17 #include <linux/timer.h>
20 #include <asm/mach-ralink/ralink_regs.h>
31 #define TMR0CTL_PRESCALE_VAL (0xf - TMR0CTL_PRESCALER)
44 __raw_writel(val, rt->membase + reg); in rt_timer_w32()
49 return __raw_readl(rt->membase + reg); in rt_timer_r32()
56 rt_timer_w32(rt, TIMER_REG_TMR0LOAD, rt->timer_freq / rt->timer_div); in rt_timer_irq()
65 int err = request_irq(rt->irq, rt_timer_irq, 0, in rt_timer_request()
66 dev_name(rt->dev), rt); in rt_timer_request()
[all …]
/linux-6.12.1/drivers/clk/ralink/
Dclk-mtmips.c1 // SPDX-License-Identifier: GPL-2.0
8 #include <linux/clk-provider.h>
12 #include <linux/reset-controller.h>
23 /* RT2880 SoC */
166 { CLK_PERIPH("300100.timer", "bus") },
176 { CLK_PERIPH("10000100.timer", "bus") },
189 { CLK_PERIPH("10000100.timer", "bus") },
202 { CLK_PERIPH("10000100.timer", "periph") },
214 { CLK_PERIPH("10000100.timer", "periph") },
230 struct clk_hw **hws = clk_data->hws; in mtmips_register_pherip_clocks()
[all …]
/linux-6.12.1/drivers/watchdog/
Drt2880_wdt.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * Ralink RT288x/RT3xxx/MT76xx built-in hardware watchdog timer
20 #include <asm/mach-ralink/ralink_regs.h>
71 rt_wdt_w32(drvdata->base, TIMER_REG_TMR1LOAD, w->timeout * drvdata->freq); in rt288x_wdt_ping()
81 t = rt_wdt_r32(drvdata->base, TIMER_REG_TMR1CTL); in rt288x_wdt_start()
86 rt_wdt_w32(drvdata->base, TIMER_REG_TMR1CTL, t); in rt288x_wdt_start()
90 t = rt_wdt_r32(drvdata->base, TIMER_REG_TMR1CTL); in rt288x_wdt_start()
92 rt_wdt_w32(drvdata->base, TIMER_REG_TMR1CTL, t); in rt288x_wdt_start()
104 t = rt_wdt_r32(drvdata->base, TIMER_REG_TMR1CTL); in rt288x_wdt_stop()
106 rt_wdt_w32(drvdata->base, TIMER_REG_TMR1CTL, t); in rt288x_wdt_stop()
[all …]
/linux-6.12.1/
DMAINTAINERS5 ---------------------------------------------------
21 W: *Web-page* with status/info
23 B: URI for where to file *bugs*. A web-page with detailed bug
28 patches to the given subsystem. This is either an in-tree file,
29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
46 N: [^a-z]tegra all files whose path contains tegra
64 ----------------
83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
85 L: linux-scsi@vger.kernel.org
88 F: drivers/scsi/3w-*
[all …]