| /freebsd-10-stable/sys/contrib/octeon-sdk/ |
| D | cvmx-address.h | 146 …uint64_t did : 8; /* the hardware ignores this field when is_io==0, else device I… member 161 …uint64_t did : 8; /* the hardware ignores this field when is_io==0, else device I… member 205 #define CVMX_ADDR_DIDSPACE(did) (((CVMX_IO_SEG) << 22) | ((1ULL) << 8) | (did)) argument 206 #define CVMX_ADDR_DID(did) (CVMX_ADDR_DIDSPACE(did) << 40) argument 207 #define CVMX_FULL_DID(did,subdid) (((did) << 3) | (subdid)) argument
|
| D | cvmx-pow.h | 277 uint64_t did : 8; /**< the ID of POW -- did<2:0> == 0 in this case */ member 285 uint64_t did : 8; 301 uint64_t did : 8; /**< the ID of POW -- did<2:0> == 1 in this case */ member 315 uint64_t did : 8; 331 uint64_t did : 8; /**< the ID of POW -- did<2:0> == 1 in this case */ member 343 uint64_t did : 8; 359 uint64_t did : 8; /**< the ID of POW -- did<2:0> == 2 in this case */ member 373 uint64_t did : 8; 389 uint64_t did : 8; /**< the ID of SSO - did<2:0> == 2 in this case */ member 401 uint64_t did : 8; [all …]
|
| D | cvmx-pcie.h | 82 uint64_t did : 5; /* PCIe DID = 3 */ member 100 uint64_t did : 5; /* PCIe DID = 3 */ member 112 uint64_t did : 5; /* PCIe DID = 3 */ member
|
| D | cvmx-key.h | 81 ptr.sio.did = CVMX_OCT_DID_KEY_RW; in cvmx_key_read() 102 ptr.sio.did = CVMX_OCT_DID_KEY_RW; in cvmx_key_write()
|
| D | cvmx-rng.h | 73 uint64_t did : 5; /**< the ID of the device on the non-coherent bus */ member 156 data.s.did = CVMX_OCT_DID_RNG; in cvmx_rng_request_random_async()
|
| D | cvmx-fpa.h | 76 uint64_t did : 8; /**< the ID of the device on the non-coherent bus */ member 217 data.s.did = CVMX_FULL_DID(CVMX_OCT_DID_FPA,pool); in cvmx_fpa_async_alloc()
|
| D | cvmx-srio.h | 328 uint64_t did : 16; /**< The destination ID in the sRIO message member 364 uint64_t did : 16;
|
| /freebsd-10-stable/sys/dev/bwi/ |
| D | if_bwi_pci.c | 82 uint16_t did; member 104 uint16_t did, vid; in bwi_pci_probe() local 106 did = pci_get_device(dev); in bwi_pci_probe() 110 if (b->did == did && b->vid == vid) { in bwi_pci_probe()
|
| /freebsd-10-stable/sys/dev/if_ndis/ |
| D | if_ndis_pci.c | 113 uint16_t vid, did; local 120 did = pci_get_device(dev); 125 if ((t->ndis_vid == vid) && (t->ndis_did == did) && 178 uint16_t vid, did; local 312 did = pci_get_device(dev); 319 if (t->ndis_vid == vid && t->ndis_did == did) {
|
| /freebsd-10-stable/sys/x86/cpufreq/ |
| D | hwpstate.c | 418 int family, i, fid, did; in hwpstate_get_info_from_msr() local 432 did = AMD_10H_11H_CUR_DID(msr); in hwpstate_get_info_from_msr() 438 hwpstate_set[i].freq = (100 * (fid + 0x08)) >> did; in hwpstate_get_info_from_msr() 444 hwpstate_set[i].freq = (100 * (fid + 0x10)) >> did; in hwpstate_get_info_from_msr() 447 did = AMD_17H_CUR_DID(msr); in hwpstate_get_info_from_msr() 448 if (did == 0) { in hwpstate_get_info_from_msr() 450 did = 1; in hwpstate_get_info_from_msr() 453 hwpstate_set[i].freq = (200 * fid) / did; in hwpstate_get_info_from_msr()
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libc/gen/ |
| D | t_fpsetround.c | 102 int did = 0; in test() local 109 if (!did) { in test() 111 did = 1; in test()
|
| /freebsd-10-stable/sys/dev/jedec_ts/ |
| D | jedec_ts.c | 134 ts_match_device(uint16_t vid, uint16_t did) in ts_match_device() argument 141 if (vid == d->vendor_id && (did >> 8) == d->device_id) in ts_match_device() 149 if ((did >> 8) == 0x22) in ts_match_device()
|
| /freebsd-10-stable/sys/pci/ |
| D | amdpm.c | 150 u_int16_t did; in amdpm_probe() local 153 did = pci_get_device(dev); in amdpm_probe() 155 ((did == AMDPM_DEVICEID_AMD756PM) || in amdpm_probe() 156 (did == AMDPM_DEVICEID_AMD766PM) || in amdpm_probe() 157 (did == AMDPM_DEVICEID_AMD768PM) || in amdpm_probe() 158 (did == AMDPM_DEVICEID_AMD8111PM))) { in amdpm_probe() 173 (did == AMDPM_DEVICEID_NF_SMB)) { in amdpm_probe()
|
| /freebsd-10-stable/sys/mips/cavium/ |
| D | octopcireg.h | 58 uint64_t did : 5; member 81 uint64_t did : 5; member
|
| /freebsd-10-stable/sys/dev/siba/ |
| D | siba_bwn.c | 77 uint16_t did; member 109 uint16_t did, vid; in siba_bwn_probe() local 111 did = pci_get_device(dev); in siba_bwn_probe() 115 if (siba_devices[i].did == did && siba_devices[i].vid == vid) { in siba_bwn_probe()
|
| /freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/ |
| D | tst.temporal.ksh | 89 echo $tst: begin probe did not fire 96 echo $tst: end probe did not fire
|
| /freebsd-10-stable/sys/dev/xl/ |
| D | if_xl.c | 1070 uint16_t did; in xl_attach() local 1081 did = pci_get_device(dev); in xl_attach() 1084 if (did == TC_DEVICEID_HURRICANE_555) in xl_attach() 1086 if (did == TC_DEVICEID_HURRICANE_556 || in xl_attach() 1087 did == TC_DEVICEID_HURRICANE_556B) in xl_attach() 1091 if (did == TC_DEVICEID_HURRICANE_555 || in xl_attach() 1092 did == TC_DEVICEID_HURRICANE_556) in xl_attach() 1094 if (did == TC_DEVICEID_HURRICANE_556B) in xl_attach() 1097 if (did == TC_DEVICEID_HURRICANE_575B || in xl_attach() 1098 did == TC_DEVICEID_HURRICANE_575C || in xl_attach() [all …]
|
| /freebsd-10-stable/sys/dev/drm2/i915/ |
| D | i915_drv.c | 461 const struct intel_gfx_device_id *did; in i915_get_device_id() local 463 for (did = &pciidlist[0]; did->device != 0; did++) { in i915_get_device_id() 464 if (did->device != device) in i915_get_device_id() 466 if (did->info->not_supported && !i915_enable_unsupported) in i915_get_device_id() 468 return (did->info); in i915_get_device_id()
|
| /freebsd-10-stable/sys/amd64/pci/ |
| D | pci_cfgreg.c | 80 uint16_t did, vid; in pci_cfgregopen() local 94 did = pci_cfgregread(0, 0, 0, PCIR_DEVICE, 2); in pci_cfgregopen() 97 switch (did) { in pci_cfgregopen()
|
| /freebsd-10-stable/contrib/file/src/ |
| D | fsmagic.c | 105 int ret, did = 0; in file_fsmagic() local 117 #define COMMA (did++ ? ", " : "") in file_fsmagic() 411 if (!silent && !mime && did && ret == 0) { in file_fsmagic()
|
| /freebsd-10-stable/sys/dev/isp/ |
| D | isp_pci.c | 678 uint32_t data, cmd, linesz, did; in isp_pci_attach() local 706 did = 0x1040; in isp_pci_attach() 711 did = 0x1080; in isp_pci_attach() 717 did = 0x1080; in isp_pci_attach() 724 did = 0x1080; in isp_pci_attach() 730 did = 0x12160; in isp_pci_attach() 736 did = 0x12160; in isp_pci_attach() 743 did = 0x2100; in isp_pci_attach() 758 did = 0x2200; in isp_pci_attach() 764 did = 0x2300; in isp_pci_attach() [all …]
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libc/net/ |
| D | h_dns_server.c | 158 for (int did = 0;; did++) { in name2str() local 164 if (did) in name2str()
|
| /freebsd-10-stable/sys/dev/tl/ |
| D | if_tl.c | 1023 u_int16_t did, vid; local 1031 did = pci_get_device(dev); 1038 if (vid == t->tl_vid && did == t->tl_did) 1197 if (did == COMPAQ_DEVICEID_NETEL_10_100_PROLIANT || 1198 did == COMPAQ_DEVICEID_NETFLEX_3P_INTEGRATED || 1199 did == COMPAQ_DEVICEID_NETFLEX_3P_BNC || 1200 did == COMPAQ_DEVICEID_NETEL_10_T2_UTP_COAX) 1202 if (did == COMPAQ_DEVICEID_NETEL_10 || 1203 did == COMPAQ_DEVICEID_NETEL_10_100_DUAL || 1204 did == COMPAQ_DEVICEID_NETFLEX_3P || [all …]
|
| /freebsd-10-stable/sys/arm/ti/am335x/ |
| D | am335x_pwm.c | 435 pcell_t did; in am335x_pwm_attach() local 443 if ((OF_getprop(node, "pwm-device-id", &did, sizeof(did))) <= 0) { in am335x_pwm_attach() 447 sc->sc_id = fdt32_to_cpu(did); in am335x_pwm_attach()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | DiagnosticCommentKinds.td | 107 "did you mean '%0'?">; 128 "did you mean '%0'?">; 164 "unknown command tag name '%0'; did you mean '%1'?">,
|