Home
last modified time | relevance | path

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

12

/linux/include/trace/events/
A Dintel_iommu.h59 u64 dw0, u64 dw1, u64 dw2, u64 dw3,
62 TP_ARGS(iommu, dev, dw0, dw1, dw2, dw3, seq),
65 __field(u64, dw0)
76 __entry->dw0 = dw0;
87 decode_prq_descriptor(__get_str(buff), MSG_MAX, __entry->dw0,
/linux/drivers/dma/ptdma/
A Dptdma-dev.c71 bool soc = FIELD_GET(DWORD0_SOC, desc->dw0); in pt_core_execute_cmd()
76 desc->dw0 |= FIELD_PREP(DWORD0_IOC, desc->dw0); in pt_core_execute_cmd()
77 desc->dw0 &= ~DWORD0_SOC; in pt_core_execute_cmd()
107 desc.dw0 = CMD_DESC_DW0_VAL; in pt_core_perform_passthru()
A Dptdma.h296 u32 dw0; member
/linux/arch/powerpc/include/asm/
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()
A Dmmu.h314 extern void mmu_partition_table_set_entry(unsigned int lpid, unsigned long dw0,
/linux/drivers/crypto/hisilicon/hpre/
A Dhpre_crypto.c347 err = (le32_to_cpu(sqe->dw0) >> HPRE_SQE_ALG_BITS) & in hpre_alg_res_post_hf()
350 done = (le32_to_cpu(sqe->dw0) >> HPRE_SQE_DONE_SHIFT) & in hpre_alg_res_post_hf()
356 alg = le32_to_cpu(sqe->dw0) & HREE_ALG_TYPE_MASK; in hpre_alg_res_post_hf()
538 msg->dw0 |= cpu_to_le32(0x1 << HPRE_SQE_DONE_SHIFT); in hpre_msg_request_set()
600 msg->dw0 = cpu_to_le32(le32_to_cpu(msg->dw0) | HPRE_ALG_DH_G2); in hpre_dh_compute_value()
602 msg->dw0 = cpu_to_le32(le32_to_cpu(msg->dw0) | HPRE_ALG_DH); in hpre_dh_compute_value()
800 msg->dw0 |= cpu_to_le32(HPRE_ALG_NC_NCRT); in hpre_rsa_enc()
850 msg->dw0 = cpu_to_le32(le32_to_cpu(msg->dw0) | in hpre_rsa_dec()
854 msg->dw0 = cpu_to_le32(le32_to_cpu(msg->dw0) | in hpre_rsa_dec()
1592 msg->dw0 = cpu_to_le32(le32_to_cpu(msg->dw0) | HPRE_ALG_ECC_MUL); in hpre_ecdh_compute_value()
[all …]
A Dhpre.h91 __le32 dw0; member
/linux/arch/powerpc/mm/book3s64/
A Dpgtable.c241 void mmu_partition_table_set_entry(unsigned int lpid, unsigned long dw0, in mmu_partition_table_set_entry() argument
255 partition_tb[lpid].patb0 = cpu_to_be64(dw0); in mmu_partition_table_set_entry()
266 uv_register_pate(lpid, dw0, dw1); in mmu_partition_table_set_entry()
268 dw0, dw1); in mmu_partition_table_set_entry()
A Dradix_pgtable.c406 unsigned long rts_field, dw0, dw1; in radix_init_partition_table() local
410 dw0 = rts_field | __pa(init_mm.pgd) | RADIX_PGD_INDEX_SIZE | PATB_HR; in radix_init_partition_table()
412 mmu_partition_table_set_entry(0, dw0, dw1, false); in radix_init_partition_table()
/linux/drivers/usb/isp1760/
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()
834 ptd->dw0 = DW0_VALID_BIT; in create_ptd_atl()
835 ptd->dw0 |= TO_DW0_LENGTH(qtd->length); in create_ptd_atl()
867 ptd->dw0 |= TO_DW0_MULTI(multi); in create_ptd_atl()
1438 ptd.dw0 |= DW0_VALID_BIT; in handle_done_ptds()
[all …]
/linux/drivers/net/wireless/mediatek/mt76/
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()
/linux/include/linux/
A Dintel-iommu.h836 u64 dw0, u64 dw1, u64 dw2, u64 dw3) in decode_prq_descriptor() argument
843 FIELD_GET(GENMASK_ULL(31, 16), dw0), in decode_prq_descriptor()
847 dw0 & BIT_ULL(52) ? 'x' : '-', in decode_prq_descriptor()
848 dw0 & BIT_ULL(53) ? 'p' : '-', in decode_prq_descriptor()
850 FIELD_GET(GENMASK_ULL(51, 32), dw0), in decode_prq_descriptor()
854 if (dw0 & BIT_ULL(9)) { in decode_prq_descriptor()
A Daer.h22 unsigned int dw0; member
/linux/drivers/usb/mtu3/
A Dmtu3_trace.h181 __field(u32, dw0)
189 __entry->dw0 = le32_to_cpu(gpd->dw0_info);
196 __entry->dw0, __entry->dw1,
/linux/drivers/pci/pcie/
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()
A Daer.c669 t->dw0, t->dw1, t->dw2, t->dw3); in __print_tlp_header()
1083 aer + PCI_ERR_HEADER_LOG, &info->tlp.dw0); in aer_get_device_error_info()
/linux/drivers/scsi/hisi_sas/
A Dhisi_sas_v2_hw.c388 __le32 dw0; member
2336 u32 dw0; in slot_complete_v2_hw() local
2361 dw0 = le32_to_cpu(complete_hdr->dw0); in slot_complete_v2_hw()
2388 if ((dw0 & CMPLT_HDR_ERX_MSK) && (!(dw0 & CMPLT_HDR_RSPNS_XFRD_MSK))) { in slot_complete_v2_hw()
2402 complete_hdr->dw0, complete_hdr->dw1, in slot_complete_v2_hw()
2498 u32 dw0, dw1 = 0, dw2 = 0; in prep_ata_v2_hw() local
2502 dw0 = port->id << CMD_HDR_PORT_OFF; in prep_ata_v2_hw()
2504 dw0 |= 3 << CMD_HDR_CMD_OFF; in prep_ata_v2_hw()
2506 dw0 |= 4 << CMD_HDR_CMD_OFF; in prep_ata_v2_hw()
2509 dw0 |= CMD_HDR_FORCE_PHY_MSK; in prep_ata_v2_hw()
[all …]
A Dhisi_sas_v3_hw.c448 u32 dw0; member
458 __le32 dw0; member
1163 prot->dw0 |= T10_INSRT_EN_MSK; in fill_prot_v3_hw()
1172 prot->dw0 |= T10_CHK_EN_MSK; in fill_prot_v3_hw()
1177 prot->dw0 |= T10_INSRT_EN_MSK; in fill_prot_v3_hw()
1185 prot->dw0 |= T10_CHK_EN_MSK; in fill_prot_v3_hw()
1209 prot->dw0 |= INCR_LBRT_MSK; in fill_prot_v3_hw()
2201 u32 dw0, dw1, dw3; in slot_complete_v3_hw() local
2225 dw0 = le32_to_cpu(complete_hdr->dw0); in slot_complete_v3_hw()
2255 if ((dw0 & CMPLT_HDR_CMPLT_MSK) == 0x3) { in slot_complete_v3_hw()
[all …]
/linux/drivers/net/ethernet/huawei/hinic/
A Dhinic_debugfs.c114 return funcfg_table_elem->dw0.bs.valid; in hinic_dbg_get_func_table()
116 return funcfg_table_elem->dw0.bs.nic_rx_mode; in hinic_dbg_get_func_table()
A Dhinic_debugfs.h42 } dw0; member
/linux/drivers/dma/
A Dhisi_dma.c57 __le32 dw0; member
281 sqe->dw0 = cpu_to_le32(FIELD_PREP(OPCODE_MASK, OPCODE_M2M)); in hisi_dma_start_transfer()
282 sqe->dw0 |= cpu_to_le32(LOCAL_IRQ_EN); in hisi_dma_start_transfer()
/linux/arch/powerpc/kvm/
A Dbook3s_hv_nested.c504 void kvmhv_set_ptbl_entry(unsigned int lpid, u64 dw0, u64 dw1) in kvmhv_set_ptbl_entry() argument
507 mmu_partition_table_set_entry(lpid, dw0, dw1, true); in kvmhv_set_ptbl_entry()
511 pseries_partition_tb[lpid].patb0 = cpu_to_be64(dw0); in kvmhv_set_ptbl_entry()
519 unsigned long dw0; in kvmhv_set_nested_ptbl() local
521 dw0 = PATB_HR | radix__get_tree_size() | in kvmhv_set_nested_ptbl()
523 kvmhv_set_ptbl_entry(gp->shadow_lpid, dw0, gp->process_table); in kvmhv_set_nested_ptbl()
/linux/drivers/crypto/ccp/
A Dccp-dev.h621 struct dword0 dw0; member
/linux/include/ras/
A Dras_event.h321 __entry->tlp_header[0] = tlp->dw0;
/linux/drivers/pci/
A Dpci.c3222 u32 dw0, bei, base, max_offset; in pci_ea_read() local
3226 pci_read_config_dword(dev, ent_offset, &dw0); in pci_ea_read()
3230 ent_size = ((dw0 & PCI_EA_ES) + 1) << 2; in pci_ea_read()
3232 if (!(dw0 & PCI_EA_ENABLE)) /* Entry not enabled */ in pci_ea_read()
3235 bei = (dw0 & PCI_EA_BEI) >> 4; in pci_ea_read()
3236 prop = (dw0 & PCI_EA_PP) >> 8; in pci_ea_read()
3243 prop = (dw0 & PCI_EA_SP) >> 16; in pci_ea_read()

Completed in 82 milliseconds

12