| /NextBSD/sys/contrib/octeon-sdk/ |
| HD | 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
|
| HD | 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 …]
|
| HD | 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
|
| HD | 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()
|
| HD | 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()
|
| HD | 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()
|
| HD | cvmx-srio.h | 328 uint64_t did : 16; /**< The destination ID in the sRIO message member 364 uint64_t did : 16;
|
| HD | cvmx-pow.c | 159 load_addr.sstatus.did = CVMX_OCT_DID_TAG_TAG1; in __cvmx_pow_capture_v1() 180 load_addr.smemload.did = CVMX_OCT_DID_TAG_TAG2; in __cvmx_pow_capture_v1() 197 load_addr.sindexload.did = CVMX_OCT_DID_TAG_TAG3; in __cvmx_pow_capture_v1() 239 load_addr.sstatus_cn68xx.did = CVMX_OCT_DID_TAG_TAG5; in __cvmx_pow_capture_v2() 254 load_addr.smemload_cn68xx.did = CVMX_OCT_DID_TAG_TAG2; in __cvmx_pow_capture_v2() 270 load_addr.sindexload_cn68xx.did = CVMX_OCT_DID_TAG_TAG3; in __cvmx_pow_capture_v2()
|
| /NextBSD/sys/dev/bwi/ |
| HD | if_bwi_pci.c | 85 uint16_t did; member 107 uint16_t did, vid; in bwi_pci_probe() local 109 did = pci_get_device(dev); in bwi_pci_probe() 113 if (b->did == did && b->vid == vid) { in bwi_pci_probe()
|
| /NextBSD/sys/dev/if_ndis/ |
| HD | if_ndis_pci.c | 116 uint16_t vid, did; local 123 did = pci_get_device(dev); 128 if ((t->ndis_vid == vid) && (t->ndis_did == did) && 181 uint16_t vid, did; local 315 did = pci_get_device(dev); 322 if (t->ndis_vid == vid && t->ndis_did == did) {
|
| /NextBSD/contrib/netbsd-tests/lib/libc/gen/ |
| HD | t_fpsetround.c | 102 int did = 0; in test() local 109 if (!did) { in test() 111 did = 1; in test()
|
| /NextBSD/sys/dev/amdpm/ |
| HD | 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()
|
| /NextBSD/sys/dev/siba/ |
| HD | siba_bwn.c | 78 uint16_t did; member 110 uint16_t did, vid; in siba_bwn_probe() local 112 did = pci_get_device(dev); in siba_bwn_probe() 116 if (siba_devices[i].did == did && siba_devices[i].vid == vid) { in siba_bwn_probe()
|
| /NextBSD/sys/mips/cavium/ |
| HD | octopcireg.h | 58 uint64_t did : 5; member 81 uint64_t did : 5; member
|
| /NextBSD/sys/dev/xl/ |
| HD | if_xl.c | 1071 uint16_t did; in xl_attach() local 1082 did = pci_get_device(dev); in xl_attach() 1085 if (did == TC_DEVICEID_HURRICANE_555) in xl_attach() 1087 if (did == TC_DEVICEID_HURRICANE_556 || in xl_attach() 1088 did == TC_DEVICEID_HURRICANE_556B) in xl_attach() 1092 if (did == TC_DEVICEID_HURRICANE_555 || in xl_attach() 1093 did == TC_DEVICEID_HURRICANE_556) in xl_attach() 1095 if (did == TC_DEVICEID_HURRICANE_556B) in xl_attach() 1098 if (did == TC_DEVICEID_HURRICANE_575B || in xl_attach() 1099 did == TC_DEVICEID_HURRICANE_575C || in xl_attach() [all …]
|
| /NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pragma/ |
| HD | tst.temporal.ksh | 89 echo $tst: begin probe did not fire 96 echo $tst: end probe did not fire
|
| /NextBSD/sys/amd64/pci/ |
| HD | pci_cfgreg.c | 79 uint16_t did, vid; in pci_cfgregopen() local 98 did = pci_cfgregread(0, 0, 0, PCIR_DEVICE, 2); in pci_cfgregopen() 101 switch (did) { in pci_cfgregopen()
|
| /NextBSD/sys/x86/cpufreq/ |
| HD | hwpstate.c | 401 int family, i, fid, did; in hwpstate_get_info_from_msr() local 415 did = AMD_10H_11H_CUR_DID(msr); in hwpstate_get_info_from_msr() 420 hwpstate_set[i].freq = 100 * (fid + 0x08) / (1 << did); in hwpstate_get_info_from_msr() 424 hwpstate_set[i].freq = 100 * (fid + 0x10) / (1 << did); in hwpstate_get_info_from_msr()
|
| /NextBSD/sys/dev/drm2/i915/ |
| HD | i915_drv.c | 789 const struct intel_gfx_device_id *did; in i915_get_device_id() local 791 for (did = &i915_infolist[0]; did->device != 0; did++) { in i915_get_device_id() 792 if (did->device != device) in i915_get_device_id() 794 if (did->info->not_supported && !i915_enable_unsupported) in i915_get_device_id() 796 return (did->info); in i915_get_device_id()
|
| /NextBSD/sys/dev/isp/ |
| HD | isp_pci.c | 678 uint32_t data, cmd, linesz, did; in isp_pci_attach() local 717 did = 0x1040; in isp_pci_attach() 722 did = 0x1080; in isp_pci_attach() 728 did = 0x1080; in isp_pci_attach() 735 did = 0x1080; in isp_pci_attach() 741 did = 0x12160; in isp_pci_attach() 747 did = 0x12160; in isp_pci_attach() 754 did = 0x2100; in isp_pci_attach() 769 did = 0x2200; in isp_pci_attach() 775 did = 0x2300; in isp_pci_attach() [all …]
|
| /NextBSD/contrib/file/src/ |
| HD | fsmagic.c | 105 int ret, did = 0; in file_fsmagic() local 118 #define COMMA (did++ ? ", " : "") in file_fsmagic() 402 if (!mime && did && ret == 0) { in file_fsmagic()
|
| /NextBSD/contrib/netbsd-tests/lib/libc/net/ |
| HD | h_dns_server.c | 158 for (int did = 0;; did++) { in name2str() local 164 if (did) in name2str()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | DiagnosticCommentKinds.td | 111 "did you mean '%0'?">; 132 "did you mean '%0'?">; 168 "unknown command tag name '%0'; did you mean '%1'?">,
|
| /NextBSD/sys/dev/acpica/ |
| HD | acpi_pci.c | 89 uint16_t rid, uint16_t vid, uint16_t did); 361 uint16_t did) in acpi_pci_create_iov_child() argument 367 vid, did); in acpi_pci_create_iov_child()
|
| /NextBSD/sys/dev/tl/ |
| HD | if_tl.c | 1024 u_int16_t did, vid; local 1032 did = pci_get_device(dev); 1039 if (vid == t->tl_vid && did == t->tl_did) 1198 if (did == COMPAQ_DEVICEID_NETEL_10_100_PROLIANT || 1199 did == COMPAQ_DEVICEID_NETFLEX_3P_INTEGRATED || 1200 did == COMPAQ_DEVICEID_NETFLEX_3P_BNC || 1201 did == COMPAQ_DEVICEID_NETEL_10_T2_UTP_COAX) 1203 if (did == COMPAQ_DEVICEID_NETEL_10 || 1204 did == COMPAQ_DEVICEID_NETEL_10_100_DUAL || 1205 did == COMPAQ_DEVICEID_NETFLEX_3P || [all …]
|