Home
last modified time | relevance | path

Searched refs:tmp16 (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_cik.c1467 u16 tmp16; in cik_pcie_gen3_enable() local
1514 tmp16 = bridge_cfg | PCI_EXP_LNKCTL_HAWD; in cik_pcie_gen3_enable()
1515 pcie_capability_write_word(root, PCI_EXP_LNKCTL, tmp16); in cik_pcie_gen3_enable()
1517 tmp16 = gpu_cfg | PCI_EXP_LNKCTL_HAWD; in cik_pcie_gen3_enable()
1519 tmp16); in cik_pcie_gen3_enable()
1545 &tmp16); in cik_pcie_gen3_enable()
1546 if (tmp16 & PCI_EXP_DEVSTA_TRPND) in cik_pcie_gen3_enable()
1573 &tmp16); in cik_pcie_gen3_enable()
1574 tmp16 &= ~PCI_EXP_LNKCTL_HAWD; in cik_pcie_gen3_enable()
1575 tmp16 |= (bridge_cfg & PCI_EXP_LNKCTL_HAWD); in cik_pcie_gen3_enable()
[all …]
H A Damdgpu_si.c1662 u16 tmp16; in si_pcie_gen3_enable() local
1708 tmp16 = bridge_cfg | PCI_EXP_LNKCTL_HAWD; in si_pcie_gen3_enable()
1709 pcie_capability_write_word(root, PCI_EXP_LNKCTL, tmp16); in si_pcie_gen3_enable()
1711 tmp16 = gpu_cfg | PCI_EXP_LNKCTL_HAWD; in si_pcie_gen3_enable()
1713 tmp16); in si_pcie_gen3_enable()
1732 &tmp16); in si_pcie_gen3_enable()
1733 if (tmp16 & PCI_EXP_DEVSTA_TRPND) in si_pcie_gen3_enable()
1759 &tmp16); in si_pcie_gen3_enable()
1760 tmp16 &= ~PCI_EXP_LNKCTL_HAWD; in si_pcie_gen3_enable()
1761 tmp16 |= (bridge_cfg & PCI_EXP_LNKCTL_HAWD); in si_pcie_gen3_enable()
[all …]
/netbsd-src/sys/arch/amiga/stand/bootblock/elf2bb/
H A Delf2bb.c112 uint16_t tmp16; in main() local
367 tmp16 = htobe16(value); in main()
368 memcpy(base + be32toh(ra->r_offset), &tmp16, in main()
369 sizeof(tmp16)); in main()
397 tmp16 = htobe16(addrdiff); in main()
400 memcpy(rpo, &tmp16, sizeof(tmp16)); in main()
401 rpo += sizeof(tmp16); in main()
405 rpo -= sizeof(tmp16); in main()
406 memcpy(rpo, &tmp16, sizeof(tmp16)); in main()
/netbsd-src/libexec/ld.elf_so/arch/powerpc/
H A Dppc_reloc.c266 uint16_t tmp16 = lo(tmp); in _rtld_relocate_nonplt_objects()
269 if (*where16 != tmp16) in _rtld_relocate_nonplt_objects()
270 *where16 = tmp16; in _rtld_relocate_nonplt_objects()
273 obj->path, (void *)tmp, tmp16, defobj->path)); in _rtld_relocate_nonplt_objects()
282 uint16_t tmp16 = hi(tmp); in _rtld_relocate_nonplt_objects()
285 ++tmp16; /* adjust to ha(tmp) */ in _rtld_relocate_nonplt_objects()
288 if (*where16 != tmp16) in _rtld_relocate_nonplt_objects()
289 *where16 = tmp16; in _rtld_relocate_nonplt_objects()
297 (void *)tmp, tmp16, defobj->path)); in _rtld_relocate_nonplt_objects()
251 uint16_t tmp16 = lo(tmp); _rtld_relocate_nonplt_objects() local
267 uint16_t tmp16 = hi(tmp); _rtld_relocate_nonplt_objects() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_si.c7106 u16 tmp16; in si_pcie_gen3_enable() local
7160 tmp16 = bridge_cfg | PCI_EXP_LNKCTL_HAWD; in si_pcie_gen3_enable()
7161 pcie_capability_write_word(root, PCI_EXP_LNKCTL, tmp16); in si_pcie_gen3_enable()
7163 tmp16 = gpu_cfg | PCI_EXP_LNKCTL_HAWD; in si_pcie_gen3_enable()
7165 tmp16); in si_pcie_gen3_enable()
7185 &tmp16); in si_pcie_gen3_enable()
7186 if (tmp16 & PCI_EXP_DEVSTA_TRPND) in si_pcie_gen3_enable()
7213 &tmp16); in si_pcie_gen3_enable()
7214 tmp16 &= ~PCI_EXP_LNKCTL_HAWD; in si_pcie_gen3_enable()
7215 tmp16 |= (bridge_cfg & PCI_EXP_LNKCTL_HAWD); in si_pcie_gen3_enable()
[all …]
H A Dradeon_cik.c9571 u16 tmp16; in cik_pcie_gen3_enable() local
9625 tmp16 = bridge_cfg | PCI_EXP_LNKCTL_HAWD; in cik_pcie_gen3_enable()
9626 pcie_capability_write_word(root, PCI_EXP_LNKCTL, tmp16); in cik_pcie_gen3_enable()
9628 tmp16 = gpu_cfg | PCI_EXP_LNKCTL_HAWD; in cik_pcie_gen3_enable()
9630 tmp16); in cik_pcie_gen3_enable()
9650 &tmp16); in cik_pcie_gen3_enable()
9651 if (tmp16 & PCI_EXP_DEVSTA_TRPND) in cik_pcie_gen3_enable()
9678 &tmp16); in cik_pcie_gen3_enable()
9679 tmp16 &= ~PCI_EXP_LNKCTL_HAWD; in cik_pcie_gen3_enable()
9680 tmp16 |= (bridge_cfg & PCI_EXP_LNKCTL_HAWD); in cik_pcie_gen3_enable()
[all …]
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c206 __m128i tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16, tmp17, tmp18; in addmul() local
237 tmp16 = _mm_slli_epi32(tmp15, 1); in addmul()
242 tmp29 = _mm_or_si128(tmp16, tmp25); in addmul()
279 __m128i tmp16 = _mm_slli_epi32(tmp15, 1); in mulv() local
284 __m128i tmp29 = _mm_or_si128(tmp16, tmp25); in mulv()
/netbsd-src/sys/arch/mips/mips/
H A Dmips_emul.c439 int16_t tmp16; in mips_emul_special3() local
442 error = copyin((void *)vaddr, &tmp16, sizeof(tmp16)); in mips_emul_special3()
443 r = tmp16; in mips_emul_special3()