Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
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()
Dmmu.h281 extern void mmu_partition_table_set_entry(unsigned int lpid, unsigned long dw0,
Dkvm_book3s.h297 void kvmhv_set_ptbl_entry(unsigned int lpid, u64 dw0, u64 dw1);
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c303 err = (le32_to_cpu(sqe->dw0) >> HPRE_SQE_ALG_BITS) & in hpre_alg_res_post_hf()
306 done = (le32_to_cpu(sqe->dw0) >> HPRE_SQE_DONE_SHIFT) & in hpre_alg_res_post_hf()
477 msg->dw0 |= cpu_to_le32(0x1 << HPRE_SQE_DONE_SHIFT); in hpre_msg_request_set()
540 msg->dw0 = cpu_to_le32(le32_to_cpu(msg->dw0) | HPRE_ALG_DH_G2); in hpre_dh_compute_value()
542 msg->dw0 = cpu_to_le32(le32_to_cpu(msg->dw0) | HPRE_ALG_DH); in hpre_dh_compute_value()
741 msg->dw0 |= cpu_to_le32(HPRE_ALG_NC_NCRT); in hpre_rsa_enc()
791 msg->dw0 = cpu_to_le32(le32_to_cpu(msg->dw0) | in hpre_rsa_dec()
795 msg->dw0 = cpu_to_le32(le32_to_cpu(msg->dw0) | in hpre_rsa_dec()
Dhpre.h79 __le32 dw0; member
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
Dpgtable.c228 void mmu_partition_table_set_entry(unsigned int lpid, unsigned long dw0, in mmu_partition_table_set_entry() argument
242 partition_tb[lpid].patb0 = cpu_to_be64(dw0); in mmu_partition_table_set_entry()
253 uv_register_pate(lpid, dw0, dw1); in mmu_partition_table_set_entry()
255 dw0, dw1); in mmu_partition_table_set_entry()
Dradix_pgtable.c416 unsigned long rts_field, dw0, dw1; in radix_init_partition_table() local
420 dw0 = rts_field | __pa(init_mm.pgd) | RADIX_PGD_INDEX_SIZE | PATB_HR; in radix_init_partition_table()
422 mmu_partition_table_set_entry(0, dw0, dw1, false); in radix_init_partition_table()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
Dmt76x02_usb_core.c142 u32 tbtt, dw0, dw1; in mt76x02u_restart_pre_tbtt_timer() local
149 dw0 = mt76_rr(dev, MT_TSF_TIMER_DW0); in mt76x02u_restart_pre_tbtt_timer()
151 tsf = (u64)dw0 << 32 | dw1; in mt76x02u_restart_pre_tbtt_timer()
/kernel/linux/linux-5.10/drivers/usb/mtu3/
Dmtu3_trace.h181 __field(u32, dw0)
189 __entry->dw0 = le32_to_cpu(gpd->dw0_info);
196 __entry->dw0, __entry->dw1,
/kernel/linux/linux-5.10/drivers/pci/pcie/
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()
Daer.c672 t->dw0, t->dw1, t->dw2, t->dw3); in __print_tlp_header()
1082 aer + PCI_ERR_HEADER_LOG, &info->tlp.dw0); in aer_get_device_error_info()
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
Dhisi_sas_v3_hw.c434 u32 dw0; member
444 __le32 dw0; member
1149 prot->dw0 |= T10_INSRT_EN_MSK; in fill_prot_v3_hw()
1153 prot->dw0 |= (T10_RMV_EN_MSK | T10_CHK_EN_MSK); in fill_prot_v3_hw()
1158 prot->dw0 |= T10_CHK_EN_MSK; in fill_prot_v3_hw()
1163 prot->dw0 |= T10_INSRT_EN_MSK; in fill_prot_v3_hw()
1167 prot->dw0 |= (T10_RMV_EN_MSK | T10_CHK_EN_MSK); in fill_prot_v3_hw()
1171 prot->dw0 |= T10_CHK_EN_MSK; in fill_prot_v3_hw()
1184 prot->dw0 |= (0x1 << USR_DATA_BLOCK_SZ_OFF); in fill_prot_v3_hw()
1187 prot->dw0 |= (0x2 << USR_DATA_BLOCK_SZ_OFF); in fill_prot_v3_hw()
[all …]
Dhisi_sas_v2_hw.c388 __le32 dw0; member
1715 hdr->dw0 = cpu_to_le32((port->id << CMD_HDR_PORT_OFF) | in prep_smp_v2_hw()
1750 hdr->dw0 = cpu_to_le32((1 << CMD_HDR_RESP_REPORT_OFF) | in prep_ssp_v2_hw()
2336 u32 dw0; in slot_complete_v2_hw() local
2361 dw0 = le32_to_cpu(complete_hdr->dw0); in slot_complete_v2_hw()
2362 switch ((dw0 & CMPLT_HDR_ABORT_STAT_MSK) >> in slot_complete_v2_hw()
2388 if ((dw0 & CMPLT_HDR_ERX_MSK) && (!(dw0 & CMPLT_HDR_RSPNS_XFRD_MSK))) { in slot_complete_v2_hw()
2389 u32 err_phase = (dw0 & CMPLT_HDR_ERR_PHASE_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
[all …]
Dhisi_sas.h504 __le32 dw0; member
/kernel/linux/linux-5.10/include/linux/
Daer.h22 unsigned int dw0; member
/kernel/linux/linux-5.10/drivers/usb/isp1760/
Disp1760-hcd.c54 __dw dw0; member
294 mem_writes8(base, ptd_offset + slot*sizeof(*ptd) + sizeof(ptd->dw0), in ptd_write()
299 mem_writes8(base, ptd_offset + slot*sizeof(*ptd), &ptd->dw0, in ptd_write()
300 sizeof(ptd->dw0)); in ptd_write()
550 ptd->dw0 = DW0_VALID_BIT; in create_ptd_atl()
551 ptd->dw0 |= TO_DW0_LENGTH(qtd->length); in create_ptd_atl()
552 ptd->dw0 |= TO_DW0_MAXPACKET(maxpacket); in create_ptd_atl()
553 ptd->dw0 |= TO_DW0_ENDPOINT(usb_pipeendpoint(qtd->urb->pipe)); in create_ptd_atl()
583 ptd->dw0 |= TO_DW0_MULTI(multi); in create_ptd_atl()
1149 ptd.dw0 |= DW0_VALID_BIT; in handle_done_ptds()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
Dhinic_debugfs.h42 } dw0; member
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()
/kernel/linux/linux-5.10/drivers/dma/
Dhisi_dma.c57 __le32 dw0; member
289 sqe->dw0 = cpu_to_le32(FIELD_PREP(OPCODE_MASK, OPCODE_M2M)); in hisi_dma_start_transfer()
290 sqe->dw0 |= cpu_to_le32(LOCAL_IRQ_EN); in hisi_dma_start_transfer()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_hv_nested.c432 void kvmhv_set_ptbl_entry(unsigned int lpid, u64 dw0, u64 dw1) in kvmhv_set_ptbl_entry() argument
435 mmu_partition_table_set_entry(lpid, dw0, dw1, true); in kvmhv_set_ptbl_entry()
439 pseries_partition_tb[lpid].patb0 = cpu_to_be64(dw0); in kvmhv_set_ptbl_entry()
447 unsigned long dw0; in kvmhv_set_nested_ptbl() local
449 dw0 = PATB_HR | radix__get_tree_size() | in kvmhv_set_nested_ptbl()
451 kvmhv_set_ptbl_entry(gp->shadow_lpid, dw0, gp->process_table); in kvmhv_set_nested_ptbl()
/kernel/linux/linux-5.10/include/ras/
Dras_event.h321 __entry->tlp_header[0] = tlp->dw0;
/kernel/linux/linux-5.10/drivers/crypto/ccp/
Dccp-dev.h621 struct dword0 dw0; member
/kernel/linux/linux-5.10/drivers/pci/
Dpci.c3138 u32 dw0, bei, base, max_offset; in pci_ea_read() local
3142 pci_read_config_dword(dev, ent_offset, &dw0); in pci_ea_read()
3146 ent_size = ((dw0 & PCI_EA_ES) + 1) << 2; in pci_ea_read()
3148 if (!(dw0 & PCI_EA_ENABLE)) /* Entry not enabled */ in pci_ea_read()
3151 bei = (dw0 & PCI_EA_BEI) >> 4; in pci_ea_read()
3152 prop = (dw0 & PCI_EA_PP) >> 8; in pci_ea_read()
3159 prop = (dw0 & PCI_EA_SP) >> 16; in pci_ea_read()
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/
Dqm.c77 #define QM_EQE_PHASE(eqe) ((le32_to_cpu((eqe)->dw0) >> 16) & 0x1)
80 #define QM_AEQE_PHASE(aeqe) ((le32_to_cpu((aeqe)->dw0) >> 16) & 0x1)
246 __le32 dw0; member
250 __le32 dw0; member
604 u16 cqn = le32_to_cpu(eqe->dw0) & QM_EQE_CQN_MASK; in qm_to_hisi_qp()
714 type = le32_to_cpu(aeqe->dw0) >> QM_AEQE_TYPE_SHIFT; in qm_aeq_irq()
/kernel/linux/linux-5.10/drivers/firmware/efi/
Dcper.c417 aer->header_log.dw0, aer->header_log.dw1, in cper_print_pcie()

12