/linux-6.3-rc2/tools/perf/util/hisi-ptt-decoder/ |
A D | hisi-ptt-pkt-decoder.c | 125 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()
|
/linux-6.3-rc2/drivers/iommu/intel/ |
A D | trace.h | 60 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,
|
A D | iommu.h | 917 u64 dw0, u64 dw1, u64 dw2, u64 dw3) in decode_prq_descriptor() argument 924 FIELD_GET(GENMASK_ULL(31, 16), dw0), in decode_prq_descriptor() 928 dw0 & BIT_ULL(52) ? 'x' : '-', in decode_prq_descriptor() 929 dw0 & BIT_ULL(53) ? 'p' : '-', in decode_prq_descriptor() 931 FIELD_GET(GENMASK_ULL(51, 32), dw0), in decode_prq_descriptor() 935 if (dw0 & BIT_ULL(9)) { in decode_prq_descriptor()
|
/linux-6.3-rc2/drivers/dma/ptdma/ |
A D | ptdma-dev.c | 71 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()
|
A D | ptdma.h | 299 u32 dw0; member
|
/linux-6.3-rc2/drivers/crypto/hisilicon/ |
A D | qm_common.h | 20 __le32 dw0; member 24 __le32 dw0; member
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | ultravisor.h | 29 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()
|
A D | mmu.h | 315 extern void mmu_partition_table_set_entry(unsigned int lpid, unsigned long dw0,
|
/linux-6.3-rc2/arch/powerpc/mm/book3s64/ |
A D | pgtable.c | 245 void mmu_partition_table_set_entry(unsigned int lpid, unsigned long dw0, in mmu_partition_table_set_entry() argument 259 partition_tb[lpid].patb0 = cpu_to_be64(dw0); in mmu_partition_table_set_entry() 270 uv_register_pate(lpid, dw0, dw1); in mmu_partition_table_set_entry() 272 dw0, dw1); in mmu_partition_table_set_entry()
|
A D | radix_pgtable.c | 429 unsigned long rts_field, dw0, dw1; in radix_init_partition_table() local 433 dw0 = rts_field | __pa(init_mm.pgd) | RADIX_PGD_INDEX_SIZE | PATB_HR; in radix_init_partition_table() 435 mmu_partition_table_set_entry(0, dw0, dw1, false); in radix_init_partition_table()
|
/linux-6.3-rc2/drivers/crypto/hisilicon/hpre/ |
A D | hpre_crypto.c | 363 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() 1610 msg->dw0 = cpu_to_le32(le32_to_cpu(msg->dw0) | HPRE_ALG_ECC_MUL); in hpre_ecdh_compute_value() [all …]
|
A D | hpre.h | 89 __le32 dw0; member
|
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/ |
A D | mt76x02_usb_core.c | 148 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()
|
/linux-6.3-rc2/drivers/scsi/hisi_sas/ |
A D | hisi_sas_v3_hw.c | 464 u32 dw0; member 474 __le32 dw0; member 1191 prot->dw0 |= T10_CHK_EN_MSK; in fill_prot_v3_hw() 1204 prot->dw0 |= T10_CHK_EN_MSK; in fill_prot_v3_hw() 1228 prot->dw0 |= INCR_LBRT_MSK; in fill_prot_v3_hw() 2167 u32 dw0, dw3; in is_ncq_err_v3_hw() local 2169 dw0 = le32_to_cpu(complete_hdr->dw0); in is_ncq_err_v3_hw() 2258 u32 dw0, dw1, dw3; in slot_complete_v3_hw() local 2281 dw0 = le32_to_cpu(complete_hdr->dw0); in slot_complete_v3_hw() 2411 u32 dw0, dw1, dw3; in cq_thread_v3_hw() local [all …]
|
A D | hisi_sas_v2_hw.c | 388 __le32 dw0; member 2336 u32 dw0; in slot_complete_v2_hw() local 2360 dw0 = le32_to_cpu(complete_hdr->dw0); in slot_complete_v2_hw() 2387 if ((dw0 & CMPLT_HDR_ERX_MSK) && (!(dw0 & CMPLT_HDR_RSPNS_XFRD_MSK))) { in slot_complete_v2_hw() 2401 complete_hdr->dw0, complete_hdr->dw1, in slot_complete_v2_hw() 2496 u32 dw0, dw1 = 0, dw2 = 0; in prep_ata_v2_hw() local 2500 dw0 = port->id << CMD_HDR_PORT_OFF; in prep_ata_v2_hw() 2502 dw0 |= 3 << CMD_HDR_CMD_OFF; in prep_ata_v2_hw() 2504 dw0 |= 4 << CMD_HDR_CMD_OFF; in prep_ata_v2_hw() 2507 dw0 |= CMD_HDR_FORCE_PHY_MSK; in prep_ata_v2_hw() [all …]
|
/linux-6.3-rc2/drivers/usb/isp1760/ |
A D | isp1760-hcd.c | 59 __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 …]
|
/linux-6.3-rc2/drivers/usb/mtu3/ |
A D | mtu3_trace.h | 179 __field(u32, dw0) 187 __entry->dw0 = le32_to_cpu(gpd->dw0_info); 194 __entry->dw0, __entry->dw1,
|
/linux-6.3-rc2/drivers/pci/pcie/ |
A D | dpc.c | 190 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()
|
/linux-6.3-rc2/include/linux/ |
A D | aer.h | 22 unsigned int dw0; member
|
/linux-6.3-rc2/drivers/net/ethernet/huawei/hinic/ |
A D | hinic_debugfs.h | 41 } dw0; member
|
A D | hinic_debugfs.c | 115 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()
|
/linux-6.3-rc2/arch/powerpc/kvm/ |
A D | book3s_hv_nested.c | 503 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()
|
/linux-6.3-rc2/drivers/dma/ |
A D | hisi_dma.c | 113 __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()
|
/linux-6.3-rc2/drivers/crypto/ccp/ |
A D | ccp-dev.h | 621 struct dword0 dw0; member
|
/linux-6.3-rc2/include/ras/ |
A D | ras_event.h | 321 __entry->tlp_header[0] = tlp->dw0;
|