/linux-6.6.21/drivers/iommu/intel/ |
D | trace.h | 60 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)
|
D | iommu.h | 928 u64 dw0, u64 dw1, u64 dw2, u64 dw3) in decode_prq_descriptor() argument 949 snprintf(buf, size, " private=0x%llx/0x%llx\n", dw2, dw3); in decode_prq_descriptor()
|
/linux-6.6.21/drivers/edac/ |
D | i5100_edac.c | 477 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-6.6.21/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ih.c | 292 uint32_t dw1, dw2; in amdgpu_ih_decode_iv_ts_helper() local 298 dw2 = le32_to_cpu(ih->ring[ring_index + 2]); in amdgpu_ih_decode_iv_ts_helper() 299 return dw1 | ((u64)(dw2 & 0xffff) << 32); in amdgpu_ih_decode_iv_ts_helper()
|
D | gfx_v9_0.c | 5294 uint32_t dw2 = 0; in gfx_v9_0_ring_emit_fence() local 5300 dw2 = EOP_TC_NC_ACTION_EN; in gfx_v9_0_ring_emit_fence() 5302 dw2 = EOP_TCL1_ACTION_EN | EOP_TC_ACTION_EN | in gfx_v9_0_ring_emit_fence() 5305 dw2 |= EOP_TC_WB_ACTION_EN | EVENT_TYPE(CACHE_FLUSH_AND_INV_TS_EVENT) | in gfx_v9_0_ring_emit_fence() 5308 dw2 |= EOP_EXEC; in gfx_v9_0_ring_emit_fence() 5310 amdgpu_ring_write(ring, dw2); in gfx_v9_0_ring_emit_fence() 5580 uint32_t dw2 = 0; in gfx_v9_ring_emit_cntxcntl() local 5586 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */ in gfx_v9_ring_emit_cntxcntl() 5589 dw2 |= 0x8001; in gfx_v9_ring_emit_cntxcntl() 5591 dw2 |= 0x01000000; in gfx_v9_ring_emit_cntxcntl() [all …]
|
D | gfx_v7_0.c | 2262 uint32_t dw2 = 0; in gfx_v7_ring_emit_cntxcntl() local 2264 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */ in gfx_v7_ring_emit_cntxcntl() 2268 dw2 |= 0x8001; in gfx_v7_ring_emit_cntxcntl() 2270 dw2 |= 0x01000000; in gfx_v7_ring_emit_cntxcntl() 2272 dw2 |= 0x10002; in gfx_v7_ring_emit_cntxcntl() 2276 amdgpu_ring_write(ring, dw2); in gfx_v7_ring_emit_cntxcntl()
|
D | gfx_v8_0.c | 6299 uint32_t dw2 = 0; in gfx_v8_ring_emit_cntxcntl() local 6304 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */ in gfx_v8_ring_emit_cntxcntl() 6308 dw2 |= 0x8001; in gfx_v8_ring_emit_cntxcntl() 6310 dw2 |= 0x01000000; in gfx_v8_ring_emit_cntxcntl() 6312 dw2 |= 0x10002; in gfx_v8_ring_emit_cntxcntl() 6316 dw2 |= 0x10000000; in gfx_v8_ring_emit_cntxcntl() 6322 dw2 |= 0x10000000; in gfx_v8_ring_emit_cntxcntl() 6326 amdgpu_ring_write(ring, dw2); in gfx_v8_ring_emit_cntxcntl()
|
D | gfx_v11_0.c | 5471 uint32_t dw2 = 0; in gfx_v11_0_ring_emit_cntxcntl() local 5473 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */ in gfx_v11_0_ring_emit_cntxcntl() 5476 dw2 |= 0x8001; in gfx_v11_0_ring_emit_cntxcntl() 5478 dw2 |= 0x01000000; in gfx_v11_0_ring_emit_cntxcntl() 5480 dw2 |= 0x10002; in gfx_v11_0_ring_emit_cntxcntl() 5484 amdgpu_ring_write(ring, dw2); in gfx_v11_0_ring_emit_cntxcntl()
|
D | gfx_v10_0.c | 8478 uint32_t dw2 = 0; in gfx_v10_0_ring_emit_cntxcntl() local 8484 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */ in gfx_v10_0_ring_emit_cntxcntl() 8487 dw2 |= 0x8001; in gfx_v10_0_ring_emit_cntxcntl() 8489 dw2 |= 0x01000000; in gfx_v10_0_ring_emit_cntxcntl() 8491 dw2 |= 0x10002; in gfx_v10_0_ring_emit_cntxcntl() 8495 dw2 |= 0x10000000; in gfx_v10_0_ring_emit_cntxcntl() 8501 dw2 |= 0x10000000; in gfx_v10_0_ring_emit_cntxcntl() 8505 amdgpu_ring_write(ring, dw2); in gfx_v10_0_ring_emit_cntxcntl()
|
/linux-6.6.21/drivers/net/vmxnet3/ |
D | vmxnet3_xdp.c | 125 u32 dw2; in vmxnet3_xdp_xmit_frame() local 127 dw2 = (tq->tx_ring.gen ^ 0x1) << VMXNET3_TXD_GEN_SHIFT; in vmxnet3_xdp_xmit_frame() 128 dw2 |= xdpf->len; in vmxnet3_xdp_xmit_frame() 163 gdesc->dword[2] = cpu_to_le32(dw2); in vmxnet3_xdp_xmit_frame()
|
D | vmxnet3_drv.c | 738 u32 dw2, len; in vmxnet3_map_pkt() local 747 dw2 = (tq->tx_ring.gen ^ 0x1) << VMXNET3_TXD_GEN_SHIFT; in vmxnet3_map_pkt() 757 ctx->sop_txd->dword[2] = cpu_to_le32(dw2 | ctx->copy_size); in vmxnet3_map_pkt() 771 dw2 = tq->tx_ring.gen << VMXNET3_TXD_GEN_SHIFT; in vmxnet3_map_pkt() 782 dw2 |= len; in vmxnet3_map_pkt() 802 gdesc->dword[2] = cpu_to_le32(dw2); in vmxnet3_map_pkt() 810 dw2 = tq->tx_ring.gen << VMXNET3_TXD_GEN_SHIFT; in vmxnet3_map_pkt() 826 dw2 |= len; in vmxnet3_map_pkt() 844 gdesc->dword[2] = cpu_to_le32(dw2); in vmxnet3_map_pkt() 852 dw2 = tq->tx_ring.gen << VMXNET3_TXD_GEN_SHIFT; in vmxnet3_map_pkt()
|
/linux-6.6.21/drivers/usb/mtu3/ |
D | mtu3_trace.h | 181 __field(u32, dw2) 189 __entry->dw2 = le32_to_cpu(gpd->buffer); 195 __entry->dw2, __entry->dw3
|
/linux-6.6.21/drivers/pci/pcie/ |
D | dpc.c | 189 u32 status, mask, sev, syserr, exc, dw0, dw1, dw2, dw3, log, prefix; in dpc_process_rp_pio_error() local 220 &dw2); in dpc_process_rp_pio_error() 224 dw0, dw1, dw2, dw3); in dpc_process_rp_pio_error()
|
D | aer.c | 671 t->dw0, t->dw1, t->dw2, t->dw3); in __print_tlp_header() 1108 aer + PCI_ERR_HEADER_LOG + 8, &info->tlp.dw2); in aer_get_device_error_info()
|
/linux-6.6.21/include/linux/ |
D | aer.h | 24 unsigned int dw2; member
|
/linux-6.6.21/drivers/net/ethernet/huawei/hinic/ |
D | hinic_debugfs.h | 54 u32 dw2; member
|
/linux-6.6.21/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 61 __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-6.6.21/drivers/scsi/hisi_sas/ |
D | hisi_sas_v1_hw.c | 941 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() 1021 hdr->dw2 = cpu_to_le32(dw2); in prep_ssp_v1_hw()
|
D | hisi_sas_v2_hw.c | 1725 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() 2506 u32 dw0, dw1 = 0, dw2 = 0; in prep_ata_v2_hw() local 2553 dw2 |= hdr_tag << CMD_HDR_NCQ_TAG_OFF; in prep_ata_v2_hw() 2556 dw2 |= (HISI_SAS_MAX_STP_RESP_SZ / 4) << CMD_HDR_CFL_OFF | in prep_ata_v2_hw() 2558 hdr->dw2 = cpu_to_le32(dw2); in prep_ata_v2_hw()
|
D | hisi_sas_v3_hw.c | 1272 u32 dw1 = 0, dw2 = 0, len = 0; in prep_ssp_v3_hw() local 1304 dw2 = (((sizeof(struct ssp_command_iu) + sizeof(struct ssp_frame_hdr) in prep_ssp_v3_hw() 1308 hdr->dw2 = cpu_to_le32(dw2); in prep_ssp_v3_hw() 1409 hdr->dw2 = cpu_to_le32((((req_len - 4) / 4) << CMD_HDR_CFL_OFF) | in prep_smp_v3_hw() 1431 u32 dw1 = 0, dw2 = 0; in prep_ata_v3_hw() local 1472 dw2 |= hdr_tag << CMD_HDR_NCQ_TAG_OFF; in prep_ata_v3_hw() 1475 dw2 |= (HISI_SAS_MAX_STP_RESP_SZ / 4) << CMD_HDR_CFL_OFF | in prep_ata_v3_hw() 1477 hdr->dw2 = cpu_to_le32(dw2); in prep_ata_v3_hw()
|
D | hisi_sas.h | 502 __le32 dw2; member
|
/linux-6.6.21/include/ras/ |
D | ras_event.h | 323 __entry->tlp_header[2] = tlp->dw2;
|
/linux-6.6.21/drivers/firmware/efi/ |
D | cper.c | 449 aer->header_log.dw2, aer->header_log.dw3); in cper_print_pcie()
|
/linux-6.6.21/drivers/dma/ |
D | hisi_dma.c | 120 __le32 dw2; member
|
/linux-6.6.21/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 11335 u32 dw0, dw1, dw2, dw3; in ixgbe_io_error_detected() local 11356 dw2 = ixgbe_read_pci_cfg_dword(hw, pos + PCI_ERR_HEADER_LOG + 8); in ixgbe_io_error_detected() 11374 dw0, dw1, dw2, dw3); in ixgbe_io_error_detected()
|