/Linux-v4.19/drivers/pci/pcie/ |
D | dpc.c | 105 u32 status, mask, sev, syserr, exc, dw0, dw1, dw2, dw3, log, prefix; in dpc_process_rp_pio_error() local 132 &dw0); in dpc_process_rp_pio_error() 140 dw0, dw1, dw2, dw3); in dpc_process_rp_pio_error()
|
D | aer.c | 728 t->dw0, t->dw1, t->dw2, t->dw3); in __print_tlp_header() 1136 pos + PCI_ERR_HEADER_LOG, &info->tlp.dw0); in aer_get_device_error_info()
|
/Linux-v4.19/include/linux/ |
D | aer.h | 22 unsigned int dw0; member
|
/Linux-v4.19/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 53 __dw dw0; member 293 mem_writes8(base, ptd_offset + slot*sizeof(*ptd) + sizeof(ptd->dw0), in ptd_write() 298 mem_writes8(base, ptd_offset + slot*sizeof(*ptd), &ptd->dw0, in ptd_write() 299 sizeof(ptd->dw0)); in ptd_write() 552 ptd->dw0 = DW0_VALID_BIT; in create_ptd_atl() 553 ptd->dw0 |= TO_DW0_LENGTH(qtd->length); in create_ptd_atl() 554 ptd->dw0 |= TO_DW0_MAXPACKET(maxpacket); in create_ptd_atl() 555 ptd->dw0 |= TO_DW0_ENDPOINT(usb_pipeendpoint(qtd->urb->pipe)); in create_ptd_atl() 585 ptd->dw0 |= TO_DW0_MULTI(multi); in create_ptd_atl() 1153 ptd.dw0 |= DW0_VALID_BIT; in handle_done_ptds() [all …]
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | vega10_ih.c | 232 u32 dw0, dw3, dw4, dw5; in vega10_ih_prescreen_iv() local 238 dw0 = le32_to_cpu(adev->irq.ih.ring[ring_index + 0]); in vega10_ih_prescreen_iv() 247 switch (dw0 & 0xff) { in vega10_ih_prescreen_iv()
|
/Linux-v4.19/arch/powerpc/mm/ |
D | pgtable-book3s64.c | 208 void mmu_partition_table_set_entry(unsigned int lpid, unsigned long dw0, in mmu_partition_table_set_entry() argument 213 partition_tb[lpid].patb0 = cpu_to_be64(dw0); in mmu_partition_table_set_entry()
|
D | pgtable-radix.c | 420 unsigned long rts_field, dw0; in radix_init_partition_table() local 424 dw0 = rts_field | __pa(init_mm.pgd) | RADIX_PGD_INDEX_SIZE | PATB_HR; in radix_init_partition_table() 425 mmu_partition_table_set_entry(0, dw0, 0); in radix_init_partition_table()
|
/Linux-v4.19/drivers/scsi/hisi_sas/ |
D | hisi_sas_v2_hw.c | 393 __le32 dw0; member 1736 hdr->dw0 = cpu_to_le32((port->id << CMD_HDR_PORT_OFF) | in prep_smp_v2_hw() 1771 hdr->dw0 = cpu_to_le32((1 << CMD_HDR_RESP_REPORT_OFF) | in prep_ssp_v2_hw() 2383 switch ((complete_hdr->dw0 & CMPLT_HDR_ABORT_STAT_MSK) in slot_complete_v2_hw() 2409 if ((complete_hdr->dw0 & CMPLT_HDR_ERX_MSK) && in slot_complete_v2_hw() 2410 (!(complete_hdr->dw0 & CMPLT_HDR_RSPNS_XFRD_MSK))) { in slot_complete_v2_hw() 2411 u32 err_phase = (complete_hdr->dw0 & CMPLT_HDR_ERR_PHASE_MSK) in slot_complete_v2_hw() 2426 complete_hdr->dw0, complete_hdr->dw1, in slot_complete_v2_hw() 2531 hdr->dw0 = cpu_to_le32(port->id << CMD_HDR_PORT_OFF); in prep_ata_v2_hw() 2533 hdr->dw0 |= cpu_to_le32(3 << CMD_HDR_CMD_OFF); in prep_ata_v2_hw() [all …]
|
D | hisi_sas_v3_hw.c | 335 __le32 dw0; member 949 hdr->dw0 = cpu_to_le32((1 << CMD_HDR_RESP_REPORT_OFF) | in prep_ssp_v3_hw() 1036 hdr->dw0 = cpu_to_le32((port->id << CMD_HDR_PORT_OFF) | in prep_smp_v3_hw() 1071 hdr->dw0 = cpu_to_le32(port->id << CMD_HDR_PORT_OFF); in prep_ata_v3_hw() 1073 hdr->dw0 |= cpu_to_le32(3 << CMD_HDR_CMD_OFF); in prep_ata_v3_hw() 1075 hdr->dw0 |= cpu_to_le32(4 << CMD_HDR_CMD_OFF); in prep_ata_v3_hw() 1143 hdr->dw0 = cpu_to_le32((5 << CMD_HDR_CMD_OFF) | /*abort*/ in prep_abort_v3_hw() 1667 switch ((complete_hdr->dw0 & CMPLT_HDR_ABORT_STAT_MSK) in slot_complete_v3_hw() 1691 if ((complete_hdr->dw0 & CMPLT_HDR_CMPLT_MSK) == 0x3) { in slot_complete_v3_hw() 1700 complete_hdr->dw0, complete_hdr->dw1, in slot_complete_v3_hw()
|
D | hisi_sas.h | 330 __le32 dw0; member
|
D | hisi_sas_v1_hw.c | 974 hdr->dw0 = cpu_to_le32((port->id << CMD_HDR_PORT_OFF) | in prep_smp_v1_hw() 1009 hdr->dw0 = cpu_to_le32((1 << CMD_HDR_RESP_REPORT_OFF) | in prep_ssp_v1_hw()
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | mmu.h | 227 extern void mmu_partition_table_set_entry(unsigned int lpid, unsigned long dw0,
|
/Linux-v4.19/include/ras/ |
D | ras_event.h | 321 __entry->tlp_header[0] = tlp->dw0;
|
/Linux-v4.19/drivers/crypto/ccp/ |
D | ccp-dev.h | 622 struct dword0 dw0; member
|
D | ccp-dev-v5.c | 162 #define CCP5_CMD_DW0(p) ((p)->dw0)
|
/Linux-v4.19/drivers/pci/ |
D | pci.c | 2769 u32 dw0, bei, base, max_offset; in pci_ea_read() local 2773 pci_read_config_dword(dev, ent_offset, &dw0); in pci_ea_read() 2777 ent_size = ((dw0 & PCI_EA_ES) + 1) << 2; in pci_ea_read() 2779 if (!(dw0 & PCI_EA_ENABLE)) /* Entry not enabled */ in pci_ea_read() 2782 bei = (dw0 & PCI_EA_BEI) >> 4; in pci_ea_read() 2783 prop = (dw0 & PCI_EA_PP) >> 8; in pci_ea_read() 2790 prop = (dw0 & PCI_EA_SP) >> 16; in pci_ea_read()
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | book3s_hv.c | 3710 unsigned long dw0, dw1; in kvmppc_setup_partition_table() local 3714 dw0 = ((kvm->arch.vrma_slb_v & SLB_VSID_L) >> 1) | in kvmppc_setup_partition_table() 3717 dw0 |= kvm->arch.sdr1; in kvmppc_setup_partition_table() 3722 dw0 = PATB_HR | radix__get_tree_size() | in kvmppc_setup_partition_table() 3727 mmu_partition_table_set_entry(kvm->arch.lpid, dw0, dw1); in kvmppc_setup_partition_table()
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 10976 u32 dw0, dw1, dw2, dw3; in ixgbe_io_error_detected() local 10995 dw0 = ixgbe_read_pci_cfg_dword(hw, pos + PCI_ERR_HEADER_LOG); in ixgbe_io_error_detected() 11015 dw0, dw1, dw2, dw3); in ixgbe_io_error_detected()
|