Home
last modified time | relevance | path

Searched refs:dw3 (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/usb/isp1760/
Disp1760-hcd.c56 __dw dw3; member
588 ptd->dw3 |= TO_DW3_PING(qh->ping); in create_ptd_atl()
596 ptd->dw3 |= TO_DW3_NAKCOUNT(nak); in create_ptd_atl()
597 ptd->dw3 |= TO_DW3_DATA_TOGGLE(qh->toggle); in create_ptd_atl()
600 ptd->dw3 &= ~TO_DW3_DATA_TOGGLE(1); in create_ptd_atl()
602 ptd->dw3 |= TO_DW3_DATA_TOGGLE(1); in create_ptd_atl()
605 ptd->dw3 |= DW3_ACTIVE_BIT; in create_ptd_atl()
607 ptd->dw3 |= TO_DW3_CERR(ERR_COUNTER); in create_ptd_atl()
991 if (ptd->dw3 & DW3_HALT_BIT) { in check_int_transfer()
1030 if (ptd->dw3 & DW3_HALT_BIT) { in check_atl_transfer()
[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
138 &dw3); 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()
1142 pos + PCI_ERR_HEADER_LOG + 12, &info->tlp.dw3); in aer_get_device_error_info()
/Linux-v4.19/include/linux/
Daer.h25 unsigned int dw3; member
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dvega10_ih.c232 u32 dw0, dw3, dw4, dw5; in vega10_ih_prescreen_iv() local
239 dw3 = le32_to_cpu(adev->irq.ih.ring[ring_index + 3]); in vega10_ih_prescreen_iv()
256 pasid = dw3 & 0xffff; in vega10_ih_prescreen_iv()
/Linux-v4.19/drivers/crypto/ccp/
Dccp-dev-v5.c180 #define CCP5_CMD_DW3(p) ((p)->dw3)
181 #define CCP5_CMD_SRC_MEM(p) ((p)->dw3.src_mem)
182 #define CCP5_CMD_SRC_HI(p) ((p)->dw3.src_hi)
183 #define CCP5_CMD_LSB_ID(p) ((p)->dw3.lsb_cxt_id)
184 #define CCP5_CMD_FIX_SRC(p) ((p)->dw3.fixed)
Dccp-dev.h625 struct dword3 dw3; member
/Linux-v4.19/include/ras/
Dras_event.h324 __entry->tlp_header[3] = tlp->dw3;
/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas_v3_hw.c338 __le32 dw3; member
1594 } else if (complete_hdr->dw3 & CMPLT_HDR_IO_IN_TARGET_MSK) { in slot_err_v3_hw()
1608 } else if (complete_hdr->dw3 & CMPLT_HDR_IO_IN_TARGET_MSK) { in slot_err_v3_hw()
1701 complete_hdr->act, complete_hdr->dw3, in slot_complete_v3_hw()
Dhisi_sas_v2_hw.c396 __le32 dw3; member
2427 complete_hdr->act, complete_hdr->dw3, in slot_complete_v2_hw()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c10976 u32 dw0, dw1, dw2, dw3; in ixgbe_io_error_detected() local
10998 dw3 = ixgbe_read_pci_cfg_dword(hw, pos + PCI_ERR_HEADER_LOG + 12); in ixgbe_io_error_detected()
11015 dw0, dw1, dw2, dw3); in ixgbe_io_error_detected()