/linux-6.1.9/drivers/comedi/drivers/tests/ |
D | ni_routes_test.c | 84 static struct ni_device_routes DR = { variable 176 private.routing_tables.valid_routes = &DR; in init_pci_fake() 272 ni_sort_device_routes(&DR); in test_ni_sort_device_routes() 274 unittest(route_set_dests_in_order(&DR), in test_ni_sort_device_routes() 276 unittest(route_set_sources_in_order(&DR), in test_ni_sort_device_routes() 282 unittest(!ni_find_route_set(bad_dest, &DR), in test_ni_find_route_set() 284 unittest(ni_find_route_set(dest0, &DR) == &DR.routes[0], in test_ni_find_route_set() 286 unittest(ni_find_route_set(desti, &DR) == &DR.routes[ith_dest_index], in test_ni_find_route_set() 288 unittest(ni_find_route_set(no_val_dest, &DR) == in test_ni_find_route_set() 289 &DR.routes[no_val_index], in test_ni_find_route_set() [all …]
|
/linux-6.1.9/arch/sparc/math-emu/ |
D | math_32.c | 287 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); 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() 439 case FMULD: FP_MUL_D (DR, DA, DB); break; in do_one_mathemu() 445 case FDIVD: FP_DIV_D (DR, DA, DB); break; in do_one_mathemu() 449 case FSQRTD: FP_SQRT_D (DR, DB); break; in do_one_mathemu() 461 case FITOD: IR = rs2->s; FP_FROM_INT_D (DR, IR, 32, int); break; in do_one_mathemu() 464 case FSTOD: FP_CONV (D, S, 2, 1, DR, SB); break; in do_one_mathemu() 469 case FQTOD: FP_CONV (D, Q, 2, 4, DR, QB); break; in do_one_mathemu() 508 case 6: FP_PACK_DP (rd, DR); break; in do_one_mathemu()
|
D | math_64.c | 182 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); 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() 444 case FMULD: FP_MUL_D (DR, DA, DB); break; in do_mathemu() 450 case FDIVD: FP_DIV_D (DR, DA, DB); break; in do_mathemu() 454 case FSQRTD: FP_SQRT_D (DR, DB); break; in do_mathemu() 472 case FXTOD: XR = rs2->d; FP_FROM_INT_D (DR, XR, 64, long); break; in do_mathemu() 476 case FITOD: IR = rs2->s; FP_FROM_INT_D (DR, IR, 32, int); break; in do_mathemu() 478 case FSTOD: FP_CONV (D, S, 1, 1, DR, SB); break; in do_mathemu() 483 case FQTOD: FP_CONV (D, Q, 1, 2, DR, QB); break; in do_mathemu() [all …]
|
/linux-6.1.9/arch/alpha/math-emu/ |
D | math.c | 107 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); 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() 214 FP_DIV_D(DR, DA, DB); in alpha_fp_emul() 218 FP_SQRT_D(DR, DB); in alpha_fp_emul() 268 FP_FROM_INT_D(DR, ((long)vb), 64, long); in alpha_fp_emul() 283 FP_PACK_DP(&vc, DR); in alpha_fp_emul()
|
/linux-6.1.9/arch/sh/math-emu/ |
D | math.c | 40 #define DR ((unsigned long long*)(fregs->fp_regs)) macro 41 #define DRn (DR[BANK(n)/2]) 42 #define DRm (DR[BANK(m)/2]) 47 #define XDn (DR[BANK(XREG(n))/2]) 48 #define XDm (DR[BANK(XREG(m))/2])
|
/linux-6.1.9/arch/powerpc/math-emu/ |
D | math_efp.c | 345 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); 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() 426 FP_CONV(D, S, 2, 1, DR, SB); in do_spe_mathemu() 472 FP_PACK_DP(vc.dp, DR); in do_spe_mathemu()
|
/linux-6.1.9/tools/memory-model/Documentation/ |
D | cheatsheet.txt | 3 C Self R W RMW Self R W DR DW RMW SV 31 DR: Dependent read (address dependency)
|
/linux-6.1.9/Documentation/devicetree/bindings/iio/adc/ |
D | microchip,mcp3911.yaml | 42 true = The DR pin state is high-impedance 43 false = The DR pin state is logic high
|
/linux-6.1.9/net/ethtool/ |
D | common.c | 168 __DEFINE_LINK_MODE_NAME(50000, DR, Full), 190 __DEFINE_LINK_MODE_NAME(100000, DR, Full), 318 __DEFINE_LINK_MODE_PARAMS(50000, DR, Full), 340 __DEFINE_LINK_MODE_PARAMS(100000, DR, Full),
|
/linux-6.1.9/Documentation/devicetree/bindings/security/tpm/ |
D | ibmvtpm.txt | 12 Reconfiguration(DR) Connector is enabled
|
/linux-6.1.9/arch/powerpc/boot/dts/fsl/ |
D | pq3-usb2-dr-0.dtsi | 2 * PQ3 USB DR device tree stub [ controller @ offset 0x22000 ]
|
D | pq3-usb2-dr-1.dtsi | 2 * PQ3 USB DR device tree stub [ controller @ offset 0x23000 ]
|
D | qoriq-usb2-dr-0.dtsi | 2 * QorIQ USB DR device tree stub [ controller @ offset 0x211000 ]
|
/linux-6.1.9/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_cle.h | 242 u8 DR; member
|
/linux-6.1.9/Documentation/devicetree/bindings/net/dsa/ |
D | qca8k.yaml | 32 qca,qca8327: referenced as AR8327(N)-AL1A DR-QFN 148 pin package 34 qca,qca8337: referenced as QCA8337N-AL3(B/C) DR-QFN 148 pin package
|
/linux-6.1.9/Documentation/powerpc/ |
D | papr_hcalls.rst | 112 available for use by LPARs as Dynamic Resource (DR). When a DR is allocated to 117 DR.
|
/linux-6.1.9/drivers/net/wireless/atmel/ |
D | atmel.c | 126 #define DR 0x08 macro 658 return atmel_read8(priv->dev, DR); in atmel_rmem8() 664 atmel_write8(priv->dev, DR, data); in atmel_wmem8() 670 return atmel_read16(priv->dev, DR); in atmel_rmem16() 676 atmel_write16(priv->dev, DR, data); in atmel_wmem16() 956 u8 octet = atmel_read8(priv->dev, DR); in probe_crc() 4156 atmel_write8(dev, DR, *src); in atmel_copy_to_card() 4162 atmel_write16(dev, DR, lb | (hb << 8)); in atmel_copy_to_card() 4165 atmel_write8(dev, DR, *src); in atmel_copy_to_card() 4174 *dest = atmel_read8(dev, DR); in atmel_copy_to_host() [all …]
|
/linux-6.1.9/Documentation/arm/ |
D | kernel_mode_neon.rst | 5 TL;DR summary
|
/linux-6.1.9/drivers/usb/gadget/udc/ |
D | Kconfig | 92 tristate "Freescale Highspeed USB DR Peripheral Controller" 96 Dual-Role(DR) USB controller, which supports device mode.
|
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/3com/ |
D | 3c509.rst | 248 28Feb02 v1.0 DR New; major portions based on Becker original 3c509 docs
|
/linux-6.1.9/Documentation/networking/ |
D | ipvs-sysctl.rst | 30 in backup mode to avoid packet loops for DR/TUN methods.
|
/linux-6.1.9/Documentation/admin-guide/ |
D | reporting-regressions.rst | 16 The important bits (aka "TL;DR")
|
D | reporting-issues.rst | 8 The short guide (aka TL;DR) 54 The above TL;DR outlines roughly how to report issues to the Linux kernel 62 Note: this section covers a few more aspects than the TL;DR and does things in
|
/linux-6.1.9/Documentation/process/ |
D | handling-regressions.rst | 13 The important bits (aka "The TL;DR")
|
/linux-6.1.9/Documentation/admin-guide/media/ |
D | bttv.rst | 1627 PC PVR - Desktop TV Personal Video Recorder DR-PCTV100 = Pinnacle ROB2D-51009464 4.0 + Cyberlink Po…
|