Home
last modified time | relevance | path

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

/openbmc/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),
68 __field(u64, dw2)
79 __entry->dw2 = dw2;
89 __entry->dw1, __entry->dw2, __entry->dw3)
H A Diommu.h928 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()
/openbmc/linux/drivers/edac/
H 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 …]
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ih.c292 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()
H A Dgfx_v9_0.c5298 uint32_t dw2 = 0; in gfx_v9_0_ring_emit_fence() local
5304 dw2 = EOP_TC_NC_ACTION_EN; in gfx_v9_0_ring_emit_fence()
5312 dw2 |= EOP_EXEC; in gfx_v9_0_ring_emit_fence()
5314 amdgpu_ring_write(ring, dw2); in gfx_v9_0_ring_emit_fence()
5584 uint32_t dw2 = 0; in gfx_v9_ring_emit_cntxcntl() local
5593 dw2 |= 0x8001; in gfx_v9_ring_emit_cntxcntl()
5595 dw2 |= 0x01000000; in gfx_v9_ring_emit_cntxcntl()
5597 dw2 |= 0x10002; in gfx_v9_ring_emit_cntxcntl()
5601 dw2 |= 0x10000000; in gfx_v9_ring_emit_cntxcntl()
5607 dw2 |= 0x10000000; in gfx_v9_ring_emit_cntxcntl()
[all …]
H A Dgfx_v7_0.c2262 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()
H 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()
H A Dgfx_v11_0.c5464 uint32_t dw2 = 0; in gfx_v11_0_ring_emit_cntxcntl() local
5466 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */ in gfx_v11_0_ring_emit_cntxcntl()
5469 dw2 |= 0x8001; in gfx_v11_0_ring_emit_cntxcntl()
5471 dw2 |= 0x01000000; in gfx_v11_0_ring_emit_cntxcntl()
5473 dw2 |= 0x10002; in gfx_v11_0_ring_emit_cntxcntl()
5477 amdgpu_ring_write(ring, dw2); in gfx_v11_0_ring_emit_cntxcntl()
H A Dgfx_v10_0.c8471 uint32_t dw2 = 0; in gfx_v10_0_ring_emit_cntxcntl() local
8477 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */ in gfx_v10_0_ring_emit_cntxcntl()
8480 dw2 |= 0x8001; in gfx_v10_0_ring_emit_cntxcntl()
8482 dw2 |= 0x01000000; in gfx_v10_0_ring_emit_cntxcntl()
8484 dw2 |= 0x10002; in gfx_v10_0_ring_emit_cntxcntl()
8488 dw2 |= 0x10000000; in gfx_v10_0_ring_emit_cntxcntl()
8494 dw2 |= 0x10000000; in gfx_v10_0_ring_emit_cntxcntl()
8498 amdgpu_ring_write(ring, dw2); in gfx_v10_0_ring_emit_cntxcntl()
/openbmc/linux/drivers/net/vmxnet3/
H A Dvmxnet3_xdp.c125 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()
H A Dvmxnet3_drv.c738 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()
/openbmc/linux/drivers/usb/mtu3/
H A Dmtu3_trace.h181 __field(u32, dw2)
189 __entry->dw2 = le32_to_cpu(gpd->buffer);
195 __entry->dw2, __entry->dw3
/openbmc/linux/include/linux/
H A Daer.h24 unsigned int dw2; member
/openbmc/linux/drivers/pci/pcie/
H 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()
H A Daer.c671 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()
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_debugfs.h54 u32 dw2; member
/openbmc/linux/drivers/usb/isp1760/
H 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()
/openbmc/linux/drivers/scsi/hisi_sas/
H 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()
1021 hdr->dw2 = cpu_to_le32(dw2); in prep_ssp_v1_hw()
H 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()
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()
H A Dhisi_sas_v3_hw.c1272 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()
H A Dhisi_sas.h502 __le32 dw2; member
/openbmc/linux/include/ras/
H A Dras_event.h323 __entry->tlp_header[2] = tlp->dw2;
/openbmc/linux/drivers/firmware/efi/
H A Dcper.c449 aer->header_log.dw2, aer->header_log.dw3); in cper_print_pcie()
/openbmc/linux/drivers/dma/
H A Dhisi_dma.c120 __le32 dw2; member
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c11377 u32 dw0, dw1, dw2, dw3; in ixgbe_io_error_detected() local
11398 dw2 = ixgbe_read_pci_cfg_dword(hw, pos + PCI_ERR_HEADER_LOG + 8); in ixgbe_io_error_detected()
11416 dw0, dw1, dw2, dw3); in ixgbe_io_error_detected()