Home
last modified time | relevance | path

Searched refs:dw1 (Results 1 – 15 of 15) sorted by relevance

/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),
67 __field(u64, dw1)
78 __entry->dw1 = dw1;
89 __entry->dw1, __entry->dw2, __entry->dw3)
/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.h304 unsigned long dw1, bool flush);
/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c60 __dw dw1; member
71 __le32 dw1; member
515 ptd->dw1 = le32_to_dw(le32_ptd.dw1); in isp1763_ptd_read()
542 ptd.dw1 = dw_to_le32(cpu_ptd->dw1); in isp1763_ptd_write()
564 (__force u32 *)&ptd->dw1, 7 * sizeof(ptd->dw1)); in isp1760_ptd_write()
839 ptd->dw1 = TO_DW((usb_pipeendpoint(qtd->urb->pipe) >> 1)); in create_ptd_atl()
840 ptd->dw1 |= TO_DW1_DEVICE_ADDR(usb_pipedevice(qtd->urb->pipe)); in create_ptd_atl()
841 ptd->dw1 |= TO_DW1_PID_TOKEN(qtd->packet_type); in create_ptd_atl()
844 ptd->dw1 |= DW1_TRANS_BULK; in create_ptd_atl()
846 ptd->dw1 |= DW1_TRANS_INT; in create_ptd_atl()
[all …]
/linux/drivers/dma/amd/ptdma/
H A Dptdma-dmaengine.c56 status = desc.dw1.status; in ae4_check_status_error()
58 cmd_q->cmd_error = desc.dw1.err_code; in ae4_check_status_error()
147 desc.dw1.status = 0; in pt_core_perform_passthru_ae4()
148 desc.dw1.err_code = 0; in pt_core_perform_passthru_ae4()
149 desc.dw1.desc_id = 0; in pt_core_perform_passthru_ae4()
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v1_hw.c938 hdr->dw1 = cpu_to_le32(sas_dev->device_id << CMD_HDR_DEVICE_ID_OFF); in prep_smp_v1_hw()
964 u32 dw1, dw2; in prep_ssp_v1_hw() local
974 dw1 = 1 << CMD_HDR_VERIFY_DTL_OFF; in prep_ssp_v1_hw()
977 dw1 |= 3 << CMD_HDR_SSP_FRAME_TYPE_OFF; in prep_ssp_v1_hw()
981 dw1 |= 2 << CMD_HDR_SSP_FRAME_TYPE_OFF; in prep_ssp_v1_hw()
985 dw1 |= 1 << CMD_HDR_SSP_FRAME_TYPE_OFF; in prep_ssp_v1_hw()
989 dw1 |= 0 << CMD_HDR_SSP_FRAME_TYPE_OFF; in prep_ssp_v1_hw()
994 dw1 |= sas_dev->device_id << CMD_HDR_DEVICE_ID_OFF; in prep_ssp_v1_hw()
995 hdr->dw1 = cpu_to_le32(dw1); in prep_ssp_v1_hw()
H A Dhisi_sas.h510 __le32 dw1; member
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_debugfs.h52 } dw1; member
H A Dhinic_debugfs.c121 ret = funcfg_table_elem->dw1.bs.mtu; in hinic_dbg_get_func_table()
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c536 void kvmhv_set_ptbl_entry(u64 lpid, u64 dw0, u64 dw1) in kvmhv_set_ptbl_entry() argument
539 mmu_partition_table_set_entry(lpid, dw0, dw1, true); in kvmhv_set_ptbl_entry()
545 pseries_partition_tb[lpid].patb1 = cpu_to_be64(dw1); in kvmhv_set_ptbl_entry()
551 kvmhv_nestedv2_set_ptbl_entry(lpid, dw0, dw1); in kvmhv_set_ptbl_entry()
H A Dbook3s_hv.c5447 unsigned long dw0, dw1; in kvmppc_setup_partition_table() local
5457 dw1 = kvm->arch.process_table; in kvmppc_setup_partition_table()
5461 dw1 = PATB_GR | kvm->arch.process_table; in kvmppc_setup_partition_table()
5463 kvmhv_set_ptbl_entry(kvm->arch.lpid, dw0, dw1); in kvmppc_setup_partition_table()
/linux/drivers/dma/
H A Dhisi_dma.c119 __le32 dw1; member
/linux/Documentation/arch/powerpc/
H A Dultravisor.rst459 uint64_t dw1) /* the second double word to write */
471 * U_P3 if the ``dw1`` address is invalid.
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c12152 u32 dw0, dw1, dw2, dw3; in ixgbe_io_error_detected() local
12172 dw1 = ixgbe_read_pci_cfg_dword(hw, pos + PCI_ERR_HEADER_LOG + 4); in ixgbe_io_error_detected()
12178 req_id = dw1 >> 16; in ixgbe_io_error_detected()
12191 dw0, dw1, dw2, dw3); in ixgbe_io_error_detected()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c3666 u32 dw1 = in igc_write_flex_filter_ll() local
3675 wr32(fhft + row_idx + 4, dw1); in igc_write_flex_filter_ll()