Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/edac/
Di5100_edac.c485 u32 dw2; in i5100_read_log() local
497 pci_read_config_dword(pdev, I5100_REDMEMA, &dw2); in i5100_read_log()
498 syndrome = dw2; in i5100_read_log()
499 pci_read_config_dword(pdev, I5100_REDMEMB, &dw2); in i5100_read_log()
500 ecc_loc = i5100_redmemb_ecc_locator(dw2); in i5100_read_log()
506 pci_read_config_dword(pdev, I5100_RECMEMA, &dw2); in i5100_read_log()
507 merr = i5100_recmema_merr(dw2); in i5100_read_log()
508 bank = i5100_recmema_bank(dw2); in i5100_read_log()
509 rank = i5100_recmema_rank(dw2); in i5100_read_log()
511 pci_read_config_dword(pdev, I5100_RECMEMB, &dw2); in i5100_read_log()
[all …]
/Linux-v4.19/drivers/pci/pcie/
Ddpc.c105 u32 status, mask, sev, syserr, exc, dw0, dw1, dw2, dw3, log, prefix; in dpc_process_rp_pio_error() local
136 &dw2); in dpc_process_rp_pio_error()
140 dw0, dw1, dw2, dw3); in dpc_process_rp_pio_error()
Daer.c728 t->dw0, t->dw1, t->dw2, t->dw3); in __print_tlp_header()
1140 pos + PCI_ERR_HEADER_LOG + 8, &info->tlp.dw2); in aer_get_device_error_info()
/Linux-v4.19/include/linux/
Daer.h24 unsigned int dw2; member
/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas_v1_hw.c983 hdr->dw2 = cpu_to_le32((((req_len-4)/4) << CMD_HDR_CFL_OFF) | in prep_smp_v1_hw()
1006 u32 dw1, dw2; in prep_ssp_v1_hw() local
1040 dw2 = ((sizeof(struct ssp_tmf_iu) + in prep_ssp_v1_hw()
1044 dw2 = ((sizeof(struct ssp_command_iu) + in prep_ssp_v1_hw()
1049 dw2 |= (HISI_SAS_MAX_SSP_RESP_SZ/4) << CMD_HDR_MRFL_OFF; in prep_ssp_v1_hw()
1065 dw2 |= 1 << CMD_HDR_FIRST_BURST_OFF; in prep_ssp_v1_hw()
1067 hdr->dw2 = cpu_to_le32(dw2); in prep_ssp_v1_hw()
Dhisi_sas_v3_hw.c947 u32 dw1 = 0, dw2 = 0; in prep_ssp_v3_hw() local
979 dw2 = (((sizeof(struct ssp_command_iu) + sizeof(struct ssp_frame_hdr) in prep_ssp_v3_hw()
983 hdr->dw2 = cpu_to_le32(dw2); in prep_ssp_v3_hw()
1046 hdr->dw2 = cpu_to_le32((((req_len - 4) / 4) << CMD_HDR_CFL_OFF) | in prep_smp_v3_hw()
1069 u32 dw1 = 0, dw2 = 0; in prep_ata_v3_hw() local
1107 dw2 |= hdr_tag << CMD_HDR_NCQ_TAG_OFF; in prep_ata_v3_hw()
1110 dw2 |= (HISI_SAS_MAX_STP_RESP_SZ / 4) << CMD_HDR_CFL_OFF | in prep_ata_v3_hw()
1112 hdr->dw2 = cpu_to_le32(dw2); in prep_ata_v3_hw()
Dhisi_sas_v2_hw.c1746 hdr->dw2 = cpu_to_le32((((req_len - 4) / 4) << CMD_HDR_CFL_OFF) | in prep_smp_v2_hw()
1769 u32 dw1 = 0, dw2 = 0; in prep_ssp_v2_hw() local
1801 dw2 = (((sizeof(struct ssp_command_iu) + sizeof(struct ssp_frame_hdr) in prep_ssp_v2_hw()
1805 hdr->dw2 = cpu_to_le32(dw2); in prep_ssp_v2_hw()
2527 u32 dw1 = 0, dw2 = 0; in prep_ata_v2_hw() local
2570 dw2 |= hdr_tag << CMD_HDR_NCQ_TAG_OFF; in prep_ata_v2_hw()
2573 dw2 |= (HISI_SAS_MAX_STP_RESP_SZ / 4) << CMD_HDR_CFL_OFF | in prep_ata_v2_hw()
2575 hdr->dw2 = cpu_to_le32(dw2); in prep_ata_v2_hw()
Dhisi_sas.h336 __le32 dw2; member
/Linux-v4.19/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-v4.19/drivers/net/vmxnet3/
Dvmxnet3_drv.c679 u32 dw2, len; in vmxnet3_map_pkt() local
688 dw2 = (tq->tx_ring.gen ^ 0x1) << VMXNET3_TXD_GEN_SHIFT; in vmxnet3_map_pkt()
698 ctx->sop_txd->dword[2] = cpu_to_le32(dw2 | ctx->copy_size); in vmxnet3_map_pkt()
712 dw2 = tq->tx_ring.gen << VMXNET3_TXD_GEN_SHIFT; in vmxnet3_map_pkt()
723 dw2 |= len; in vmxnet3_map_pkt()
743 gdesc->dword[2] = cpu_to_le32(dw2); in vmxnet3_map_pkt()
751 dw2 = tq->tx_ring.gen << VMXNET3_TXD_GEN_SHIFT; in vmxnet3_map_pkt()
767 dw2 |= len; in vmxnet3_map_pkt()
785 gdesc->dword[2] = cpu_to_le32(dw2); in vmxnet3_map_pkt()
793 dw2 = tq->tx_ring.gen << VMXNET3_TXD_GEN_SHIFT; in vmxnet3_map_pkt()
/Linux-v4.19/include/ras/
Dras_event.h323 __entry->tlp_header[2] = tlp->dw2;
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dgfx_v9_0.c4246 uint32_t dw2 = 0; in gfx_v9_ring_emit_cntxcntl() local
4253 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */ in gfx_v9_ring_emit_cntxcntl()
4256 dw2 |= 0x8001; in gfx_v9_ring_emit_cntxcntl()
4258 dw2 |= 0x01000000; in gfx_v9_ring_emit_cntxcntl()
4260 dw2 |= 0x10002; in gfx_v9_ring_emit_cntxcntl()
4264 dw2 |= 0x10000000; in gfx_v9_ring_emit_cntxcntl()
4270 dw2 |= 0x10000000; in gfx_v9_ring_emit_cntxcntl()
4274 amdgpu_ring_write(ring, dw2); in gfx_v9_ring_emit_cntxcntl()
Dgfx_v7_0.c2282 uint32_t dw2 = 0; in gfx_v7_ring_emit_cntxcntl() local
2284 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */ in gfx_v7_ring_emit_cntxcntl()
2288 dw2 |= 0x8001; in gfx_v7_ring_emit_cntxcntl()
2290 dw2 |= 0x01000000; in gfx_v7_ring_emit_cntxcntl()
2292 dw2 |= 0x10002; in gfx_v7_ring_emit_cntxcntl()
2296 amdgpu_ring_write(ring, dw2); in gfx_v7_ring_emit_cntxcntl()
Dgfx_v8_0.c6632 uint32_t dw2 = 0; in gfx_v8_ring_emit_cntxcntl() local
6637 dw2 |= 0x80000000; /* set load_enable otherwise this package is just NOPs */ in gfx_v8_ring_emit_cntxcntl()
6641 dw2 |= 0x8001; in gfx_v8_ring_emit_cntxcntl()
6643 dw2 |= 0x01000000; in gfx_v8_ring_emit_cntxcntl()
6645 dw2 |= 0x10002; in gfx_v8_ring_emit_cntxcntl()
6649 dw2 |= 0x10000000; in gfx_v8_ring_emit_cntxcntl()
6655 dw2 |= 0x10000000; in gfx_v8_ring_emit_cntxcntl()
6659 amdgpu_ring_write(ring, dw2); in gfx_v8_ring_emit_cntxcntl()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c10976 u32 dw0, dw1, dw2, dw3; in ixgbe_io_error_detected() local
10997 dw2 = ixgbe_read_pci_cfg_dword(hw, pos + PCI_ERR_HEADER_LOG + 8); in ixgbe_io_error_detected()
11015 dw0, dw1, dw2, dw3); in ixgbe_io_error_detected()