Home
last modified time | relevance | path

Searched refs:DR (Results 1 – 25 of 61) sorted by relevance

123

/openbmc/linux/drivers/comedi/drivers/tests/
H A Dni_routes_test.c84 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()
289 &DR.routes[no_val_index], in test_ni_find_route_set()
291 unittest(ni_find_route_set(DR.routes[DR.n_route_sets - 1].dest, &DR) == in test_ni_find_route_set()
[all …]
/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()
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()
/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()
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()
H A Dmath_64.c182 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 …]
/openbmc/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_keys.c375 struct xdr_netobj DR = { .data = NULL }; in krb5_kdf_feedback_cmac() local
405 DR.len = blocksize * n; in krb5_kdf_feedback_cmac()
406 DR.data = kmalloc(DR.len, gfp_mask); in krb5_kdf_feedback_cmac()
407 if (!DR.data) in krb5_kdf_feedback_cmac()
416 memcpy(DR.data + offset, step.data, blocksize); in krb5_kdf_feedback_cmac()
421 memcpy(outkey->data, DR.data, outkey->len); in krb5_kdf_feedback_cmac()
428 kfree_sensitive(DR.data); in krb5_kdf_feedback_cmac()
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DVSRC.interface.yaml8 - name: DR
11 DR keyword. FRU description.
H A DVW10.interface.yaml8 - name: DR
H A DVSBP.interface.yaml8 - name: DR
H A DVR10.interface.yaml8 - name: DR
H A DVCEN.interface.yaml8 - name: DR
H A DVSYS.interface.yaml8 - name: DR
/openbmc/openbmc/meta-yadro/meta-nicole/recipes-phosphor/vpd/nicole-openpower-fru-vpd-layout/
H A Dlayout.yaml7 OPFR,DR: Model
9 VINI,DR: PrettyName
/openbmc/openpower-vpd-parser/
H A Ddefines.hpp47 DR, /**< FRU name/description */ enumerator
69 constexpr const char* getKeyword<Keyword::DR>() in getKeyword()
H A Dwritefru.yaml7 VINI,DR: PrettyName
/openbmc/linux/arch/sh/math-emu/
H A Dmath.c40 #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])
/openbmc/linux/tools/memory-model/Documentation/
H A Dcheatsheet.txt3 C Self R W RMW Self R W DR DW RMW SV
31 DR: Dependent read (address dependency)
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/
H A Dmicrochip,mcp3911.yaml42 true = The DR pin state is high-impedance
43 false = The DR pin state is logic high
/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()
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()
/openbmc/openbmc-test-automation/openpower/vpd/
H A Dtest_vpd_tool.robot68 # VPD fields "DR", "CC" and "FN" will be added later.
87 # [DR]: CPU POWER CARD
170 ... '${field}' == 'DR' ${DR_WRITE_VALUE}
195 # field VPD field (e.g. DR, SN, PN)
200 ... '${field}' == 'DR' xyz.openbmc_project.Inventory.Item PrettyName
/openbmc/openpower-vpd-parser/test/store/
H A Dstore.cpp29 assert(("Fake FRU" == s.get<Record::VINI, record::Keyword::DR>())); in runTests()
/openbmc/openbmc/meta-openpower/recipes-phosphor/vpd/openpower-fru-vpd-layout/
H A Dlayout.yaml7 VINI,DR: PrettyName
/openbmc/qemu/docs/specs/
H A Dppc-spapr-hotplug.rst161 ``arg[1]``: index of sensor, for DR-related sensors this is generally the DRC
189 * ``9003``: ``allocation-state``, generally only used for "logical" DR resources
192 ``isolation-state->isolate``, respectively. For "physical" DR (like PCI
215 ``arg[1]``: index of sensor, for DR-related sensors this is generally the DRC
220 For DR-related operations, the only noteworthy sensor is ``dr-entity-sense``,
315 For most DR operations, the hypervisor will issue host->guest add/remove events
322 For DR, this framework has been extended to include hotplug events, which were
323 previously unneeded due to direct manipulation of DR-related guest userspace
400 uint32_t count; /* number of DR resources to take
405 uint32_t count; /* number of DR resources to take
/openbmc/linux/net/ethtool/
H A Dcommon.c168 __DEFINE_LINK_MODE_NAME(50000, DR, Full),
190 __DEFINE_LINK_MODE_NAME(100000, DR, Full),
331 __DEFINE_LINK_MODE_PARAMS(50000, DR, Full),
353 __DEFINE_LINK_MODE_PARAMS(100000, DR, Full),
/openbmc/qemu/hw/audio/
H A Dfmopl.h16 int32_t *DR; /* decay rate :&DR_TALBE[DR<<2] */ member
/openbmc/linux/Documentation/devicetree/bindings/security/tpm/
H A Dibmvtpm.txt12 Reconfiguration(DR) Connector is enabled

123