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)
H A Diommu.h1353 u64 dw0, u64 dw1, u64 dw2, u64 dw3) in decode_prq_descriptor() argument
1361 FIELD_GET(GENMASK_ULL(63, 12), dw1), in decode_prq_descriptor()
1362 dw1 & BIT_ULL(0) ? 'r' : '-', in decode_prq_descriptor()
1363 dw1 & BIT_ULL(1) ? 'w' : '-', in decode_prq_descriptor()
1366 dw1 & BIT_ULL(2) ? 'l' : '-', in decode_prq_descriptor()
1368 FIELD_GET(GENMASK_ULL(11, 3), dw1)); in decode_prq_descriptor()
/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/arch/powerpc/mm/book3s64/
H A Dpgtable.c347 unsigned long dw1, bool flush) in mmu_partition_table_set_entry() argument
361 partition_tb[lpid].patb1 = cpu_to_be64(dw1); 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 Dradix_pgtable.c492 unsigned long rts_field, dw0, dw1; in radix_init_partition_table() local
497 dw1 = __pa(process_tb) | (PRTB_SIZE_SHIFT - 12) | PATB_GR; 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 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/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.c12160 u32 dw0, dw1, dw2, dw3; in ixgbe_io_error_detected() local
12180 dw1 = ixgbe_read_pci_cfg_dword(hw, pos + PCI_ERR_HEADER_LOG + 4); in ixgbe_io_error_detected()
12186 req_id = dw1 >> 16; in ixgbe_io_error_detected()
12199 dw0, dw1, dw2, dw3); in ixgbe_io_error_detected()