Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/edac/
Di5100_edac.c487 u32 dw2; in i5100_read_log() local
499 pci_read_config_dword(pdev, I5100_REDMEMA, &dw2); in i5100_read_log()
500 syndrome = dw2; in i5100_read_log()
501 pci_read_config_dword(pdev, I5100_REDMEMB, &dw2); in i5100_read_log()
502 ecc_loc = i5100_redmemb_ecc_locator(dw2); in i5100_read_log()
508 pci_read_config_dword(pdev, I5100_RECMEMA, &dw2); in i5100_read_log()
509 merr = i5100_recmema_merr(dw2); in i5100_read_log()
510 bank = i5100_recmema_bank(dw2); in i5100_read_log()
511 rank = i5100_recmema_rank(dw2); in i5100_read_log()
513 pci_read_config_dword(pdev, I5100_RECMEMB, &dw2); in i5100_read_log()
[all …]
/Linux-v5.4/drivers/usb/mtu3/
Dmtu3_trace.h183 __field(u32, dw2)
191 __entry->dw2 = le32_to_cpu(gpd->buffer);
197 __entry->dw2, __entry->dw3
/Linux-v5.4/drivers/pci/pcie/
Ddpc.c154 u32 status, mask, sev, syserr, exc, dw0, dw1, dw2, dw3, log, prefix; in dpc_process_rp_pio_error() local
185 &dw2); in dpc_process_rp_pio_error()
189 dw0, dw1, dw2, dw3); in dpc_process_rp_pio_error()
Daer.c714 t->dw0, t->dw1, t->dw2, t->dw3); in __print_tlp_header()
1130 pos + PCI_ERR_HEADER_LOG + 8, &info->tlp.dw2); in aer_get_device_error_info()
/Linux-v5.4/include/linux/
Daer.h24 unsigned int dw2; member
/Linux-v5.4/drivers/scsi/hisi_sas/
Dhisi_sas_v1_hw.c939 hdr->dw2 = cpu_to_le32((((req_len-4)/4) << CMD_HDR_CFL_OFF) | in prep_smp_v1_hw()
962 u32 dw1, dw2; in prep_ssp_v1_hw() local
996 dw2 = ((sizeof(struct ssp_tmf_iu) + in prep_ssp_v1_hw()
1000 dw2 = ((sizeof(struct ssp_command_iu) + in prep_ssp_v1_hw()
1005 dw2 |= (HISI_SAS_MAX_SSP_RESP_SZ/4) << CMD_HDR_MRFL_OFF; in prep_ssp_v1_hw()
1021 dw2 |= 1 << CMD_HDR_FIRST_BURST_OFF; in prep_ssp_v1_hw()
1023 hdr->dw2 = cpu_to_le32(dw2); in prep_ssp_v1_hw()
Dhisi_sas_v2_hw.c1720 hdr->dw2 = cpu_to_le32((((req_len - 4) / 4) << CMD_HDR_CFL_OFF) | in prep_smp_v2_hw()
1743 u32 dw1 = 0, dw2 = 0; in prep_ssp_v2_hw() local
1775 dw2 = (((sizeof(struct ssp_command_iu) + sizeof(struct ssp_frame_hdr) in prep_ssp_v2_hw()
1779 hdr->dw2 = cpu_to_le32(dw2); in prep_ssp_v2_hw()
2495 u32 dw0, dw1 = 0, dw2 = 0; in prep_ata_v2_hw() local
2542 dw2 |= hdr_tag << CMD_HDR_NCQ_TAG_OFF; in prep_ata_v2_hw()
2545 dw2 |= (HISI_SAS_MAX_STP_RESP_SZ / 4) << CMD_HDR_CFL_OFF | in prep_ata_v2_hw()
2547 hdr->dw2 = cpu_to_le32(dw2); in prep_ata_v2_hw()
Dhisi_sas_v3_hw.c1181 u32 dw1 = 0, dw2 = 0, len = 0; in prep_ssp_v3_hw() local
1213 dw2 = (((sizeof(struct ssp_command_iu) + sizeof(struct ssp_frame_hdr) in prep_ssp_v3_hw()
1217 hdr->dw2 = cpu_to_le32(dw2); in prep_ssp_v3_hw()
1318 hdr->dw2 = cpu_to_le32((((req_len - 4) / 4) << CMD_HDR_CFL_OFF) | in prep_smp_v3_hw()
1341 u32 dw1 = 0, dw2 = 0; in prep_ata_v3_hw() local
1382 dw2 |= hdr_tag << CMD_HDR_NCQ_TAG_OFF; in prep_ata_v3_hw()
1385 dw2 |= (HISI_SAS_MAX_STP_RESP_SZ / 4) << CMD_HDR_CFL_OFF | in prep_ata_v3_hw()
1387 hdr->dw2 = cpu_to_le32(dw2); in prep_ata_v3_hw()
Dhisi_sas.h430 __le32 dw2; member
/Linux-v5.4/drivers/usb/isp1760/
Disp1760-hcd.c55 __dw dw2; member
591 ptd->dw2 = 0; in create_ptd_atl()
592 ptd->dw2 |= TO_DW2_DATA_START_ADDR(base_to_chip(qtd->payload_addr)); in create_ptd_atl()
593 ptd->dw2 |= TO_DW2_RL(rl); in create_ptd_atl()
658 ptd->dw2 |= period; in transform_add_int()
1156 ptd.dw3 |= TO_DW3_NAKCOUNT(FROM_DW2_RL(ptd.dw2)); in handle_done_ptds()
/Linux-v5.4/drivers/net/vmxnet3/
Dvmxnet3_drv.c678 u32 dw2, len; in vmxnet3_map_pkt() local
687 dw2 = (tq->tx_ring.gen ^ 0x1) << VMXNET3_TXD_GEN_SHIFT; in vmxnet3_map_pkt()
697 ctx->sop_txd->dword[2] = cpu_to_le32(dw2 | ctx->copy_size); in vmxnet3_map_pkt()
711 dw2 = tq->tx_ring.gen << VMXNET3_TXD_GEN_SHIFT; in vmxnet3_map_pkt()
722 dw2 |= len; in vmxnet3_map_pkt()
742 gdesc->dword[2] = cpu_to_le32(dw2); in vmxnet3_map_pkt()
750 dw2 = tq->tx_ring.gen << VMXNET3_TXD_GEN_SHIFT; in vmxnet3_map_pkt()
766 dw2 |= len; in vmxnet3_map_pkt()
784 gdesc->dword[2] = cpu_to_le32(dw2); in vmxnet3_map_pkt()
792 dw2 = tq->tx_ring.gen << VMXNET3_TXD_GEN_SHIFT; in vmxnet3_map_pkt()
/Linux-v5.4/include/ras/
Dras_event.h323 __entry->tlp_header[2] = tlp->dw2;
/Linux-v5.4/drivers/firmware/efi/
Dcper.c406 aer->header_log.dw2, aer->header_log.dw3); in cper_print_pcie()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Dgfx_v10_0.c4580 uint32_t dw2 = 0; in gfx_v10_0_ring_emit_cntxcntl() local
4588 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */ in gfx_v10_0_ring_emit_cntxcntl()
4591 dw2 |= 0x8001; in gfx_v10_0_ring_emit_cntxcntl()
4593 dw2 |= 0x01000000; in gfx_v10_0_ring_emit_cntxcntl()
4595 dw2 |= 0x10002; in gfx_v10_0_ring_emit_cntxcntl()
4599 dw2 |= 0x10000000; in gfx_v10_0_ring_emit_cntxcntl()
4605 dw2 |= 0x10000000; in gfx_v10_0_ring_emit_cntxcntl()
4609 amdgpu_ring_write(ring, dw2); in gfx_v10_0_ring_emit_cntxcntl()
Dgfx_v7_0.c2325 uint32_t dw2 = 0; in gfx_v7_ring_emit_cntxcntl() local
2327 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */ in gfx_v7_ring_emit_cntxcntl()
2331 dw2 |= 0x8001; in gfx_v7_ring_emit_cntxcntl()
2333 dw2 |= 0x01000000; in gfx_v7_ring_emit_cntxcntl()
2335 dw2 |= 0x10002; in gfx_v7_ring_emit_cntxcntl()
2339 amdgpu_ring_write(ring, dw2); in gfx_v7_ring_emit_cntxcntl()
Dgfx_v9_0.c5353 uint32_t dw2 = 0; in gfx_v9_ring_emit_cntxcntl() local
5360 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */ in gfx_v9_ring_emit_cntxcntl()
5363 dw2 |= 0x8001; in gfx_v9_ring_emit_cntxcntl()
5365 dw2 |= 0x01000000; in gfx_v9_ring_emit_cntxcntl()
5367 dw2 |= 0x10002; in gfx_v9_ring_emit_cntxcntl()
5371 dw2 |= 0x10000000; in gfx_v9_ring_emit_cntxcntl()
5377 dw2 |= 0x10000000; in gfx_v9_ring_emit_cntxcntl()
5381 amdgpu_ring_write(ring, dw2); in gfx_v9_ring_emit_cntxcntl()
Dgfx_v8_0.c6411 uint32_t dw2 = 0; in gfx_v8_ring_emit_cntxcntl() local
6416 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */ in gfx_v8_ring_emit_cntxcntl()
6420 dw2 |= 0x8001; in gfx_v8_ring_emit_cntxcntl()
6422 dw2 |= 0x01000000; in gfx_v8_ring_emit_cntxcntl()
6424 dw2 |= 0x10002; in gfx_v8_ring_emit_cntxcntl()
6428 dw2 |= 0x10000000; in gfx_v8_ring_emit_cntxcntl()
6434 dw2 |= 0x10000000; in gfx_v8_ring_emit_cntxcntl()
6438 amdgpu_ring_write(ring, dw2); in gfx_v8_ring_emit_cntxcntl()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c11277 u32 dw0, dw1, dw2, dw3; in ixgbe_io_error_detected() local
11298 dw2 = ixgbe_read_pci_cfg_dword(hw, pos + PCI_ERR_HEADER_LOG + 8); in ixgbe_io_error_detected()
11316 dw0, dw1, dw2, dw3); in ixgbe_io_error_detected()