Home
last modified time | relevance | path

Searched refs:dw0 (Results 1 – 25 of 45) sorted by relevance

12

/openbmc/linux/tools/perf/util/hisi-ptt-decoder/
H A Dhisi-ptt-pkt-decoder.c125 union hisi_ptt_4dw dw0; in hisi_ptt_4dw_print_dw0() local
128 dw0.value = *(uint32_t *)(buf + pos); in hisi_ptt_4dw_print_dw0()
138 "Format", dw0.format, "Type", dw0.type, "T9", dw0.t9, in hisi_ptt_4dw_print_dw0()
139 "T8", dw0.t8, "TH", dw0.th, "SO", dw0.so, "Length", in hisi_ptt_4dw_print_dw0()
140 dw0.len, "Time", dw0.time); in hisi_ptt_4dw_print_dw0()
/openbmc/linux/drivers/iommu/intel/
H A Dtrace.h60 u64 dw0, u64 dw1, u64 dw2, u64 dw3,
63 TP_ARGS(iommu, dev, dw0, dw1, dw2, dw3, seq),
66 __field(u64, dw0)
77 __entry->dw0 = dw0;
88 decode_prq_descriptor(__get_str(buff), MSG_MAX, __entry->dw0,
H A Diommu.h928 u64 dw0, u64 dw1, u64 dw2, u64 dw3) in decode_prq_descriptor() argument
935 FIELD_GET(GENMASK_ULL(31, 16), dw0), in decode_prq_descriptor()
939 dw0 & BIT_ULL(52) ? 'x' : '-', in decode_prq_descriptor()
940 dw0 & BIT_ULL(53) ? 'p' : '-', in decode_prq_descriptor()
942 FIELD_GET(GENMASK_ULL(51, 32), dw0), in decode_prq_descriptor()
946 if (dw0 & BIT_ULL(9)) { in decode_prq_descriptor()
/openbmc/linux/drivers/dma/ptdma/
H A Dptdma-dev.c71 bool soc = FIELD_GET(DWORD0_SOC, desc->dw0); in pt_core_execute_cmd()
77 desc->dw0 |= FIELD_PREP(DWORD0_IOC, desc->dw0); in pt_core_execute_cmd()
78 desc->dw0 &= ~DWORD0_SOC; in pt_core_execute_cmd()
109 desc.dw0 = CMD_DESC_DW0_VAL; in pt_core_perform_passthru()
H A Dptdma.h299 u32 dw0; member
/openbmc/linux/drivers/crypto/hisilicon/
H A Dqm_common.h19 __le32 dw0; member
23 __le32 dw0; member
/openbmc/linux/arch/powerpc/include/asm/
H A Dultravisor.h29 static inline int uv_register_pate(u64 lpid, u64 dw0, u64 dw1) in uv_register_pate() argument
31 return ucall_norets(UV_WRITE_PATE, lpid, dw0, dw1); in uv_register_pate()
H A Dmmu.h310 extern void mmu_partition_table_set_entry(unsigned int lpid, unsigned long dw0,
/openbmc/qemu/target/ppc/
H A Dmmu-hash64.h64 #define PATE0_GET_PS(dw0) (((dw0) & PATE0_PS) >> PPC_BIT_NR(58)) argument
H A Dmmu-book3s-v3.c43 entry->dw0 = ldq_phys(CPU(cpu)->as, patb); in ppc64_v3_get_pate()
H A Dmmu-radix64.c412 if (!(pate->dw0 & PATE0_HR)) { in validate_pate()
418 if ((pate->dw0 & PATE1_R_PRTS) < 5) { in validate_pate()
452 *h_page_size = PRTBE_R_GET_RTS(pate.dw0); in ppc_radix64_partition_scoped_xlate()
454 if (ppc_radix64_walk_tree(CPU(cpu)->as, g_raddr, pate.dw0 & PRTBE_R_RPDB, in ppc_radix64_partition_scoped_xlate()
455 pate.dw0 & PRTBE_R_RPDS, h_raddr, h_page_size, in ppc_radix64_partition_scoped_xlate()
/openbmc/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c363 err = (le32_to_cpu(sqe->dw0) >> HPRE_SQE_ALG_BITS) & in hpre_alg_res_post_hf()
366 done = (le32_to_cpu(sqe->dw0) >> HPRE_SQE_DONE_SHIFT) & in hpre_alg_res_post_hf()
372 alg = le32_to_cpu(sqe->dw0) & HREE_ALG_TYPE_MASK; in hpre_alg_res_post_hf()
554 msg->dw0 |= cpu_to_le32(0x1 << HPRE_SQE_DONE_SHIFT); in hpre_msg_request_set()
616 msg->dw0 = cpu_to_le32(le32_to_cpu(msg->dw0) | HPRE_ALG_DH_G2); in hpre_dh_compute_value()
618 msg->dw0 = cpu_to_le32(le32_to_cpu(msg->dw0) | HPRE_ALG_DH); in hpre_dh_compute_value()
818 msg->dw0 |= cpu_to_le32(HPRE_ALG_NC_NCRT); in hpre_rsa_enc()
868 msg->dw0 = cpu_to_le32(le32_to_cpu(msg->dw0) | in hpre_rsa_dec()
872 msg->dw0 = cpu_to_le32(le32_to_cpu(msg->dw0) | in hpre_rsa_dec()
1616 msg->dw0 = cpu_to_le32(le32_to_cpu(msg->dw0) | HPRE_ALG_ECC_MUL); in hpre_ecdh_compute_value()
[all …]
H A Dhpre.h89 __le32 dw0; member
/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c465 u32 dw0; member
475 __le32 dw0; member
1218 prot->dw0 |= T10_CHK_EN_MSK; in fill_prot_v3_hw()
1255 prot->dw0 |= INCR_LBRT_MSK; in fill_prot_v3_hw()
2194 u32 dw0, dw3; in is_ncq_err_v3_hw() local
2196 dw0 = le32_to_cpu(complete_hdr->dw0); in is_ncq_err_v3_hw()
2219 u32 dw0 = le32_to_cpu(complete_hdr->dw0); in slot_err_v3_hw() local
2295 u32 dw0, dw1, dw3; in slot_complete_v3_hw() local
2318 dw0 = le32_to_cpu(complete_hdr->dw0); in slot_complete_v3_hw()
2455 u32 dw0, dw1, dw3; in complete_v3_hw() local
[all …]
H A Dhisi_sas_v2_hw.c388 __le32 dw0; member
2032 u32 dw0 = le32_to_cpu(complete_hdr->dw0); in slot_err_v2_hw() local
2341 u32 dw0; in slot_complete_v2_hw() local
2365 dw0 = le32_to_cpu(complete_hdr->dw0); in slot_complete_v2_hw()
2392 if ((dw0 & CMPLT_HDR_ERX_MSK) && (!(dw0 & CMPLT_HDR_RSPNS_XFRD_MSK))) { in slot_complete_v2_hw()
2506 u32 dw0, dw1 = 0, dw2 = 0; in prep_ata_v2_hw() local
2510 dw0 = port->id << CMD_HDR_PORT_OFF; in prep_ata_v2_hw()
2512 dw0 |= 3 << CMD_HDR_CMD_OFF; in prep_ata_v2_hw()
2514 dw0 |= 4 << CMD_HDR_CMD_OFF; in prep_ata_v2_hw()
2517 dw0 |= CMD_HDR_FORCE_PHY_MSK; in prep_ata_v2_hw()
[all …]
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_usb_core.c148 u32 tbtt, dw0, dw1; in mt76x02u_restart_pre_tbtt_timer() local
155 dw0 = mt76_rr(dev, MT_TSF_TIMER_DW0); in mt76x02u_restart_pre_tbtt_timer()
157 tsf = (u64)dw0 << 32 | dw1; in mt76x02u_restart_pre_tbtt_timer()
/openbmc/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c59 __dw dw0; member
70 __le32 dw0; member
514 ptd->dw0 = le32_to_dw(le32_ptd.dw0); in isp1763_ptd_read()
541 ptd.dw0 = dw_to_le32(cpu_ptd->dw0); in isp1763_ptd_write()
551 8 * sizeof(ptd.dw0)); in isp1763_ptd_write()
567 sizeof(ptd->dw0)); in isp1760_ptd_write()
833 ptd->dw0 = DW0_VALID_BIT; in create_ptd_atl()
834 ptd->dw0 |= TO_DW0_LENGTH(qtd->length); in create_ptd_atl()
866 ptd->dw0 |= TO_DW0_MULTI(multi); in create_ptd_atl()
1437 ptd.dw0 |= DW0_VALID_BIT; in handle_done_ptds()
[all …]
/openbmc/linux/drivers/usb/mtu3/
H A Dmtu3_trace.h179 __field(u32, dw0)
187 __entry->dw0 = le32_to_cpu(gpd->dw0_info);
194 __entry->dw0, __entry->dw1,
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dpgtable.c325 void mmu_partition_table_set_entry(unsigned int lpid, unsigned long dw0, in mmu_partition_table_set_entry() argument
339 partition_tb[lpid].patb0 = cpu_to_be64(dw0); in mmu_partition_table_set_entry()
350 uv_register_pate(lpid, dw0, dw1); in mmu_partition_table_set_entry()
352 dw0, dw1); in mmu_partition_table_set_entry()
/openbmc/linux/include/linux/
H A Daer.h22 unsigned int dw0; member
/openbmc/linux/drivers/pci/pcie/
H A Ddpc.c190 u32 status, mask, sev, syserr, exc, dw0, dw1, dw2, dw3, log, prefix; in dpc_process_rp_pio_error() local
217 &dw0); in dpc_process_rp_pio_error()
225 dw0, dw1, dw2, dw3); in dpc_process_rp_pio_error()
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_debugfs.h41 } dw0; member
H A Dhinic_debugfs.c115 ret = funcfg_table_elem->dw0.bs.valid; in hinic_dbg_get_func_table()
118 ret = funcfg_table_elem->dw0.bs.nic_rx_mode; in hinic_dbg_get_func_table()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c503 void kvmhv_set_ptbl_entry(unsigned int lpid, u64 dw0, u64 dw1) in kvmhv_set_ptbl_entry() argument
506 mmu_partition_table_set_entry(lpid, dw0, dw1, true); in kvmhv_set_ptbl_entry()
510 pseries_partition_tb[lpid].patb0 = cpu_to_be64(dw0); in kvmhv_set_ptbl_entry()
518 unsigned long dw0; in kvmhv_set_nested_ptbl() local
520 dw0 = PATB_HR | radix__get_tree_size() | in kvmhv_set_nested_ptbl()
522 kvmhv_set_ptbl_entry(gp->shadow_lpid, dw0, gp->process_table); in kvmhv_set_nested_ptbl()
/openbmc/linux/drivers/dma/
H A Dhisi_dma.c113 __le32 dw0; member
525 sqe->dw0 = cpu_to_le32(FIELD_PREP(OPCODE_MASK, OPCODE_M2M)); in hisi_dma_start_transfer()
526 sqe->dw0 |= cpu_to_le32(LOCAL_IRQ_EN); in hisi_dma_start_transfer()

12