Home
last modified time | relevance | path

Searched refs:dw2 (Results 1 – 24 of 24) sorted by relevance

/Linux-v6.1/drivers/iommu/intel/
Dtrace.h60 u64 dw0, u64 dw1, u64 dw2, u64 dw3,
63 TP_ARGS(iommu, dev, dw0, dw1, dw2, dw3, seq),
68 __field(u64, dw2)
79 __entry->dw2 = dw2;
89 __entry->dw1, __entry->dw2, __entry->dw3)
Diommu.h820 u64 dw0, u64 dw1, u64 dw2, u64 dw3) in decode_prq_descriptor() argument
841 snprintf(buf, size, " private=0x%llx/0x%llx\n", dw2, dw3); in decode_prq_descriptor()
/Linux-v6.1/drivers/edac/
Di5100_edac.c477 u32 dw2; in i5100_read_log() local
488 pci_read_config_dword(pdev, I5100_REDMEMA, &dw2); in i5100_read_log()
489 syndrome = dw2; in i5100_read_log()
490 pci_read_config_dword(pdev, I5100_REDMEMB, &dw2); in i5100_read_log()
496 pci_read_config_dword(pdev, I5100_RECMEMA, &dw2); in i5100_read_log()
497 merr = i5100_recmema_merr(dw2); in i5100_read_log()
498 bank = i5100_recmema_bank(dw2); in i5100_read_log()
499 rank = i5100_recmema_rank(dw2); in i5100_read_log()
501 pci_read_config_dword(pdev, I5100_RECMEMB, &dw2); in i5100_read_log()
502 cas = i5100_recmemb_cas(dw2); in i5100_read_log()
[all …]
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ih.c288 uint32_t dw1, dw2; in amdgpu_ih_decode_iv_ts_helper() local
294 dw2 = le32_to_cpu(ih->ring[ring_index + 2]); in amdgpu_ih_decode_iv_ts_helper()
295 return dw1 | ((u64)(dw2 & 0xffff) << 32); in amdgpu_ih_decode_iv_ts_helper()
Dgfx_v7_0.c2297 uint32_t dw2 = 0; in gfx_v7_ring_emit_cntxcntl() local
2299 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */ in gfx_v7_ring_emit_cntxcntl()
2303 dw2 |= 0x8001; in gfx_v7_ring_emit_cntxcntl()
2305 dw2 |= 0x01000000; in gfx_v7_ring_emit_cntxcntl()
2307 dw2 |= 0x10002; in gfx_v7_ring_emit_cntxcntl()
2311 amdgpu_ring_write(ring, dw2); in gfx_v7_ring_emit_cntxcntl()
Dgfx_v9_0.c5384 uint32_t dw2 = 0; in gfx_v9_ring_emit_cntxcntl() local
5389 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */ in gfx_v9_ring_emit_cntxcntl()
5392 dw2 |= 0x8001; in gfx_v9_ring_emit_cntxcntl()
5394 dw2 |= 0x01000000; in gfx_v9_ring_emit_cntxcntl()
5396 dw2 |= 0x10002; in gfx_v9_ring_emit_cntxcntl()
5400 dw2 |= 0x10000000; in gfx_v9_ring_emit_cntxcntl()
5406 dw2 |= 0x10000000; in gfx_v9_ring_emit_cntxcntl()
5410 amdgpu_ring_write(ring, dw2); in gfx_v9_ring_emit_cntxcntl()
Dgfx_v8_0.c6324 uint32_t dw2 = 0; in gfx_v8_ring_emit_cntxcntl() local
6329 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */ in gfx_v8_ring_emit_cntxcntl()
6333 dw2 |= 0x8001; in gfx_v8_ring_emit_cntxcntl()
6335 dw2 |= 0x01000000; in gfx_v8_ring_emit_cntxcntl()
6337 dw2 |= 0x10002; in gfx_v8_ring_emit_cntxcntl()
6341 dw2 |= 0x10000000; in gfx_v8_ring_emit_cntxcntl()
6347 dw2 |= 0x10000000; in gfx_v8_ring_emit_cntxcntl()
6351 amdgpu_ring_write(ring, dw2); in gfx_v8_ring_emit_cntxcntl()
Dgfx_v11_0.c5473 uint32_t dw2 = 0; in gfx_v11_0_ring_emit_cntxcntl() local
5475 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */ in gfx_v11_0_ring_emit_cntxcntl()
5478 dw2 |= 0x8001; in gfx_v11_0_ring_emit_cntxcntl()
5480 dw2 |= 0x01000000; in gfx_v11_0_ring_emit_cntxcntl()
5482 dw2 |= 0x10002; in gfx_v11_0_ring_emit_cntxcntl()
5486 amdgpu_ring_write(ring, dw2); in gfx_v11_0_ring_emit_cntxcntl()
Dgfx_v10_0.c8665 uint32_t dw2 = 0; in gfx_v10_0_ring_emit_cntxcntl() local
8671 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */ in gfx_v10_0_ring_emit_cntxcntl()
8674 dw2 |= 0x8001; in gfx_v10_0_ring_emit_cntxcntl()
8676 dw2 |= 0x01000000; in gfx_v10_0_ring_emit_cntxcntl()
8678 dw2 |= 0x10002; in gfx_v10_0_ring_emit_cntxcntl()
8682 dw2 |= 0x10000000; in gfx_v10_0_ring_emit_cntxcntl()
8688 dw2 |= 0x10000000; in gfx_v10_0_ring_emit_cntxcntl()
8692 amdgpu_ring_write(ring, dw2); in gfx_v10_0_ring_emit_cntxcntl()
/Linux-v6.1/drivers/usb/mtu3/
Dmtu3_trace.h181 __field(u32, dw2)
189 __entry->dw2 = le32_to_cpu(gpd->buffer);
195 __entry->dw2, __entry->dw3
/Linux-v6.1/drivers/pci/pcie/
Ddpc.c190 u32 status, mask, sev, syserr, exc, dw0, dw1, dw2, dw3, log, prefix; in dpc_process_rp_pio_error() local
221 &dw2); in dpc_process_rp_pio_error()
225 dw0, dw1, dw2, dw3); in dpc_process_rp_pio_error()
Daer.c679 t->dw0, t->dw1, t->dw2, t->dw3); in __print_tlp_header()
1097 aer + PCI_ERR_HEADER_LOG + 8, &info->tlp.dw2); in aer_get_device_error_info()
/Linux-v6.1/include/linux/
Daer.h24 unsigned int dw2; member
/Linux-v6.1/drivers/net/ethernet/huawei/hinic/
Dhinic_debugfs.h54 u32 dw2; member
/Linux-v6.1/drivers/scsi/hisi_sas/
Dhisi_sas_v1_hw.c941 hdr->dw2 = cpu_to_le32((((req_len-4)/4) << CMD_HDR_CFL_OFF) | in prep_smp_v1_hw()
964 u32 dw1, dw2; in prep_ssp_v1_hw() local
998 dw2 = ((sizeof(struct ssp_tmf_iu) + in prep_ssp_v1_hw()
1002 dw2 = ((sizeof(struct ssp_command_iu) + in prep_ssp_v1_hw()
1007 dw2 |= (HISI_SAS_MAX_SSP_RESP_SZ/4) << CMD_HDR_MRFL_OFF; in prep_ssp_v1_hw()
1023 dw2 |= 1 << CMD_HDR_FIRST_BURST_OFF; in prep_ssp_v1_hw()
1025 hdr->dw2 = cpu_to_le32(dw2); in prep_ssp_v1_hw()
Dhisi_sas_v2_hw.c1725 hdr->dw2 = cpu_to_le32((((req_len - 4) / 4) << CMD_HDR_CFL_OFF) | in prep_smp_v2_hw()
1748 u32 dw1 = 0, dw2 = 0; in prep_ssp_v2_hw() local
1780 dw2 = (((sizeof(struct ssp_command_iu) + sizeof(struct ssp_frame_hdr) in prep_ssp_v2_hw()
1784 hdr->dw2 = cpu_to_le32(dw2); in prep_ssp_v2_hw()
2496 u32 dw0, dw1 = 0, dw2 = 0; in prep_ata_v2_hw() local
2543 dw2 |= hdr_tag << CMD_HDR_NCQ_TAG_OFF; in prep_ata_v2_hw()
2546 dw2 |= (HISI_SAS_MAX_STP_RESP_SZ / 4) << CMD_HDR_CFL_OFF | in prep_ata_v2_hw()
2548 hdr->dw2 = cpu_to_le32(dw2); in prep_ata_v2_hw()
Dhisi_sas_v3_hw.c1231 u32 dw1 = 0, dw2 = 0, len = 0; in prep_ssp_v3_hw() local
1263 dw2 = (((sizeof(struct ssp_command_iu) + sizeof(struct ssp_frame_hdr) in prep_ssp_v3_hw()
1267 hdr->dw2 = cpu_to_le32(dw2); in prep_ssp_v3_hw()
1368 hdr->dw2 = cpu_to_le32((((req_len - 4) / 4) << CMD_HDR_CFL_OFF) | in prep_smp_v3_hw()
1390 u32 dw1 = 0, dw2 = 0; in prep_ata_v3_hw() local
1431 dw2 |= hdr_tag << CMD_HDR_NCQ_TAG_OFF; in prep_ata_v3_hw()
1434 dw2 |= (HISI_SAS_MAX_STP_RESP_SZ / 4) << CMD_HDR_CFL_OFF | in prep_ata_v3_hw()
1436 hdr->dw2 = cpu_to_le32(dw2); in prep_ata_v3_hw()
Dhisi_sas.h498 __le32 dw2; member
/Linux-v6.1/drivers/usb/isp1760/
Disp1760-hcd.c61 __dw dw2; member
72 __le32 dw2; member
516 ptd->dw2 = le32_to_dw(le32_ptd.dw2); in isp1763_ptd_read()
543 ptd.dw2 = dw_to_le32(cpu_ptd->dw2); in isp1763_ptd_write()
872 ptd->dw2 = 0; in create_ptd_atl()
873 ptd->dw2 |= TO_DW2_DATA_START_ADDR(base_to_chip(qtd->payload_addr)); in create_ptd_atl()
874 ptd->dw2 |= TO_DW2_RL(rl); in create_ptd_atl()
939 ptd->dw2 |= TO_DW(period); in transform_add_int()
1440 ptd.dw3 |= TO_DW3_NAKCOUNT(FROM_DW2_RL(ptd.dw2)); in handle_done_ptds()
/Linux-v6.1/drivers/net/vmxnet3/
Dvmxnet3_drv.c703 u32 dw2, len; in vmxnet3_map_pkt() local
712 dw2 = (tq->tx_ring.gen ^ 0x1) << VMXNET3_TXD_GEN_SHIFT; in vmxnet3_map_pkt()
722 ctx->sop_txd->dword[2] = cpu_to_le32(dw2 | ctx->copy_size); in vmxnet3_map_pkt()
736 dw2 = tq->tx_ring.gen << VMXNET3_TXD_GEN_SHIFT; in vmxnet3_map_pkt()
747 dw2 |= len; in vmxnet3_map_pkt()
767 gdesc->dword[2] = cpu_to_le32(dw2); in vmxnet3_map_pkt()
775 dw2 = tq->tx_ring.gen << VMXNET3_TXD_GEN_SHIFT; in vmxnet3_map_pkt()
791 dw2 |= len; in vmxnet3_map_pkt()
809 gdesc->dword[2] = cpu_to_le32(dw2); in vmxnet3_map_pkt()
817 dw2 = tq->tx_ring.gen << VMXNET3_TXD_GEN_SHIFT; in vmxnet3_map_pkt()
/Linux-v6.1/include/ras/
Dras_event.h323 __entry->tlp_header[2] = tlp->dw2;
/Linux-v6.1/drivers/firmware/efi/
Dcper.c445 aer->header_log.dw2, aer->header_log.dw3); in cper_print_pcie()
/Linux-v6.1/drivers/dma/
Dhisi_dma.c120 __le32 dw2; member
/Linux-v6.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c11352 u32 dw0, dw1, dw2, dw3; in ixgbe_io_error_detected() local
11373 dw2 = ixgbe_read_pci_cfg_dword(hw, pos + PCI_ERR_HEADER_LOG + 8); in ixgbe_io_error_detected()
11391 dw0, dw1, dw2, dw3); in ixgbe_io_error_detected()