/linux/include/trace/events/ |
A D | intel_iommu.h | 59 u64 dw0, u64 dw1, u64 dw2, u64 dw3, 62 TP_ARGS(iommu, dev, dw0, dw1, dw2, dw3, seq), 66 __field(u64, dw1) 77 __entry->dw1 = dw1; 88 __entry->dw1, __entry->dw2, __entry->dw3)
|
/linux/drivers/gpu/drm/i915/display/ |
A D | intel_combo_phy.c | 27 u32 dw1, dw9, dw10; member 30 { .dw1 = 0x00000000, .dw9 = 0x62AB67BB, .dw10 = 0x51914F96, }, 32 { .dw1 = 0x00000000, .dw9 = 0x86E172C7, .dw10 = 0x77CA5EAB, }, 34 { .dw1 = 0x00000000, .dw9 = 0x93F87FE1, .dw10 = 0x8AE871C5, }, 36 { .dw1 = 0x00000000, .dw9 = 0x98FA82DD, .dw10 = 0x89E46DC1, }, 38 { .dw1 = 0x00440000, .dw9 = 0x9A00AB25, .dw10 = 0x8AE38FF1, }, 82 val |= procmon->dw1; in icl_set_procmon_ref_values() 116 (0xff << 16) | 0xff, procmon->dw1); in icl_verify_procmon_ref_values()
|
/linux/drivers/scsi/hisi_sas/ |
A D | hisi_sas_v2_hw.c | 389 __le32 dw1; member 1748 u32 dw1 = 0, dw2 = 0; in prep_ssp_v2_hw() local 1756 dw1 = 1 << CMD_HDR_VDTL_OFF; in prep_ssp_v2_hw() 1772 dw1 &= ~CMD_HDR_DIR_MSK; in prep_ssp_v2_hw() 1778 hdr->dw1 = cpu_to_le32(dw1); in prep_ssp_v2_hw() 2498 u32 dw0, dw1 = 0, dw2 = 0; in prep_ata_v2_hw() local 2526 dw1 &= ~CMD_HDR_DIR_MSK; in prep_ata_v2_hw() 2531 dw1 |= 1 << CMD_HDR_RESET_OFF; in prep_ata_v2_hw() 2537 hdr->dw1 = cpu_to_le32(dw1); in prep_ata_v2_hw() 3133 u32 dw1 = le32_to_cpu(complete_hdr->dw1); in cq_thread_v2_hw() local [all …]
|
A D | hisi_sas_v3_hw.c | 459 __le32 dw1; member 1251 dw1 &= ~CMD_HDR_DIR_MSK; in prep_ssp_v3_hw() 1305 dw1 |= CMD_HDR_PIR_MSK; in prep_ssp_v3_hw() 1329 hdr->dw1 = cpu_to_le32(dw1); in prep_ssp_v3_hw() 1385 u32 dw1 = 0, dw2 = 0; in prep_ata_v3_hw() local 1403 dw1 &= ~CMD_HDR_DIR_MSK; in prep_ata_v3_hw() 1418 hdr->dw1 = cpu_to_le32(dw1); in prep_ata_v3_hw() 2201 u32 dw0, dw1, dw3; in slot_complete_v3_hw() local 2226 dw1 = le32_to_cpu(complete_hdr->dw1); in slot_complete_v3_hw() 2356 u32 dw1; in cq_thread_v3_hw() local [all …]
|
A D | hisi_sas_v1_hw.c | 938 hdr->dw1 = cpu_to_le32(sas_dev->device_id << CMD_HDR_DEVICE_ID_OFF); in prep_smp_v1_hw() 964 u32 dw1, dw2; in prep_ssp_v1_hw() local 974 dw1 = 1 << CMD_HDR_VERIFY_DTL_OFF; in prep_ssp_v1_hw() 977 dw1 |= 3 << CMD_HDR_SSP_FRAME_TYPE_OFF; in prep_ssp_v1_hw() 981 dw1 |= 2 << CMD_HDR_SSP_FRAME_TYPE_OFF; in prep_ssp_v1_hw() 985 dw1 |= 1 << CMD_HDR_SSP_FRAME_TYPE_OFF; in prep_ssp_v1_hw() 989 dw1 |= 0 << CMD_HDR_SSP_FRAME_TYPE_OFF; in prep_ssp_v1_hw() 994 dw1 |= sas_dev->device_id << CMD_HDR_DEVICE_ID_OFF; in prep_ssp_v1_hw() 995 hdr->dw1 = cpu_to_le32(dw1); in prep_ssp_v1_hw()
|
A D | hisi_sas.h | 503 __le32 dw1; member
|
/linux/arch/powerpc/include/asm/ |
A D | ultravisor.h | 29 static inline int uv_register_pate(u64 lpid, u64 dw0, u64 dw1) in uv_register_pate() argument 31 return ucall_norets(UV_WRITE_PATE, lpid, dw0, dw1); in uv_register_pate()
|
A D | mmu.h | 315 unsigned long dw1, bool flush);
|
A D | kvm_book3s.h | 306 void kvmhv_set_ptbl_entry(unsigned int lpid, u64 dw0, u64 dw1);
|
/linux/arch/powerpc/mm/book3s64/ |
A D | pgtable.c | 242 unsigned long dw1, bool flush) in mmu_partition_table_set_entry() argument 256 partition_tb[lpid].patb1 = cpu_to_be64(dw1); in mmu_partition_table_set_entry() 266 uv_register_pate(lpid, dw0, dw1); in mmu_partition_table_set_entry() 268 dw0, dw1); in mmu_partition_table_set_entry()
|
A D | radix_pgtable.c | 406 unsigned long rts_field, dw0, dw1; in radix_init_partition_table() local 411 dw1 = __pa(process_tb) | (PRTB_SIZE_SHIFT - 12) | PATB_GR; in radix_init_partition_table() 412 mmu_partition_table_set_entry(0, dw0, dw1, false); in radix_init_partition_table()
|
/linux/drivers/usb/isp1760/ |
A D | isp1760-hcd.c | 60 __dw dw1; member 71 __le32 dw1; member 515 ptd->dw1 = le32_to_dw(le32_ptd.dw1); in isp1763_ptd_read() 542 ptd.dw1 = dw_to_le32(cpu_ptd->dw1); in isp1763_ptd_write() 564 (__force u32 *)&ptd->dw1, 7 * sizeof(ptd->dw1)); in isp1760_ptd_write() 842 ptd->dw1 |= TO_DW1_PID_TOKEN(qtd->packet_type); in create_ptd_atl() 845 ptd->dw1 |= DW1_TRANS_BULK; in create_ptd_atl() 847 ptd->dw1 |= DW1_TRANS_INT; in create_ptd_atl() 852 ptd->dw1 |= DW1_TRANS_SPLIT; in create_ptd_atl() 854 ptd->dw1 |= DW1_SE_USB_LOSPEED; in create_ptd_atl() [all …]
|
/linux/drivers/net/wireless/mediatek/mt76/ |
A D | mt76x02_usb_core.c | 148 u32 tbtt, dw0, dw1; in mt76x02u_restart_pre_tbtt_timer() local 156 dw1 = mt76_rr(dev, MT_TSF_TIMER_DW1); in mt76x02u_restart_pre_tbtt_timer() 157 tsf = (u64)dw0 << 32 | dw1; in mt76x02u_restart_pre_tbtt_timer()
|
/linux/include/linux/ |
A D | intel-iommu.h | 836 u64 dw0, u64 dw1, u64 dw2, u64 dw3) in decode_prq_descriptor() argument 844 FIELD_GET(GENMASK_ULL(63, 12), dw1), in decode_prq_descriptor() 845 dw1 & BIT_ULL(0) ? 'r' : '-', in decode_prq_descriptor() 846 dw1 & BIT_ULL(1) ? 'w' : '-', in decode_prq_descriptor() 849 dw1 & BIT_ULL(2) ? 'l' : '-', in decode_prq_descriptor() 851 FIELD_GET(GENMASK_ULL(11, 3), dw1)); in decode_prq_descriptor()
|
A D | aer.h | 23 unsigned int dw1; member
|
/linux/drivers/usb/mtu3/ |
A D | mtu3_trace.h | 182 __field(u32, dw1) 190 __entry->dw1 = le32_to_cpu(gpd->next_gpd); 196 __entry->dw0, __entry->dw1,
|
/linux/drivers/pci/pcie/ |
A D | dpc.c | 190 u32 status, mask, sev, syserr, exc, dw0, dw1, dw2, dw3, log, prefix; in dpc_process_rp_pio_error() local 219 &dw1); in dpc_process_rp_pio_error() 225 dw0, dw1, dw2, dw3); in dpc_process_rp_pio_error()
|
A D | aer.c | 669 t->dw0, t->dw1, t->dw2, t->dw3); in __print_tlp_header() 1085 aer + PCI_ERR_HEADER_LOG + 4, &info->tlp.dw1); in aer_get_device_error_info()
|
/linux/drivers/net/ethernet/huawei/hinic/ |
A D | hinic_debugfs.h | 53 } dw1; member
|
A D | hinic_debugfs.c | 118 return funcfg_table_elem->dw1.bs.mtu; in hinic_dbg_get_func_table()
|
/linux/include/ras/ |
A D | ras_event.h | 322 __entry->tlp_header[1] = tlp->dw1;
|
/linux/arch/powerpc/kvm/ |
A D | book3s_hv_nested.c | 504 void kvmhv_set_ptbl_entry(unsigned int lpid, u64 dw0, u64 dw1) in kvmhv_set_ptbl_entry() argument 507 mmu_partition_table_set_entry(lpid, dw0, dw1, true); in kvmhv_set_ptbl_entry() 512 pseries_partition_tb[lpid].patb1 = cpu_to_be64(dw1); in kvmhv_set_ptbl_entry()
|
/linux/drivers/dma/ |
A D | hisi_dma.c | 63 __le32 dw1; member
|
/linux/drivers/firmware/efi/ |
A D | cper.c | 416 aer->header_log.dw0, aer->header_log.dw1, in cper_print_pcie()
|
/linux/Documentation/powerpc/ |
A D | ultravisor.rst | 459 uint64_t dw1) /* the second double word to write */ 471 * U_P3 if the ``dw1`` address is invalid.
|