| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A 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
|
| H A D | cvmx-pow.h | 285 uint64_t did : 8; 315 uint64_t did : 8; 343 uint64_t did : 8; 373 uint64_t did : 8; 401 uint64_t did : 8; 445 uint64_t did : 8; 475 uint64_t did : 8; 499 uint64_t did : 8; 1306 uint64_t did : 8; 1334 uint64_t did : 8; [all …]
|
| H A 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
|
| H A 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()
|
| H A 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()
|
| H A 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()
|
| H A D | cvmx-srio.h | 328 uint64_t did : 16; /**< The destination ID in the sRIO message member 364 uint64_t did : 16;
|
| H A D | cvmx-pko.h | 175 uint64_t did : 8; /**< The ID of the device on the non-coherent bus */ member 294 ptr.s.did = CVMX_OCT_DID_PKT_SEND; in cvmx_pko_doorbell() 740 ptr.s.did = CVMX_OCT_DID_PKT_SEND; in cvmx_pko_doorbell_pkoid()
|
| H A D | 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()
|
| H A D | cvmx-srio.c | 94 uint64_t did : 5; /* DID = 3 */ member 108 uint64_t did : 5; 120 uint64_t did : 5; /* DID = 3 */ member 130 uint64_t did : 5; 1511 sli_address.mem.did = 3; in cvmx_srio_physical_map() 1609 tx_msg_hdr_ptr->s.did = rx_msg_hdr.word0.s.sid; in cvmx_srio_omsg_desc()
|
| H A D | cvmx-pcie.c | 112 pcie_addr.io.did = 3; in cvmx_pcie_get_io_base_address() 148 pcie_addr.mem.did = 3; in cvmx_pcie_get_mem_base_address() 1275 pcie_addr.config.did = 3; in __cvmx_pcie_build_config_addr()
|
| /f-stack/freebsd/x86/cpufreq/ |
| H A D | hwpstate_amd.c | 432 int family, i, fid, did; in hwpstate_get_info_from_msr() local 446 did = AMD_10H_11H_CUR_DID(msr); in hwpstate_get_info_from_msr() 452 hwpstate_set[i].freq = (100 * (fid + 0x08)) >> did; in hwpstate_get_info_from_msr() 458 hwpstate_set[i].freq = (100 * (fid + 0x10)) >> did; in hwpstate_get_info_from_msr() 462 did = AMD_17H_CUR_DID(msr); in hwpstate_get_info_from_msr() 463 if (did == 0) { in hwpstate_get_info_from_msr() 465 did = 1; in hwpstate_get_info_from_msr() 468 hwpstate_set[i].freq = (200 * fid) / did; in hwpstate_get_info_from_msr()
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | octopcireg.h | 60 uint64_t did : 5; member 83 uint64_t did : 5; member
|
| H A D | octopci.c | 747 pci_addr.s.did = 3; in octopci_cs_addr()
|
| /f-stack/dpdk/drivers/net/virtio/virtio_user/ |
| H A D | vhost_vdpa.c | 249 uint32_t did = (uint32_t)-1; in vhost_vdpa_setup() local 258 if (ioctl(dev->vhostfd, VHOST_VDPA_GET_DEVICE_ID, &did) < 0 || in vhost_vdpa_setup() 259 did != VIRTIO_ID_NETWORK) { in vhost_vdpa_setup() 260 PMD_DRV_LOG(ERR, "Invalid vdpa device ID: %u\n", did); in vhost_vdpa_setup()
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES | 1247 stream module did not work. 2890 Linux kernel which did not support AIO. 3002 *) Bugfix: SSL did not work on QNX. 3176 directive did not work. 3797 *) Bugfix: the "!-x" operator did not work. 3878 *) Bugfix: nginx did not work on Linux/sparc. 5540 wildcard was used, then nginx did not run. 5890 *) Bugfix: worker processes did not exit after reconfiguration and did 7234 did not transferred at all. 7866 *) Bugfix: nginx did run on Linux parisc. [all …]
|
| /f-stack/freebsd/x86/x86/ |
| H A D | legacy.c | 124 u_int16_t did, vid; in legacy_pci_cfgregopen() local 131 did = pci_cfgregread(0, 0, 0, PCIR_DEVICE, 2); in legacy_pci_cfgregopen() 134 switch (did) { in legacy_pci_cfgregopen()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/spi/ |
| H A D | efm32-spi.txt | 18 reset default 0 or whatever the bootloader did.
|
| /f-stack/freebsd/netinet/libalias/ |
| H A D | HISTORY | 52 in alias_db.c (this bug did not exist before v1.7)
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | armada-370-synology-ds213j.dts | 272 * and it seems Synology did not care to change u-boot
|
| H A D | armada-xp-synology-ds414.dts | 288 * and it seems Synology did not care to change u-boot
|
| /f-stack/freebsd/i386/i386/ |
| H A D | mp_machdep.c | 41 #error How did you get here?
|
| /f-stack/freebsd/contrib/openzfs/etc/zfs/ |
| H A D | zfs-functions.in | 9 # the Debian GNU/Linux kFreeBSD ZFS packages (which did not include a
|
| /f-stack/freebsd/crypto/openssl/arm/ |
| H A D | poly1305-armv4.S | 305 tst r7,#4 @ did it carry/borrow? 1127 tst r7,#4 @ did it carry/borrow?
|
| /f-stack/freebsd/kern/ |
| H A D | bus_if.m | 115 * Called for each child device that did not succeed in probing for a 276 * caller did not use the RF_ACTIVE to specify that it should be
|