/openbmc/linux/drivers/ntb/hw/intel/ |
H A D | ntb_hw_gen3.c | 263 union { u64 v64; u32 v32; u16 v16; } u; in ndev_ntb3_debugfs_read() member 320 u.v64 = ndev_db_read(ndev, mmio + ndev->self_reg->db_mask); in ndev_ntb3_debugfs_read() 322 "Doorbell Mask -\t\t%#llx\n", u.v64); in ndev_ntb3_debugfs_read() 324 u.v64 = ndev_db_read(ndev, mmio + ndev->self_reg->db_bell); in ndev_ntb3_debugfs_read() 326 "Doorbell Bell -\t\t%#llx\n", u.v64); in ndev_ntb3_debugfs_read() 331 u.v64 = ioread64(mmio + GEN3_IMBAR1XBASE_OFFSET); in ndev_ntb3_debugfs_read() 333 "IMBAR1XBASE -\t\t%#018llx\n", u.v64); in ndev_ntb3_debugfs_read() 335 u.v64 = ioread64(mmio + GEN3_IMBAR2XBASE_OFFSET); in ndev_ntb3_debugfs_read() 337 "IMBAR2XBASE -\t\t%#018llx\n", u.v64); in ndev_ntb3_debugfs_read() 339 u.v64 = ioread64(mmio + GEN3_IMBAR1XLMT_OFFSET); in ndev_ntb3_debugfs_read() [all …]
|
H A D | ntb_hw_gen4.c | 227 union { u64 v64; u32 v32; u16 v16; } u; in ndev_ntb4_debugfs_read() member 284 u.v64 = ndev_db_read(ndev, mmio + ndev->self_reg->db_mask); in ndev_ntb4_debugfs_read() 286 "Doorbell Mask -\t\t%#llx\n", u.v64); in ndev_ntb4_debugfs_read() 291 u.v64 = ioread64(mmio + GEN4_IM23XBASE_OFFSET); in ndev_ntb4_debugfs_read() 293 "IM23XBASE -\t\t%#018llx\n", u.v64); in ndev_ntb4_debugfs_read() 295 u.v64 = ioread64(mmio + GEN4_IM45XBASE_OFFSET); in ndev_ntb4_debugfs_read() 297 "IM45XBASE -\t\t%#018llx\n", u.v64); in ndev_ntb4_debugfs_read() 299 u.v64 = ioread64(mmio + GEN4_IM23XLMT_OFFSET); in ndev_ntb4_debugfs_read() 301 "IM23XLMT -\t\t\t%#018llx\n", u.v64); in ndev_ntb4_debugfs_read() 303 u.v64 = ioread64(mmio + GEN4_IM45XLMT_OFFSET); in ndev_ntb4_debugfs_read() [all …]
|
H A D | ntb_hw_gen1.c | 500 union { u64 v64; u32 v32; u16 v16; u8 v8; } u; in ndev_ntb_debugfs_read() member 569 u.v64 = ndev_db_read(ndev, mmio + ndev->self_reg->db_mask); in ndev_ntb_debugfs_read() 571 "Doorbell Mask -\t\t%#llx\n", u.v64); in ndev_ntb_debugfs_read() 573 u.v64 = ndev_db_read(ndev, mmio + ndev->self_reg->db_bell); in ndev_ntb_debugfs_read() 575 "Doorbell Bell -\t\t%#llx\n", u.v64); in ndev_ntb_debugfs_read() 615 u.v64 = ioread64(mmio + bar2_off(ndev->xlat_reg->bar2_xlat, 2)); in ndev_ntb_debugfs_read() 617 "XLAT23 -\t\t%#018llx\n", u.v64); in ndev_ntb_debugfs_read() 628 u.v64 = ioread64(mmio + bar2_off(ndev->xlat_reg->bar2_xlat, 4)); in ndev_ntb_debugfs_read() 630 "XLAT45 -\t\t%#018llx\n", u.v64); in ndev_ntb_debugfs_read() 633 u.v64 = ioread64(mmio + bar2_off(ndev->xlat_reg->bar2_limit, 2)); in ndev_ntb_debugfs_read() [all …]
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp_target.c | 480 u64 v64; in nfp_encode_basic() local 501 v64 = GENMASK_ULL(iid_lsb + 5, iid_lsb); in nfp_encode_basic() 502 *addr &= ~v64; in nfp_encode_basic() 503 *addr |= ((u64)dest_island << iid_lsb) & v64; in nfp_encode_basic() 575 u64 v64; in nfp_encode_mu() local 590 v64 = GENMASK_ULL(iid_lsb + 5, iid_lsb); in nfp_encode_mu() 591 *addr &= ~v64; in nfp_encode_mu() 592 *addr |= (((u64)dest_island) << iid_lsb) & v64; in nfp_encode_mu() 597 v64 = GENMASK_ULL(iid_lsb + 5, iid_lsb); in nfp_encode_mu() 598 *addr &= ~v64; in nfp_encode_mu() [all …]
|
/openbmc/linux/drivers/net/can/dev/ |
H A D | calc_bittiming.c | 78 u64 v64; in can_calc_bittiming() local 133 v64 = (u64)best_bitrate_error * 1000; in can_calc_bittiming() 134 do_div(v64, bt->bitrate); in can_calc_bittiming() 135 bitrate_error = (u32)v64; in can_calc_bittiming() 152 v64 = (u64)best_brp * 1000 * 1000 * 1000; in can_calc_bittiming() 153 do_div(v64, priv->clock.freq); in can_calc_bittiming() 154 bt->tq = (u32)v64; in can_calc_bittiming()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_write.c | 12 const struct btf_enum64 *v64; in gen_btf() local 324 v64 = btf_enum64(t) + 0; in gen_btf() 325 ASSERT_STREQ(btf__str_by_offset(btf, v64->name_off), "v1", "v1_name"); in gen_btf() 326 ASSERT_EQ(v64->val_hi32, 0xffffffff, "v1_val"); in gen_btf() 327 ASSERT_EQ(v64->val_lo32, 0xffffffff, "v1_val"); in gen_btf() 328 v64 = btf_enum64(t) + 1; in gen_btf() 329 ASSERT_STREQ(btf__str_by_offset(btf, v64->name_off), "v2", "v2_name"); in gen_btf() 330 ASSERT_EQ(v64->val_hi32, 0x1, "v2_val"); in gen_btf() 331 ASSERT_EQ(v64->val_lo32, 0x23456789, "v2_val"); in gen_btf() 346 v64 = btf_enum64(t) + 0; in gen_btf() [all …]
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_rng.c | 44 uint64_t v64; member 79 hrdata.val.v64 = 0; in h_random() 91 args[0] = hrdata.val.v64; in h_random()
|
/openbmc/linux/drivers/dma/ |
H A D | fsldma.h | 89 typedef u64 __bitwise v64; typedef 93 v64 src_addr; 94 v64 dst_addr; 95 v64 next_ln_addr;
|
/openbmc/linux/net/ipv6/ila/ |
H A D | ila_lwt.c | 241 p->locator.v64 = (__force __be64)nla_get_u64(tb[ILA_ATTR_LOCATOR]); in ila_build_state() 273 if (nla_put_u64_64bit(skb, ILA_ATTR_LOCATOR, (__force u64)p->locator.v64, in ila_fill_encap_info() 308 return (a_p->locator.v64 != b_p->locator.v64); in ila_encap_cmp()
|
H A D | ila.h | 27 __be64 v64; member 50 __be64 v64; member
|
H A D | ila_common.c | 18 if (!p->locator_match.v64) in ila_init_saved_csum() 28 if (p->locator_match.v64) in get_csum_diff_iaddr()
|
H A D | ila_xlat.c | 71 return (ila->xp.ip.locator_match.v64 != *(__be64 *)arg->key); in ila_cmpfn() 101 xp->ip.locator.v64 = (__force __be64)nla_get_u64( in parse_nl_config() 105 xp->ip.locator_match.v64 = (__force __be64)nla_get_u64( in parse_nl_config() 432 (__force u64)ila->xp.ip.locator.v64, in ila_fill_info() 435 (__force u64)ila->xp.ip.locator_match.v64, in ila_fill_info()
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_cdg.c | 68 u64 v64; member 272 if (after(ack, ca->rtt_seq) && ca->rtt.v64) { in tcp_cdg_cong_avoid() 275 if (ca->rtt_prev.v64) in tcp_cdg_cong_avoid() 279 ca->rtt.v64 = 0; in tcp_cdg_cong_avoid() 366 ca->rtt.v64 = 0; in tcp_cdg_cwnd_event()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | div64.h | 46 u64 v64; in div_u64_rem() member 59 return d.v64; in div_u64_rem()
|
/openbmc/linux/drivers/ntb/hw/amd/ |
H A D | ntb_hw_amd.c | 846 union { u64 v64; u32 v32; u16 v16; } u; in ndev_debugfs_read() member 906 u.v64 = read64(mmio + AMD_BAR1XLAT_OFFSET); in ndev_debugfs_read() 908 "XLAT1 -\t\t%#018llx\n", u.v64); in ndev_debugfs_read() 910 u.v64 = read64(ndev->self_mmio + AMD_BAR23XLAT_OFFSET); in ndev_debugfs_read() 912 "XLAT23 -\t\t%#018llx\n", u.v64); in ndev_debugfs_read() 914 u.v64 = read64(ndev->self_mmio + AMD_BAR45XLAT_OFFSET); in ndev_debugfs_read() 916 "XLAT45 -\t\t%#018llx\n", u.v64); in ndev_debugfs_read() 922 u.v64 = read64(ndev->self_mmio + AMD_BAR23LMT_OFFSET); in ndev_debugfs_read() 924 "LMT23 -\t\t\t%#018llx\n", u.v64); in ndev_debugfs_read() 926 u.v64 = read64(ndev->self_mmio + AMD_BAR45LMT_OFFSET); in ndev_debugfs_read() [all …]
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | scsi.h | 39 uint64_t v64; /* numeric shortcut */ member 167 ScsiLun r = { .v64 = 0 }; in make_lun()
|
H A D | virtio-scsi.c | 278 if (r->lun[i].v64) { in virtio_scsi_locate_device()
|
/openbmc/linux/arch/x86/boot/ |
H A D | string.c | 204 u64 v64; in __div_u64_rem() member 217 return d.v64; in __div_u64_rem()
|
/openbmc/linux/Documentation/devicetree/bindings/mips/brcm/ |
H A D | soc.txt | 92 "brcm,brcmstb-ddr-phy-v64.5" 100 compatible = "brcm,brcmstb-ddr-phy-v64.5";
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 243 /* Return true if v64 is a valid float64 immediate. */ 244 static bool is_fimm64(uint64_t v64, int *cmode, int *imm8) 246 if (extract64(v64, 0, 48) == 0 247 && (extract64(v64, 54, 9) == 0x100 248 || extract64(v64, 54, 9) == 0x0ff)) { 250 *imm8 = (extract64(v64, 63, 1) << 7) 251 | (extract64(v64, 54, 1) << 6) 252 | extract64(v64, 48, 6); 943 TCGReg rd, int64_t v64) 950 imm8 = (uint8_t)v64; [all …]
|
/openbmc/qemu/tcg/ |
H A D | tcg-pool.c.inc | 76 /* For v64 or v128, depending on the host. */
|
/openbmc/qemu/tests/fp/ |
H A D | wrap.c.inc | 91 to->v64 = a.high; 101 ret.high = from->v64;
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 2485 TCGReg rd, int64_t v64) 2492 tcg_out_vmovi(s, rd, q, 0, 0xe, v64); 2501 uint8_t byte = v64 >> (i * 8); 2518 uint16_t v16 = v64; 2539 uint32_t v32 = v64; 2574 new_pool_l2(s, R_ARM_PC11, s->code_ptr, 0, v64, v64 >> 32); 2581 new_pool_label(s, (uint32_t)v64, R_ARM_PC8, s->code_ptr, 0);
|
/openbmc/phosphor-webui/app/assets/images/ |
H A D | DMTF_Redfish_logo_2017.svg | 1 …th class="st5" d="M509.6 260.1h58.2V344h-58.2z"/><path d="M518.9 268.1h40.7v64.5h-40.7z"/><path d=…
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 1756 TCGReg rd, int64_t v64) 1759 int64_t value = sextract64(v64, 0, 8 << vece); 1761 uint32_t imm = (vece << 10) | ((uint32_t)v64 & 0x3FF);
|