Home
last modified time | relevance | path

Searched refs:DA (Results 1 – 25 of 44) sorted by relevance

12

/openbmc/linux/arch/alpha/math-emu/
H A Dmath.c107 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); in alpha_fp_emul()
166 FP_UNPACK_RAW_DP(DA, &va); in alpha_fp_emul()
168 if (!DA_e && !_FP_FRAC_ZEROP_1(DA)) { in alpha_fp_emul()
171 _FP_FRAC_SET_1(DA, _FP_ZEROFRAC_1); in alpha_fp_emul()
178 FP_CMP_D(res, DA, DB, 3); in alpha_fp_emul()
184 || FP_ISSIGNAN_D(DA) in alpha_fp_emul()
197 FP_UNPACK_DP(DA, &va); in alpha_fp_emul()
202 FP_SUB_D(DR, DA, DB); in alpha_fp_emul()
206 FP_ADD_D(DR, DA, DB); in alpha_fp_emul()
210 FP_MUL_D(DR, DA, DB); in alpha_fp_emul()
[all …]
/openbmc/u-boot/arch/mips/mach-pic32/
H A DKconfig11 bool "Microchip PIC32MZ[DA] family"
19 This supports Microchip PIC32MZ[DA] family of microcontrollers.
27 bool "Microchip PIC32MZ[DA] Starter Kit"
30 This supports Microchip PIC32MZ[DA] Starter Kit.
/openbmc/linux/arch/sparc/math-emu/
H A Dmath_32.c287 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 Dmath_64.c182 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()
/openbmc/u-boot/board/microchip/pic32mzda/
H A DREADME5 PIC32MZ[DA] Starter Kit
7 PIC32MZ[DA] Starter Kit is based on PIC32MZ[DA] family of micro-controller.
/openbmc/linux/arch/arm/nwfpe/
H A Dfpa11.inl42 /* 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 */
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpa11.inl41 /* clear SB, AB and DA bits before returning FPCR */
48 fpa11->fpcr &= ~MASK_WFC; /* clear SB, AB and DA bits */
49 fpa11->fpcr |= (reg & MASK_WFC); /* write SB, AB and DA bits */
/openbmc/linux/arch/powerpc/math-emu/
H A Dmath_efp.c345 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()
/openbmc/u-boot/cmd/aspeed/nettest/
H A Dncsi.c35 … : %02x %02x %02x %02x %02x %02x\n", in->DA[ 0 ], in->DA[ 1 ], in->DA[ 2 ], in->DA[ 3 ], in->DA[ … in ncsi_reqdump()
65 … : %02x %02x %02x %02x %02x %02x\n", in->DA[ 0 ], in->DA[ 1 ], in->DA[ 2 ], in->DA[ 3 ], in->DA[ … in ncsi_respdump()
151 eng->ncsi_req.DA[i] = 0xFF; in NCSI_Struct_Initialize_SLT()
H A Dcomminf.h337 unsigned char DA[6]; // Destination Address member
365 unsigned char DA[6]; member
/openbmc/linux/Documentation/networking/devlink/
H A Dprestera.rst36 - 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
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Deverest,es7134.txt1 ES7134 i2s DA converter
/openbmc/slpd-lite/
H A DREADME.md17 advertisement messages nor it advertises it's services with DA.
/openbmc/linux/Documentation/networking/
H A Dseg6-sysctl.rst14 Relevant packets are those with SRH present and DA = local.
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libsub/
H A Dlibsub-uplevel-perl_0.2800.bb18 SRC_URI = "${CPAN_MIRROR}/authors/id/D/DA/${CPAN_AUTHOR}/${CPAN_PACKAGE}-${PV}.tar.gz"
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Duk-Aberdare3 # <http://www.digitaluk.co.uk/coveragechecker/main/tradeexport/CF44+0DA/NA/0/>
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcapture/
H A Dlibcapture-tiny-perl_0.50.bb17 SRC_URI = "${CPAN_MIRROR}/authors/id/D/DA/DAGOLDEN/${SRCNAME}-${PV}.tar.gz"
/openbmc/qemu/target/loongarch/tcg/
H A Dop_helper.c114 env->CSR_CRMD = FIELD_DP64(env->CSR_CRMD, CSR_CRMD, DA, 0); in helper_ertn()
/openbmc/linux/Documentation/networking/dsa/
H A Dsja1105.rst204 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).
/openbmc/linux/Documentation/ABI/stable/
H A Dsysfs-class-tpm135 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
/openbmc/qemu/target/loongarch/
H A Dcpu_helper.c187 uint8_t da = FIELD_EX64(env->CSR_CRMD, CSR_CRMD, DA); in get_physical_address()
/openbmc/docs/security/
H A DTLS-configuration.md249 ED:FF:80:A7:F8:DA:99:7F:94:35:95:F0:92:74:1A:55:CD:DF:BA:FE
251 keyid:ED:FF:80:A7:F8:DA:99:7F:94:35:95:F0:92:74:1A:55:CD:DF:BA:FE
288 keyid:ED:FF:80:A7:F8:DA:99:7F:94:35:95:F0:92:74:1A:55:CD:DF:BA:FE
/openbmc/linux/sound/firewire/
H A DKconfig111 * Apogee DA/AD/DD-16X (X-FireWire card)
/openbmc/linux/Documentation/trace/rv/
H A Dda_monitor_synthesis.rst39 DA monitor synthesis
/openbmc/linux/drivers/comedi/
H A DKconfig315 Keithley Metrabyte DAS-1701ST, DAS-1701ST-DA, DAS-1701/AO,
316 DAS-1702ST, DAS-1702ST-DA, DAS-1702HR, DAS-1702HR-DA, DAS-1702/AO,
317 DAS-1801ST, DAS-1801ST-DA, DAS-1801HC, DAS-1801AO, DAS-1802ST,
318 DAS-1802ST-DA, DAS-1802HR, DAS-1802HR-DA, DAS-1802HC and

12