Home
last modified time | relevance | path

Searched full:twd (Results 1 – 25 of 74) sorted by relevance

123

/linux/Documentation/devicetree/bindings/watchdog/
H A Darm,twd-wdt.yaml4 $id: http://devicetree.org/schemas/watchdog/arm,twd-wdt.yaml#
14 Timer-Watchdog (aka TWD), which provides both a per-cpu local timer
17 The TWD is usually attached to a GIC to deliver its two per-processor
23 - arm,cortex-a9-twd-wdt
24 - arm,cortex-a5-twd-wdt
25 - arm,arm11mp-twd-wdt
47 compatible = "arm,arm11mp-twd-wdt";
/linux/Documentation/devicetree/bindings/mfd/
H A Dbrcm,twd.yaml4 $id: http://devicetree.org/schemas/mfd/brcm,twd.yaml#
7 title: Broadcom's Timer-Watchdog (aka TWD)
22 - brcm,bcm4908-twd
23 - brcm,bcm7038-twd
53 compatible = "brcm,bcm4908-twd", "simple-mfd", "syscon";
/linux/arch/x86/um/
H A Dptrace.c14 static inline unsigned short twd_i387_to_fxsr(unsigned short twd) in twd_i387_to_fxsr() argument
19 tmp = ~twd; in twd_i387_to_fxsr()
32 unsigned long twd = (unsigned long) fxsave->twd; in twd_fxsr_to_i387() local
40 if (twd & 0x1) { in twd_fxsr_to_i387()
68 twd = twd >> 1; in twd_fxsr_to_i387()
132 fxsave->twd = twd_i387_to_fxsr((unsigned short)(from->twd & 0xffff)); in um_fxsr_from_i387()
/linux/Documentation/devicetree/bindings/arm/ux500/
H A Dboards.txt29 see binding for timer/arm,twd-timer.yaml
69 compatible = "arm,cortex-a9-twd-timer";
78 smp_twd_clk: smp-twd-clock {
/linux/Documentation/devicetree/bindings/clock/
H A Dstericsson,u8500-clks.yaml17 clocks - RTC (32 kHz), CPU clock (SMP TWD), PRCMU (power reset and
101 smp-twd-clock:
138 - smp-twd-clock
171 smp_twd_clk: smp-twd-clock {
/linux/arch/x86/include/asm/
H A Duser32.h11 u32 twd; member
23 unsigned short twd; /* not compatible to 64bit twd */ member
H A Duser_32.h48 long twd; member
59 unsigned short twd; member
H A Duser_64.h54 unsigned short twd; /* Note this is not the same as member
55 the 32bit/x87/FSAVE twd */
/linux/drivers/watchdog/
H A Dmax63xx_wdt.c75 const u8 twd; member
103 while (table->twd) { in max63xx_select_timeout()
104 if (value <= table->twd) { in max63xx_select_timeout()
233 wdt->wdd.timeout = wdt->timeout->twd; in max63xx_wdt_probe()
244 wdt->timeout->twd, wdt->timeout->tdelay); in max63xx_wdt_probe()
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm-hr2.dtsi82 twd-timer@20600 {
83 compatible = "arm,cortex-a9-twd-timer";
90 twd-watchdog@20620 {
91 compatible = "arm,cortex-a9-twd-wdt";
H A Dbcm-nsp.dtsi100 twd-timer@20600 {
101 compatible = "arm,cortex-a9-twd-timer";
108 twd-watchdog@20620 {
109 compatible = "arm,cortex-a9-twd-wdt";
H A Dbcm63138.dtsi117 compatible = "arm,cortex-a9-twd-timer";
125 compatible = "arm,cortex-a9-twd-wdt";
/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_txrx.c150 static void fbnic_unmap_single_twd(struct device *dev, __le64 *twd) in fbnic_unmap_single_twd() argument
152 u64 raw_twd = le64_to_cpu(*twd); in fbnic_unmap_single_twd()
162 static void fbnic_unmap_page_twd(struct device *dev, __le64 *twd) in fbnic_unmap_page_twd() argument
164 u64 raw_twd = le64_to_cpu(*twd); in fbnic_unmap_page_twd()
322 __le64 *twd; in fbnic_tx_map() local
340 twd = &ring->desc[tail]; in fbnic_tx_map()
345 *twd = cpu_to_le64(FIELD_PREP(FBNIC_TWD_ADDR_MASK, dma) | in fbnic_tx_map()
368 *twd |= FBNIC_TWD_TYPE(LAST_AL); in fbnic_tx_map()
370 FBNIC_XMIT_CB(skb)->desc_count = ((twd - meta) + 1) & ring->size_mask; in fbnic_tx_map()
397 twd in fbnic_tx_map()
641 u64 twd; fbnic_clean_twq1() local
1077 __le64 *twd; fbnic_pkt_tx() local
[all...]
/linux/arch/arm/boot/dts/calxeda/
H A Dhighbank.dts114 compatible = "arm,cortex-a9-twd-timer";
121 compatible = "arm,cortex-a9-twd-wdt";
/linux/arch/arm/boot/dts/arm/
H A Darm-realview-pbx-a9.dts87 compatible = "arm,cortex-a9-twd-timer";
94 compatible = "arm,cortex-a9-twd-wdt";
H A Dvexpress-v2p-ca5s.dts102 compatible = "arm,cortex-a5-twd-timer";
116 compatible = "arm,cortex-a5-twd-wdt";
H A Darm-realview-eb-mp.dtsi92 compatible = "arm,arm11mp-twd-timer";
99 compatible = "arm,arm11mp-twd-wdt";
H A Dvexpress-v2p-ca9.dts146 compatible = "arm,cortex-a9-twd-timer";
152 compatible = "arm,cortex-a9-twd-wdt";
/linux/arch/arm/boot/dts/nuvoton/
H A Dnuvoton-npcm730.dtsi37 compatible = "arm,cortex-a9-twd-timer";
/linux/arch/x86/include/asm/fpu/
H A Dtypes.h17 u32 twd; /* FPU Tag Word */ member
39 u16 twd; /* Tag Word */ member
84 u32 twd; member
/linux/arch/arm/mach-omap2/
H A Domap4-common.c311 /* Extract GIC distributor and TWD bases for OMAP4460 ROM Errata WA */ in omap_gic_of_init()
320 np = of_find_compatible_node(NULL, NULL, "arm,cortex-a9-twd-timer"); in omap_gic_of_init()
/linux/arch/arm/boot/dts/st/
H A Dspear13xx.dtsi320 compatible = "arm,cortex-a9-twd-timer";
327 compatible = "arm,cortex-a9-twd-wdt";
/linux/arch/arm64/boot/dts/broadcom/bcmbca/
H A Dbcm6858.dtsi121 twd: timer-mfd@400 { label
122 compatible = "brcm,bcm4908-twd", "simple-mfd", "syscon";
/linux/arch/arm/boot/dts/actions/
H A Dowl-s500.dtsi101 compatible = "arm,cortex-a9-twd-timer";
108 compatible = "arm,cortex-a9-twd-wdt";
/linux/arch/x86/include/uapi/asm/
H A Dsigcontext.h152 /* Note this is not the same as the 32-bit/x87/FSAVE twd: */
153 __u16 twd; member

123