/kernel/linux/linux-6.6/tools/perf/util/hisi-ptt-decoder/ |
H A D | hisi-ptt-pkt-decoder.c | 125 union hisi_ptt_4dw dw0; in hisi_ptt_4dw_print_dw0() local 128 dw0.value = *(uint32_t *)(buf + pos); in hisi_ptt_4dw_print_dw0() 138 "Format", dw0.format, "Type", dw0.type, "T9", dw0.t9, in hisi_ptt_4dw_print_dw0() 139 "T8", dw0.t8, "TH", dw0.th, "SO", dw0.so, "Length", in hisi_ptt_4dw_print_dw0() 140 dw0.len, "Time", dw0 in hisi_ptt_4dw_print_dw0() [all...] |
/kernel/linux/linux-6.6/drivers/iommu/intel/ |
H A D | trace.h | 60 u64 dw0, u64 dw1, u64 dw2, u64 dw3, 63 TP_ARGS(iommu, dev, dw0, dw1, dw2, dw3, seq), 66 __field(u64, dw0) 77 __entry->dw0 = dw0; 88 decode_prq_descriptor(__get_str(buff), MSG_MAX, __entry->dw0,
|
H A D | iommu.h | 928 u64 dw0, u64 dw1, u64 dw2, u64 dw3) in decode_prq_descriptor() 935 FIELD_GET(GENMASK_ULL(31, 16), dw0), in decode_prq_descriptor() 939 dw0 & BIT_ULL(52) ? 'x' : '-', in decode_prq_descriptor() 940 dw0 & BIT_ULL(53) ? 'p' : '-', in decode_prq_descriptor() 942 FIELD_GET(GENMASK_ULL(51, 32), dw0), in decode_prq_descriptor() 946 if (dw0 & BIT_ULL(9)) { in decode_prq_descriptor() 927 decode_prq_descriptor(char *str, size_t size, u64 dw0, u64 dw1, u64 dw2, u64 dw3) decode_prq_descriptor() argument
|
/kernel/linux/linux-6.6/drivers/dma/ptdma/ |
H A D | ptdma-dev.c | 71 bool soc = FIELD_GET(DWORD0_SOC, desc->dw0); in pt_core_execute_cmd() 77 desc->dw0 |= FIELD_PREP(DWORD0_IOC, desc->dw0); in pt_core_execute_cmd() 78 desc->dw0 &= ~DWORD0_SOC; in pt_core_execute_cmd() 109 desc.dw0 = CMD_DESC_DW0_VAL; in pt_core_perform_passthru()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H 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()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H 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()
|
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/ |
H A D | qm_common.h | 19 __le32 dw0; member 23 __le32 dw0; member
|
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
H A D | pgtable.c | 228 void mmu_partition_table_set_entry(unsigned int lpid, unsigned long dw0, in mmu_partition_table_set_entry() argument 242 partition_tb[lpid].patb0 = cpu_to_be64(dw0); in mmu_partition_table_set_entry() 253 uv_register_pate(lpid, dw0, dw1); in mmu_partition_table_set_entry() 254 pr_info("PATE registered by ultravisor: dw0 = 0x%lx, dw1 = 0x%lx\n", in mmu_partition_table_set_entry() 255 dw0, dw1); in mmu_partition_table_set_entry()
|
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/hpre/ |
H A D | hpre_crypto.c | 303 err = (le32_to_cpu(sqe->dw0) >> HPRE_SQE_ALG_BITS) & in hpre_alg_res_post_hf() 306 done = (le32_to_cpu(sqe->dw0) >> HPRE_SQE_DONE_SHIFT) & in hpre_alg_res_post_hf() 477 msg->dw0 |= cpu_to_le32(0x1 << HPRE_SQE_DONE_SHIFT); in hpre_msg_request_set() 540 msg->dw0 = cpu_to_le32(le32_to_cpu(msg->dw0) | HPRE_ALG_DH_G2); in hpre_dh_compute_value() 542 msg->dw0 = cpu_to_le32(le32_to_cpu(msg->dw0) | HPRE_ALG_DH); in hpre_dh_compute_value() 741 msg->dw0 |= cpu_to_le32(HPRE_ALG_NC_NCRT); in hpre_rsa_enc() 791 msg->dw0 = cpu_to_le32(le32_to_cpu(msg->dw0) | in hpre_rsa_dec() [all...] |
H A D | hpre.h | 79 __le32 dw0; member
|
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v3_hw.c | 337 /* dw0 */ 388 /* dw0 */ 436 u32 dw0; member 446 __le32 dw0; member 453 /* dw0 */ 1154 prot->dw0 |= T10_INSRT_EN_MSK; in fill_prot_v3_hw() 1158 prot->dw0 |= (T10_RMV_EN_MSK | T10_CHK_EN_MSK); in fill_prot_v3_hw() 1163 prot->dw0 |= T10_CHK_EN_MSK; in fill_prot_v3_hw() 1168 prot->dw0 |= T10_INSRT_EN_MSK; in fill_prot_v3_hw() 1172 prot->dw0 | in fill_prot_v3_hw() 2138 u32 dw0 = le32_to_cpu(complete_hdr->dw0); slot_err_v3_hw() local 2205 u32 dw0, dw1, dw3; slot_complete_v3_hw() local [all...] |
H A D | hisi_sas_v2_hw.c | 285 /* dw0 */ 338 /* dw0 */ 388 __le32 dw0; member 395 /* dw0 */ 573 TRANS_TX_FAIL_BASE = 0x0, /* dw0 */ 1714 /* dw0 */ in prep_smp_v2_hw() 1715 hdr->dw0 = cpu_to_le32((port->id << CMD_HDR_PORT_OFF) | in prep_smp_v2_hw() 1750 hdr->dw0 = cpu_to_le32((1 << CMD_HDR_RESP_REPORT_OFF) | in prep_ssp_v2_hw() 2033 u32 dw0 = le32_to_cpu(complete_hdr->dw0); in slot_err_v2_hw() local 2342 u32 dw0; slot_complete_v2_hw() local 2505 u32 dw0, dw1 = 0, dw2 = 0; prep_ata_v2_hw() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v3_hw.c | 352 /* dw0 */ 403 /* dw0 */ 465 u32 dw0; member 475 __le32 dw0; member 482 /* dw0 */ 1209 prot->dw0 |= T10_INSRT_EN_MSK; in fill_prot_v3_hw() 1213 prot->dw0 |= (T10_RMV_EN_MSK | T10_CHK_EN_MSK); in fill_prot_v3_hw() 1218 prot->dw0 |= T10_CHK_EN_MSK; in fill_prot_v3_hw() 1223 prot->dw0 |= T10_INSRT_EN_MSK; in fill_prot_v3_hw() 1227 prot->dw0 | in fill_prot_v3_hw() 2194 u32 dw0, dw3; is_ncq_err_v3_hw() local 2219 u32 dw0 = le32_to_cpu(complete_hdr->dw0); slot_err_v3_hw() local 2287 u32 dw0, dw1, dw3; slot_complete_v3_hw() local 2447 u32 dw0, dw1, dw3; complete_v3_hw() local [all...] |
H A D | hisi_sas_v2_hw.c | 285 /* dw0 */ 338 /* dw0 */ 388 __le32 dw0; member 395 /* dw0 */ 573 TRANS_TX_FAIL_BASE = 0x0, /* dw0 */ 1714 /* dw0 */ in prep_smp_v2_hw() 1715 hdr->dw0 = cpu_to_le32((port->id << CMD_HDR_PORT_OFF) | in prep_smp_v2_hw() 1750 hdr->dw0 = cpu_to_le32((1 << CMD_HDR_RESP_REPORT_OFF) | in prep_ssp_v2_hw() 2032 u32 dw0 = le32_to_cpu(complete_hdr->dw0); in slot_err_v2_hw() local 2341 u32 dw0; slot_complete_v2_hw() local 2506 u32 dw0, dw1 = 0, dw2 = 0; prep_ata_v2_hw() local [all...] |
/kernel/linux/linux-6.6/drivers/crypto/hisilicon/hpre/ |
H A D | hpre_crypto.c | 363 err = (le32_to_cpu(sqe->dw0) >> HPRE_SQE_ALG_BITS) & in hpre_alg_res_post_hf() 366 done = (le32_to_cpu(sqe->dw0) >> HPRE_SQE_DONE_SHIFT) & in hpre_alg_res_post_hf() 372 alg = le32_to_cpu(sqe->dw0) & HREE_ALG_TYPE_MASK; in hpre_alg_res_post_hf() 554 msg->dw0 |= cpu_to_le32(0x1 << HPRE_SQE_DONE_SHIFT); in hpre_msg_request_set() 616 msg->dw0 = cpu_to_le32(le32_to_cpu(msg->dw0) | HPRE_ALG_DH_G2); in hpre_dh_compute_value() 618 msg->dw0 = cpu_to_le32(le32_to_cpu(msg->dw0) | HPRE_ALG_DH); in hpre_dh_compute_value() 818 msg->dw0 |= cpu_to_le32(HPRE_ALG_NC_NCRT); in hpre_rsa_enc() 868 msg->dw0 in hpre_rsa_dec() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_usb_core.c | 142 u32 tbtt, dw0, dw1; in mt76x02u_restart_pre_tbtt_timer() local 149 dw0 = mt76_rr(dev, MT_TSF_TIMER_DW0); in mt76x02u_restart_pre_tbtt_timer() 151 tsf = (u64)dw0 << 32 | dw1; in mt76x02u_restart_pre_tbtt_timer()
|
/kernel/linux/linux-5.10/drivers/usb/mtu3/ |
H A D | mtu3_trace.h | 181 __field(u32, dw0) 189 __entry->dw0 = le32_to_cpu(gpd->dw0_info); 196 __entry->dw0, __entry->dw1,
|
/kernel/linux/linux-6.6/drivers/usb/mtu3/ |
H A D | mtu3_trace.h | 179 __field(u32, dw0) 187 __entry->dw0 = le32_to_cpu(gpd->dw0_info); 194 __entry->dw0, __entry->dw1,
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_usb_core.c | 148 u32 tbtt, dw0, dw1; in mt76x02u_restart_pre_tbtt_timer() local 155 dw0 = mt76_rr(dev, MT_TSF_TIMER_DW0); in mt76x02u_restart_pre_tbtt_timer() 157 tsf = (u64)dw0 << 32 | dw1; in mt76x02u_restart_pre_tbtt_timer()
|
/kernel/linux/linux-6.6/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 59 __dw dw0; member 70 __le32 dw0; member 514 ptd->dw0 = le32_to_dw(le32_ptd.dw0); in isp1763_ptd_read() 541 ptd.dw0 = dw_to_le32(cpu_ptd->dw0); in isp1763_ptd_write() 550 isp1763_mem_write(hcd, dst_offset, (u16 *)&ptd.dw0, in isp1763_ptd_write() 551 8 * sizeof(ptd.dw0)); in isp1763_ptd_write() 560 * Make sure dw0 gets written last (after other dw's and after payload) in isp1760_ptd_write() 563 isp1760_mem_write(base, dst_offset + sizeof(ptd->dw0), in isp1760_ptd_write() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/ |
H A D | pgtable.c | 324 void mmu_partition_table_set_entry(unsigned int lpid, unsigned long dw0, in mmu_partition_table_set_entry() argument 338 partition_tb[lpid].patb0 = cpu_to_be64(dw0); in mmu_partition_table_set_entry() 349 uv_register_pate(lpid, dw0, dw1); in mmu_partition_table_set_entry() 350 pr_info("PATE registered by ultravisor: dw0 = 0x%lx, dw1 = 0x%lx\n", in mmu_partition_table_set_entry() 351 dw0, dw1); in mmu_partition_table_set_entry()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | aer.h | 22 unsigned int dw0; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | aer.h | 22 unsigned int dw0; member
|
/kernel/linux/linux-5.10/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 54 __dw dw0; member 294 mem_writes8(base, ptd_offset + slot*sizeof(*ptd) + sizeof(ptd->dw0), in ptd_write() 296 /* Make sure dw0 gets written last (after other dw's and after payload) in ptd_write() 299 mem_writes8(base, ptd_offset + slot*sizeof(*ptd), &ptd->dw0, in ptd_write() 300 sizeof(ptd->dw0)); in ptd_write() 550 ptd->dw0 = DW0_VALID_BIT; in create_ptd_atl() 551 ptd->dw0 |= TO_DW0_LENGTH(qtd->length); in create_ptd_atl() 552 ptd->dw0 |= TO_DW0_MAXPACKET(maxpacket); in create_ptd_atl() 553 ptd->dw0 |= TO_DW0_ENDPOINT(usb_pipeendpoint(qtd->urb->pipe)); in create_ptd_atl() 583 ptd->dw0 | in create_ptd_atl() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_debugfs.h | 42 } dw0; member
|