| /linux/arch/alpha/math-emu/ |
| H A D | math.c | 102 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); in alpha_fp_emul() 161 FP_UNPACK_RAW_DP(DA, &va); in alpha_fp_emul() 163 if (!DA_e && !_FP_FRAC_ZEROP_1(DA)) { in alpha_fp_emul() 166 _FP_FRAC_SET_1(DA, _FP_ZEROFRAC_1); in alpha_fp_emul() 173 FP_CMP_D(res, DA, DB, 3); in alpha_fp_emul() 179 || FP_ISSIGNAN_D(DA) in alpha_fp_emul() 192 FP_UNPACK_DP(DA, &va); in alpha_fp_emul() 197 FP_SUB_D(DR, DA, DB); in alpha_fp_emul() 201 FP_ADD_D(DR, DA, DB); in alpha_fp_emul() 205 FP_MUL_D(DR, DA, DB); in alpha_fp_emul() [all …]
|
| /linux/arch/sparc/math-emu/ |
| H A D | math_32.c | 287 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); in do_one_mathemu() 372 case 6: FP_UNPACK_DP (DA, rs1); break; in do_one_mathemu() 429 case FADDD: FP_ADD_D (DR, DA, DB); break; in do_one_mathemu() 433 case FSUBD: FP_SUB_D (DR, DA, DB); break; in do_one_mathemu() 437 case FSMULD: FP_CONV (D, S, 2, 1, DA, SA); in do_one_mathemu() 439 case FMULD: FP_MUL_D (DR, DA, DB); break; in do_one_mathemu() 440 case FDMULQ: FP_CONV (Q, D, 4, 2, QA, DA); in do_one_mathemu() 445 case FDIVD: FP_DIV_D (DR, DA, DB); break; in do_one_mathemu() 482 FP_CMP_D(IR, DB, DA, 3); in do_one_mathemu() 485 FP_ISSIGNAN_D(DA) || in do_one_mathemu()
|
| H A D | math_64.c | 182 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); in do_mathemu() 388 case 6: FP_UNPACK_DP (DA, rs1); break; in do_mathemu() 434 case FADDD: FP_ADD_D (DR, DA, DB); break; in do_mathemu() 438 case FSUBD: FP_SUB_D (DR, DA, DB); break; in do_mathemu() 442 case FSMULD: FP_CONV (D, S, 1, 1, DA, SA); in do_mathemu() 444 case FMULD: FP_MUL_D (DR, DA, DB); break; in do_mathemu() 445 case FDMULQ: FP_CONV (Q, D, 2, 1, QA, DA); in do_mathemu() 450 case FDIVD: FP_DIV_D (DR, DA, DB); break; in do_mathemu()
|
| /linux/drivers/media/cec/usb/extron-da-hd-4k-plus/ |
| H A D | Kconfig | 3 tristate "Extron DA HD 4K Plus CEC driver" 11 This is a CEC driver for the Extron DA HD 4K Plus HDMI Splitter.
|
| /linux/arch/arm/nwfpe/ |
| H A D | fpa11.inl | 42 /* clear SB, AB and DA bits before returning FPCR */ 49 fpa11->fpcr &= ~MASK_WFC; /* clear SB, AB and DA bits */ 50 fpa11->fpcr |= (reg & MASK_WFC); /* write SB, AB and DA bits */
|
| /linux/arch/powerpc/math-emu/ |
| H A D | math_efp.c | 345 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); in do_spe_mathemu() 350 FP_UNPACK_DP(DA, va.dp); in do_spe_mathemu() 356 FP_UNPACK_DP(DA, va.dp); in do_spe_mathemu() 379 FP_ADD_D(DR, DA, DB); in do_spe_mathemu() 383 FP_SUB_D(DR, DA, DB); in do_spe_mathemu() 387 FP_MUL_D(DR, DA, DB); in do_spe_mathemu() 391 FP_DIV_D(DR, DA, DB); in do_spe_mathemu() 476 FP_CMP_D(IR, DA, DB, 3); in do_spe_mathemu() 477 if (IR == 3 && (FP_ISSIGNAN_D(DA) || FP_ISSIGNAN_D(DB))) in do_spe_mathemu()
|
| /linux/Documentation/networking/devlink/ |
| H A D | prestera.rst | 36 - Traps IPv4 packets with broadcast DA Mac address 60 - Traps packets with switch-port's DA Mac address 78 - Traps ARP replies packets that have switch-port's DA Mac address
|
| /linux/Documentation/trace/rv/ |
| H A D | linear_temporal_logic.rst | 13 automaton (DA). However, while attempting to implement DA monitors for some 19 of monitor uses LTL as specification instead of DA. For some cases, writing the
|
| /linux/Documentation/networking/ |
| H A D | seg6-sysctl.rst | 14 Relevant packets are those with SRH present and DA = local.
|
| H A D | j1939.rst | 193 00h ... EFh DA (Destination address) 963 This example will send a PGN (0x12300) from SA 0x20 to DA 0x30.
|
| /linux/Documentation/networking/dsa/ |
| H A D | sja1105.rst | 204 Example 1: send frames received on swp2 with a DA of 42:be:24:9b:76:20 to the 205 CPU and to swp3. This type of key (DA only) when the port's VLAN awareness 213 Example 2: drop frames received on swp2 with a DA of 42:be:24:9b:76:20, a VID 303 The virtual link keys are always fixed at {MAC DA, VLAN ID, VLAN PCP}, but the 307 "VLAN-unaware" tc-flower keys (MAC DA).
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-class-tpm | 135 82 5E 96 0B F8 1F 5F 34 06 DA A2 52 C1 A9 D5 26 138 6F 78 44 DA 57 43 69 EE 76 6C 38 8A E9 8E A3 F0
|
| /linux/sound/firewire/ |
| H A D | Kconfig | 111 * Apogee DA/AD/DD-16X (X-FireWire card)
|
| /linux/drivers/comedi/ |
| H A D | Kconfig | 319 Keithley Metrabyte DAS-1701ST, DAS-1701ST-DA, DAS-1701/AO, 320 DAS-1702ST, DAS-1702ST-DA, DAS-1702HR, DAS-1702HR-DA, DAS-1702/AO, 321 DAS-1801ST, DAS-1801ST-DA, DAS-1801HC, DAS-1801AO, DAS-1802ST, 322 DAS-1802ST-DA, DAS-1802HR, DAS-1802HR-DA, DAS-1802HC and
|
| /linux/Documentation/arch/arm64/ |
| H A D | pointer-authentication.rst | 138 IB, DA and DB enabled, and are reset to this state on exec(). Processes created
|
| /linux/drivers/tty/vt/ |
| H A D | ucs_fallback_table.h_shipped | 762 { 0x34, 0x44 }, /* ARMENIAN CAPITAL LETTER DA -> 'D' */ 794 { 0x64, 0x64 }, /* ARMENIAN SMALL LETTER DA -> 'd' */ 1089 { 0x26, 0x64 }, /* DEVANAGARI LETTER DA -> 'd' */ 1143 { 0xA6, 0x64 }, /* BENGALI LETTER DA -> 'd' */ 1181 { 0x26, 0x64 }, /* GURMUKHI LETTER DA -> 'd' */ 1223 { 0xA6, 0x64 }, /* GUJARATI LETTER DA -> 'd' */ 1266 { 0x26, 0x64 }, /* ORIYA LETTER DA -> 'd' */ 1346 { 0x26, 0x64 }, /* TELUGU LETTER DA -> 'd' */ 1388 { 0xA6, 0x64 }, /* KANNADA LETTER DA -> 'd' */ 1431 { 0x26, 0x64 }, /* MALAYALAM LETTER DA -> 'd' */ [all …]
|
| /linux/arch/powerpc/boot/dts/ |
| H A D | turris1x.dts | 99 /* ATSHA204-TH-DA-T crypto module */
|
| /linux/Documentation/wmi/devices/ |
| H A D | alienware-wmi.rst | 37 …, Locale("MS\\0x409"), Description("WMI Function"), guid("{A70591CE-A997-11DA-B012-B622A1EF5492}")]
|
| /linux/drivers/dma/ |
| H A D | pl330.c | 96 #define DA(n) (_DA + (n)*0x20) macro 2387 val = readl(regs + DA(thrd->id)); in pl330_get_current_xferred_count()
|
| /linux/Documentation/admin-guide/media/ |
| H A D | gspca-cardlist.rst | 379 sonixj 0c45:6148 Digitus DA-70811/ZSMC USB PC Camera ZS211/Microdia
|
| /linux/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | ixgbe.rst | 139 - LAN on Motherboard (LOMs) may support DA, SR, or LR modules. Other module
|
| /linux/ |
| H A D | MAINTAINERS | 9852 EXTRON DA HD 4K PLUS CEC DRIVER
|