Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/iommu/intel/
A 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)
A Diommu.h917 u64 dw0, u64 dw1, u64 dw2, u64 dw3) in decode_prq_descriptor() argument
938 snprintf(buf, size, " private=0x%llx/0x%llx\n", dw2, dw3); in decode_prq_descriptor()
/linux-6.3-rc2/drivers/edac/
A Di5100_edac.c477 u32 dw2; in i5100_read_log() local
489 syndrome = 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()
502 cas = i5100_recmemb_cas(dw2); in i5100_read_log()
503 ras = i5100_recmemb_ras(dw2); in i5100_read_log()
519 merr = i5100_nrecmema_merr(dw2); in i5100_read_log()
524 cas = i5100_nrecmemb_cas(dw2); in i5100_read_log()
525 ras = i5100_nrecmemb_ras(dw2); in i5100_read_log()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A 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()
A Dgfx_v9_0.c5180 uint32_t dw2 = 0; in gfx_v9_0_ring_emit_fence() local
5186 dw2 = EOP_TC_NC_ACTION_EN; in gfx_v9_0_ring_emit_fence()
5194 dw2 |= EOP_EXEC; in gfx_v9_0_ring_emit_fence()
5196 amdgpu_ring_write(ring, dw2); in gfx_v9_0_ring_emit_fence()
5461 uint32_t dw2 = 0; in gfx_v9_ring_emit_cntxcntl() local
5470 dw2 |= 0x8001; in gfx_v9_ring_emit_cntxcntl()
5472 dw2 |= 0x01000000; in gfx_v9_ring_emit_cntxcntl()
5474 dw2 |= 0x10002; in gfx_v9_ring_emit_cntxcntl()
5478 dw2 |= 0x10000000; in gfx_v9_ring_emit_cntxcntl()
5484 dw2 |= 0x10000000; in gfx_v9_ring_emit_cntxcntl()
[all …]
A Dgfx_v7_0.c2263 uint32_t dw2 = 0; in gfx_v7_ring_emit_cntxcntl() local
2265 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */ in gfx_v7_ring_emit_cntxcntl()
2269 dw2 |= 0x8001; in gfx_v7_ring_emit_cntxcntl()
2271 dw2 |= 0x01000000; in gfx_v7_ring_emit_cntxcntl()
2273 dw2 |= 0x10002; in gfx_v7_ring_emit_cntxcntl()
2277 amdgpu_ring_write(ring, dw2); in gfx_v7_ring_emit_cntxcntl()
A Dgfx_v8_0.c6299 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()
A Dgfx_v11_0.c5549 uint32_t dw2 = 0; in gfx_v11_0_ring_emit_cntxcntl() local
5551 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */ in gfx_v11_0_ring_emit_cntxcntl()
5554 dw2 |= 0x8001; in gfx_v11_0_ring_emit_cntxcntl()
5556 dw2 |= 0x01000000; in gfx_v11_0_ring_emit_cntxcntl()
5558 dw2 |= 0x10002; in gfx_v11_0_ring_emit_cntxcntl()
5562 amdgpu_ring_write(ring, dw2); in gfx_v11_0_ring_emit_cntxcntl()
A Dgfx_v10_0.c8588 uint32_t dw2 = 0; in gfx_v10_0_ring_emit_cntxcntl() local
8594 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */ in gfx_v10_0_ring_emit_cntxcntl()
8597 dw2 |= 0x8001; in gfx_v10_0_ring_emit_cntxcntl()
8599 dw2 |= 0x01000000; in gfx_v10_0_ring_emit_cntxcntl()
8601 dw2 |= 0x10002; in gfx_v10_0_ring_emit_cntxcntl()
8605 dw2 |= 0x10000000; in gfx_v10_0_ring_emit_cntxcntl()
8611 dw2 |= 0x10000000; in gfx_v10_0_ring_emit_cntxcntl()
8615 amdgpu_ring_write(ring, dw2); in gfx_v10_0_ring_emit_cntxcntl()
/linux-6.3-rc2/drivers/usb/mtu3/
A Dmtu3_trace.h181 __field(u32, dw2)
189 __entry->dw2 = le32_to_cpu(gpd->buffer);
195 __entry->dw2, __entry->dw3
/linux-6.3-rc2/drivers/pci/pcie/
A 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()
A Daer.c682 t->dw0, t->dw1, t->dw2, t->dw3); in __print_tlp_header()
1106 aer + PCI_ERR_HEADER_LOG + 8, &info->tlp.dw2); in aer_get_device_error_info()
/linux-6.3-rc2/include/linux/
A Daer.h24 unsigned int dw2; member
/linux-6.3-rc2/drivers/net/ethernet/huawei/hinic/
A Dhinic_debugfs.h54 u32 dw2; member
/linux-6.3-rc2/drivers/scsi/hisi_sas/
A 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()
A 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()
A Dhisi_sas_v3_hw.c1245 u32 dw1 = 0, dw2 = 0, len = 0; in prep_ssp_v3_hw() local
1277 dw2 = (((sizeof(struct ssp_command_iu) + sizeof(struct ssp_frame_hdr) in prep_ssp_v3_hw()
1281 hdr->dw2 = cpu_to_le32(dw2); in prep_ssp_v3_hw()
1382 hdr->dw2 = cpu_to_le32((((req_len - 4) / 4) << CMD_HDR_CFL_OFF) | in prep_smp_v3_hw()
1404 u32 dw1 = 0, dw2 = 0; in prep_ata_v3_hw() local
1445 dw2 |= hdr_tag << CMD_HDR_NCQ_TAG_OFF; in prep_ata_v3_hw()
1448 dw2 |= (HISI_SAS_MAX_STP_RESP_SZ / 4) << CMD_HDR_CFL_OFF | in prep_ata_v3_hw()
1450 hdr->dw2 = cpu_to_le32(dw2); in prep_ata_v3_hw()
A Dhisi_sas.h499 __le32 dw2; member
/linux-6.3-rc2/drivers/usb/isp1760/
A 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-6.3-rc2/drivers/net/vmxnet3/
A 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-6.3-rc2/include/ras/
A Dras_event.h323 __entry->tlp_header[2] = tlp->dw2;
/linux-6.3-rc2/drivers/firmware/efi/
A Dcper.c449 aer->header_log.dw2, aer->header_log.dw3); in cper_print_pcie()
/linux-6.3-rc2/drivers/dma/
A Dhisi_dma.c120 __le32 dw2; member
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_main.c11360 u32 dw0, dw1, dw2, dw3; in ixgbe_io_error_detected() local
11381 dw2 = ixgbe_read_pci_cfg_dword(hw, pos + PCI_ERR_HEADER_LOG + 8); in ixgbe_io_error_detected()
11399 dw0, dw1, dw2, dw3); in ixgbe_io_error_detected()

Completed in 152 milliseconds