Home
last modified time | relevance | path

Searched refs:dw1 (Results 1 – 25 of 28) sorted by relevance

12

/linux/drivers/gpu/drm/i915/display/
H A Dintel_combo_phy.c33 u32 dw1, dw9, dw10; member
37 .dw1 = 0x00000000, .dw9 = 0x62AB67BB, .dw10 = 0x51914F96,
41 .dw1 = 0x00000000, .dw9 = 0x86E172C7, .dw10 = 0x77CA5EAB,
45 .dw1 = 0x00000000, .dw9 = 0x93F87FE1, .dw10 = 0x8AE871C5,
49 .dw1 = 0x00000000, .dw9 = 0x98FA82DD, .dw10 = 0x89E46DC1,
53 .dw1 = 0x00440000, .dw9 = 0x9A00AB25, .dw10 = 0x8AE38FF1,
88 (0xff << 16) | 0xff, procmon->dw1); in icl_set_procmon_ref_values()
121 (0xff << 16) | 0xff, procmon->dw1); in icl_verify_procmon_ref_values()
/linux/drivers/iommu/intel/
H A Dtrace.h60 u64 dw0, u64 dw1, u64 dw2, u64 dw3,
63 TP_ARGS(iommu, dev, dw0, dw1, dw2, dw3, seq),
67 __field(u64, dw1)
78 __entry->dw1 = dw1;
89 __entry->dw1, __entry->dw2, __entry->dw3)
H A Diommu.h1425 u64 dw0, u64 dw1, u64 dw2, u64 dw3) in decode_prq_descriptor() argument
1433 FIELD_GET(GENMASK_ULL(63, 12), dw1), in decode_prq_descriptor()
1434 dw1 & BIT_ULL(0) ? 'r' : '-', in decode_prq_descriptor()
1435 dw1 & BIT_ULL(1) ? 'w' : '-', in decode_prq_descriptor()
1438 dw1 & BIT_ULL(2) ? 'l' : '-', in decode_prq_descriptor()
1440 FIELD_GET(GENMASK_ULL(11, 3), dw1)); in decode_prq_descriptor()
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_fwif.h242 u32 dw1; member
303 u32 dw1; member
330 u32 dw1; member
348 u32 dw1; member
H A Dxe_gt_pagefault.c240 reply->dw1, in send_pagefault_reply()
280 pf->pdata = FIELD_GET(PFD_PDATA_HI, desc->dw1) << in get_pagefault()
283 pf->asid = FIELD_GET(PFD_ASID, desc->dw1); in get_pagefault()
371 reply.dw1 = FIELD_PREP(PFR_VFID, pf.vfid) | in pf_queue_work_func()
605 acc->sub_granularity = FIELD_GET(ACC_SUBG_HI, desc->dw1) << 31 | in get_acc()
607 acc->engine_class = FIELD_GET(ACC_ENG_CLASS, desc->dw1); in get_acc()
608 acc->engine_instance = FIELD_GET(ACC_ENG_INSTANCE, desc->dw1); in get_acc()
609 acc->asid = FIELD_GET(ACC_ASID, desc->dw1); in get_acc()
/linux/arch/powerpc/include/asm/
H A Dultravisor.h29 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()
H A Dmmu.h304 unsigned long dw1, bool flush);
H A Dkvm_book3s_64.h683 int kvmhv_nestedv2_set_ptbl_entry(unsigned long lpid, u64 dw0, u64 dw1);
H A Dkvm_book3s.h306 void kvmhv_set_ptbl_entry(u64 lpid, u64 dw0, u64 dw1);
/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v2_hw.c304 /* dw1 */
352 /* dw1 */
389 __le32 dw1; member
398 /* dw1 */
574 TRANS_RX_FAIL_BASE = 0x20, /* dw1 */
1720 hdr->dw1 = cpu_to_le32((sas_dev->device_id << CMD_HDR_DEV_ID_OFF) | in prep_smp_v2_hw()
1748 u32 dw1 = 0, dw2 = 0; in prep_ssp_v2_hw() local
1756 dw1 = 1 << CMD_HDR_VDTL_OFF; in prep_ssp_v2_hw()
1758 dw1 |= 2 << CMD_HDR_FRAME_TYPE_OFF; in prep_ssp_v2_hw()
1759 dw1 | in prep_ssp_v2_hw()
2507 u32 dw0, dw1 = 0, dw2 = 0; prep_ata_v2_hw() local
3143 u32 dw1 = le32_to_cpu(complete_hdr->dw1); cq_thread_v2_hw() local
3169 u32 dw1 = le32_to_cpu(complete_hdr->dw1); cq_thread_v2_hw() local
[all...]
H A Dhisi_sas_v3_hw.c372 /* dw1 */
431 /* dw1 */
487 __le32 dw1; member
496 /* dw1 */
1323 u32 dw1 = 0, dw2 = 0, len = 0; in prep_ssp_v3_hw() local
1331 dw1 = 1 << CMD_HDR_VDTL_OFF; in prep_ssp_v3_hw()
1333 dw1 |= 2 << CMD_HDR_FRAME_TYPE_OFF; in prep_ssp_v3_hw()
1334 dw1 |= DIR_NO_DATA << CMD_HDR_DIR_OFF; in prep_ssp_v3_hw()
1337 dw1 |= 1 << CMD_HDR_FRAME_TYPE_OFF; in prep_ssp_v3_hw()
1341 dw1 | in prep_ssp_v3_hw()
1487 u32 dw1 = 0, dw2 = 0; prep_ata_v3_hw() local
2354 u32 dw0, dw1, dw3; slot_complete_v3_hw() local
2514 u32 dw0, dw1, dw3; complete_v3_hw() local
[all...]
H A Dhisi_sas_v1_hw.c209 /* dw1 */
290 /* dw1 */
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 | in prep_ssp_v1_hw()
[all...]
H A Dhisi_sas.h509 /* dw1 */
510 __le32 dw1; member
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_usb_core.c148 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/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ih.c303 uint32_t dw1, dw2; in amdgpu_ih_decode_iv_ts_helper() local
308 dw1 = le32_to_cpu(ih->ring[ring_index + 1]); in amdgpu_ih_decode_iv_ts_helper()
310 return dw1 | ((u64)(dw2 & 0xffff) << 32); in amdgpu_ih_decode_iv_ts_helper()
/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c60 __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()
839 ptd->dw1 = TO_DW((usb_pipeendpoint(qtd->urb->pipe) >> 1)); in create_ptd_atl()
840 ptd->dw1 | in create_ptd_atl()
[all...]
/linux/drivers/usb/mtu3/
H A Dmtu3_trace.h180 __field(u32, dw1)
188 __entry->dw1 = le32_to_cpu(gpd->next_gpd);
194 __entry->dw0, __entry->dw1,
/linux/arch/powerpc/mm/book3s64/
H A Dpgtable.c347 unsigned long dw1, bool flush) in mmu_partition_table_set_entry() argument
361 partition_tb[lpid].patb1 = cpu_to_be64(dw1); in mmu_partition_table_set_entry()
371 uv_register_pate(lpid, dw0, dw1); in mmu_partition_table_set_entry()
372 pr_info("PATE registered by ultravisor: dw0 = 0x%lx, dw1 = 0x%lx\n", in mmu_partition_table_set_entry()
373 dw0, dw1); in mmu_partition_table_set_entry()
H A Dradix_pgtable.c492 unsigned long rts_field, dw0, dw1; in radix_init_partition_table() local
497 dw1 = __pa(process_tb) | (PRTB_SIZE_SHIFT - 12) | PATB_GR; in radix_init_partition_table()
498 mmu_partition_table_set_entry(0, dw0, dw1, false); in radix_init_partition_table()
/linux/drivers/dma/amd/ptdma/
H A Dptdma-dmaengine.c56 status = desc.dw1.status; in ae4_check_status_error()
58 cmd_q->cmd_error = desc.dw1.err_code; in ae4_check_status_error()
147 desc.dw1.status = 0; in pt_core_perform_passthru_ae4()
148 desc.dw1.err_code = 0; in pt_core_perform_passthru_ae4()
149 desc.dw1.desc_id = 0; in pt_core_perform_passthru_ae4()
/linux/drivers/dma/amd/ae4dma/
H A Dae4dma.h82 struct dword1 dw1; member
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_debugfs.h52 } dw1; member
H A Dhinic_debugfs.c121 ret = funcfg_table_elem->dw1.bs.mtu; in hinic_dbg_get_func_table()
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_nestedv2.c858 * @dw1: process table double word
860 int kvmhv_nestedv2_set_ptbl_entry(unsigned long lpid, u64 dw0, u64 dw1) in kvmhv_nestedv2_set_ptbl_entry() argument
886 prtbl.address = dw1 & PRTB_MASK; in kvmhv_nestedv2_set_ptbl_entry()
887 prtbl.gpd_size = 1ul << ((dw1 & PRTS_MASK) + 12); in kvmhv_nestedv2_set_ptbl_entry()
H A Dbook3s_hv_nested.c536 void kvmhv_set_ptbl_entry(u64 lpid, u64 dw0, u64 dw1) in kvmhv_set_ptbl_entry() argument
539 mmu_partition_table_set_entry(lpid, dw0, dw1, true); in kvmhv_set_ptbl_entry()
545 pseries_partition_tb[lpid].patb1 = cpu_to_be64(dw1); in kvmhv_set_ptbl_entry()
551 kvmhv_nestedv2_set_ptbl_entry(lpid, dw0, dw1); in kvmhv_set_ptbl_entry()

12