| /linux/tools/perf/util/hisi-ptt-decoder/ |
| H 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/drivers/iommu/intel/ |
| H 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,
|
| H A D | iommu.h | 1353 u64 dw0, u64 dw1, u64 dw2, u64 dw3) in decode_prq_descriptor() argument 1360 FIELD_GET(GENMASK_ULL(31, 16), dw0), in decode_prq_descriptor() 1364 dw0 & BIT_ULL(52) ? 'x' : '-', in decode_prq_descriptor() 1365 dw0 & BIT_ULL(53) ? 'p' : '-', in decode_prq_descriptor() 1367 FIELD_GET(GENMASK_ULL(51, 32), dw0), in decode_prq_descriptor() 1371 if (dw0 & BIT_ULL(9)) { in decode_prq_descriptor()
|
| /linux/drivers/crypto/hisilicon/ |
| H A D | qm_common.h | 19 __le32 dw0; member 23 __le32 dw0; member
|
| H A D | qm.c | 67 #define QM_EQE_PHASE(dw0) (((dw0) >> 16) & 0x1) argument 70 #define QM_AEQE_PHASE(dw0) (((dw0) >> 16) & 0x1) argument 979 u32 dw0 = le32_to_cpu(eqe->dw0); in qm_get_complete_eqe_num() local 983 if (QM_EQE_PHASE(dw0) != qm->status.eqc_phase) { in qm_get_complete_eqe_num() 989 cqn = dw0 & QM_EQE_CQN_MASK; in qm_get_complete_eqe_num() 995 poll_data->qp_finish_id[eqe_num] = dw0 & QM_EQE_CQN_MASK; in qm_get_complete_eqe_num() 1007 dw0 = le32_to_cpu(eqe->dw0); in qm_get_complete_eqe_num() 1008 if (QM_EQE_PHASE(dw0) != qm->status.eqc_phase) in qm_get_complete_eqe_num() 1102 u32 dw0 = le32_to_cpu(aeqe->dw0); in qm_aeq_thread() local 1108 while (QM_AEQE_PHASE(dw0) == qm->status.aeqc_phase) { in qm_aeq_thread() [all …]
|
| /linux/arch/powerpc/include/asm/ |
| H 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()
|
| H A D | mmu.h | 303 extern void mmu_partition_table_set_entry(unsigned int lpid, unsigned long dw0,
|
| /linux/drivers/crypto/hisilicon/hpre/ |
| H A D | hpre_crypto.c | 357 err = (le32_to_cpu(sqe->dw0) >> HPRE_SQE_ALG_BITS) & in hpre_alg_res_post_hf() 360 done = (le32_to_cpu(sqe->dw0) >> HPRE_SQE_DONE_SHIFT) & in hpre_alg_res_post_hf() 366 alg = le32_to_cpu(sqe->dw0) & HREE_ALG_TYPE_MASK; in hpre_alg_res_post_hf() 548 msg->dw0 |= cpu_to_le32(0x1 << HPRE_SQE_DONE_SHIFT); in hpre_msg_request_set() 612 msg->dw0 = cpu_to_le32(le32_to_cpu(msg->dw0) | HPRE_ALG_DH_G2); in hpre_dh_compute_value() 614 msg->dw0 = cpu_to_le32(le32_to_cpu(msg->dw0) | HPRE_ALG_DH); in hpre_dh_compute_value() 814 msg->dw0 |= cpu_to_le32(HPRE_ALG_NC_NCRT); in hpre_rsa_enc() 864 msg->dw0 = cpu_to_le32(le32_to_cpu(msg->dw0) | in hpre_rsa_dec() 868 msg->dw0 = cpu_to_le32(le32_to_cpu(msg->dw0) | in hpre_rsa_dec() 1509 msg->dw0 |= cpu_to_le32(0x1U << HPRE_SQE_DONE_SHIFT); in hpre_ecdh_msg_request_set() [all …]
|
| /linux/drivers/usb/isp1760/ |
| H 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() 550 isp1763_mem_write(hcd, dst_offset, (u16 *)&ptd.dw0, in isp1763_ptd_write() 551 8 * sizeof(ptd.dw0)); in isp1763_ptd_write() 563 isp1760_mem_write(base, dst_offset + sizeof(ptd->dw0), in isp1760_ptd_write() 566 isp1760_mem_write(base, dst_offset, (__force u32 *)&ptd->dw0, in isp1760_ptd_write() 567 sizeof(ptd->dw0)); in isp1760_ptd_write() 833 ptd->dw0 = DW0_VALID_BIT; in create_ptd_atl() [all …]
|
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | pgtable.c | 346 void mmu_partition_table_set_entry(unsigned int lpid, unsigned long dw0, in mmu_partition_table_set_entry() argument 360 partition_tb[lpid].patb0 = cpu_to_be64(dw0); in mmu_partition_table_set_entry() 371 uv_register_pate(lpid, dw0, dw1); in mmu_partition_table_set_entry() 373 dw0, dw1); in mmu_partition_table_set_entry()
|
| H A D | radix_pgtable.c | 492 unsigned long rts_field, dw0, dw1; in radix_init_partition_table() local 496 dw0 = rts_field | __pa(init_mm.pgd) | RADIX_PGD_INDEX_SIZE | PATB_HR; in radix_init_partition_table() 498 mmu_partition_table_set_entry(0, dw0, dw1, false); in radix_init_partition_table()
|
| /linux/drivers/dma/amd/ptdma/ |
| H A D | ptdma-dmaengine.c | 116 bool soc = FIELD_GET(DWORD0_SOC, desc->dwouv.dw0); in ae4_core_execute_cmd() 120 desc->dwouv.dw0 |= FIELD_PREP(DWORD0_IOC, desc->dwouv.dw0); in ae4_core_execute_cmd() 121 desc->dwouv.dw0 &= ~DWORD0_SOC; in ae4_core_execute_cmd()
|
| H A D | ptdma.h | 300 u32 dw0; member
|
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_debugfs.h | 41 } dw0; member
|
| H 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/drivers/dma/ |
| H 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/drivers/crypto/ccp/ |
| H A D | ccp-dev.h | 621 struct dword0 dw0; member
|
| H A D | ccp-dev-v5.c | 156 #define CCP5_CMD_DW0(p) ((p)->dw0)
|
| /linux/drivers/scsi/hisi_sas/ |
| H A D | hisi_sas.h | 507 __le32 dw0; member
|
| H A D | hisi_sas_v1_hw.c | 932 hdr->dw0 = cpu_to_le32((port->id << CMD_HDR_PORT_OFF) | in prep_smp_v1_hw() 967 hdr->dw0 = cpu_to_le32((1 << CMD_HDR_RESP_REPORT_OFF) | in prep_ssp_v1_hw()
|
| /linux/Documentation/arch/powerpc/ |
| H A D | ultravisor.rst | 458 uint64_t dw0 /* the first double word to write */ 470 * U_P2 if ``dw0`` is invalid.
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_main.c | 12160 u32 dw0, dw1, dw2, dw3; in ixgbe_io_error_detected() local 12179 dw0 = ixgbe_read_pci_cfg_dword(hw, pos + PCI_ERR_HEADER_LOG); in ixgbe_io_error_detected() 12199 dw0, dw1, dw2, dw3); in ixgbe_io_error_detected()
|