| /linux/arch/x86/um/ |
| H A D | ptrace.c | 14 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/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_debugfs.c | 79 u64 twd = le64_to_cpu(ring->desc[i]); in fbnic_dbg_twd_desc_seq_show() local 81 switch (FIELD_GET(FBNIC_TWD_TYPE_MASK, twd)) { in fbnic_dbg_twd_desc_seq_show() 84 i, FIELD_GET(FBNIC_TWD_LEN_MASK, twd), in fbnic_dbg_twd_desc_seq_show() 85 FIELD_GET(FBNIC_TWD_TYPE_MASK, twd), in fbnic_dbg_twd_desc_seq_show() 86 FIELD_GET(FBNIC_TWD_FLAG_REQ_COMPLETION, twd), in fbnic_dbg_twd_desc_seq_show() 87 FIELD_GET(FBNIC_TWD_FLAG_REQ_CSO, twd), in fbnic_dbg_twd_desc_seq_show() 88 FIELD_GET(FBNIC_TWD_FLAG_REQ_LSO, twd), in fbnic_dbg_twd_desc_seq_show() 89 FIELD_GET(FBNIC_TWD_FLAG_REQ_TS, twd), in fbnic_dbg_twd_desc_seq_show() 90 FIELD_GET(FBNIC_TWD_L4_HLEN_MASK, twd), in fbnic_dbg_twd_desc_seq_show() 91 FIELD_GET(FBNIC_TWD_CSUM_OFFSET_MASK, twd), in fbnic_dbg_twd_desc_seq_show() [all …]
|
| H A D | fbnic_txrx.c | 150 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 = &ring->desc[tail]; in fbnic_tx_map() [all …]
|
| /linux/drivers/watchdog/ |
| H A D | max63xx_wdt.c | 75 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/Documentation/devicetree/bindings/arm/ux500/ |
| H A D | boards.txt | 29 see binding for timer/arm,twd-timer.yaml 69 compatible = "arm,cortex-a9-twd-timer"; 78 smp_twd_clk: smp-twd-clock {
|
| /linux/arch/x86/include/asm/ |
| H A D | user_32.h | 48 long twd; member 59 unsigned short twd; member
|
| H A D | user32.h | 11 u32 twd; member 23 unsigned short twd; /* not compatible to 64bit twd */ member
|
| H A D | user_64.h | 54 unsigned short twd; /* Note this is not the same as member
|
| /linux/arch/x86/include/asm/fpu/ |
| H A D | types.h | 17 u32 twd; /* FPU Tag Word */ member 39 u16 twd; /* Tag Word */ member 84 u32 twd; member
|
| /linux/arch/arm/boot/dts/calxeda/ |
| H A D | highbank.dts | 114 compatible = "arm,cortex-a9-twd-timer"; 121 compatible = "arm,cortex-a9-twd-wdt";
|
| /linux/arch/arm/boot/dts/broadcom/ |
| H A D | bcm-hr2.dtsi | 82 twd-timer@20600 { 83 compatible = "arm,cortex-a9-twd-timer"; 90 twd-watchdog@20620 { 91 compatible = "arm,cortex-a9-twd-wdt";
|
| H A D | bcm-nsp.dtsi | 100 twd-timer@20600 { 101 compatible = "arm,cortex-a9-twd-timer"; 108 twd-watchdog@20620 { 109 compatible = "arm,cortex-a9-twd-wdt";
|
| H A D | bcm5301x.dtsi | 21 compatible = "arm,cortex-a9-twd-wdt";
|
| /linux/arch/arm/boot/dts/nuvoton/ |
| H A D | nuvoton-npcm730.dtsi | 37 compatible = "arm,cortex-a9-twd-timer";
|
| /linux/arch/arm/boot/dts/arm/ |
| H A D | vexpress-v2p-ca5s.dts | 102 compatible = "arm,cortex-a5-twd-timer"; 116 compatible = "arm,cortex-a5-twd-wdt";
|
| H A D | arm-realview-pbx-a9.dts | 87 compatible = "arm,cortex-a9-twd-timer"; 94 compatible = "arm,cortex-a9-twd-wdt";
|
| H A D | arm-realview-eb-mp.dtsi | 92 compatible = "arm,arm11mp-twd-timer"; 99 compatible = "arm,arm11mp-twd-wdt";
|
| H A D | vexpress-v2p-ca9.dts | 146 compatible = "arm,cortex-a9-twd-timer"; 152 compatible = "arm,cortex-a9-twd-wdt";
|
| /linux/arch/arm64/boot/dts/broadcom/bcmbca/ |
| H A D | bcm6858.dtsi | 121 twd: timer-mfd@400 { label 122 compatible = "brcm,bcm4908-twd", "simple-mfd", "syscon";
|
| H A D | bcm4908.dtsi | 333 twd: timer-mfd@400 { label 334 compatible = "brcm,bcm4908-twd", "simple-mfd", "syscon"; 753 regmap = <&twd>;
|
| /linux/arch/arm/boot/dts/hisilicon/ |
| H A D | hip01.dtsi | 99 compatible = "arm,cortex-a9-twd-timer";
|
| /linux/arch/arm/boot/dts/actions/ |
| H A D | owl-s500.dtsi | 101 compatible = "arm,cortex-a9-twd-timer"; 108 compatible = "arm,cortex-a9-twd-wdt";
|
| /linux/arch/x86/include/uapi/asm/ |
| H A D | sigcontext.h | 153 __u16 twd; member
|
| /linux/arch/arm/boot/dts/synaptics/ |
| H A D | berlin2cd.dtsi | 101 compatible = "arm,cortex-a9-twd-timer"; 108 compatible = "arm,cortex-a9-twd-wdt";
|
| /linux/arch/mips/boot/dts/brcm/ |
| H A D | bcm63268.dtsi | 109 compatible = "brcm,bcm7038-twd", "simple-mfd", "syscon";
|