Home
last modified time | relevance | path

Searched refs:info1 (Results 1 – 25 of 50) sorted by relevance

12

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
A Dgv100.c61 info.valid = (info1 & 0x80000000) >> 31; in gv100_fault_buffer_process()
62 info.gpc = (info1 & 0x1f000000) >> 24; in gv100_fault_buffer_process()
63 info.hub = (info1 & 0x00100000) >> 20; in gv100_fault_buffer_process()
64 info.access = (info1 & 0x000f0000) >> 16; in gv100_fault_buffer_process()
65 info.client = (info1 & 0x00007f00) >> 8; in gv100_fault_buffer_process()
66 info.reason = (info1 & 0x0000001f); in gv100_fault_buffer_process()
141 info.valid = (info1 & 0x80000000) >> 31; in gv100_fault_intr_fault()
142 info.gpc = (info1 & 0x1f000000) >> 24; in gv100_fault_intr_fault()
143 info.hub = (info1 & 0x00100000) >> 20; in gv100_fault_intr_fault()
145 info.client = (info1 & 0x00007f00) >> 8; in gv100_fault_intr_fault()
[all …]
A Dtu102.c95 const u32 info1 = nvkm_rd32(device, 0xb83090); in tu102_fault_intr_fault() local
101 info.valid = (info1 & 0x80000000) >> 31; in tu102_fault_intr_fault()
102 info.gpc = (info1 & 0x1f000000) >> 24; in tu102_fault_intr_fault()
103 info.hub = (info1 & 0x00100000) >> 20; in tu102_fault_intr_fault()
104 info.access = (info1 & 0x000f0000) >> 16; in tu102_fault_intr_fault()
105 info.client = (info1 & 0x00007f00) >> 8; in tu102_fault_intr_fault()
106 info.reason = (info1 & 0x0000001f); in tu102_fault_intr_fault()
/linux/drivers/net/wireless/ath/ath11k/
A Dhal_rx.c160 desc->info1 = in ath11k_hal_reo_cmd_update_rx_queue()
621 desc->info1); in ath11k_hal_reo_flush_timeout_list_status()
624 desc->info1); in ath11k_hal_reo_flush_timeout_list_status()
648 desc->info1); in ath11k_hal_reo_desc_thresh_reached_status()
830 info1 = __le32_to_cpu(eu_stats->info1); in ath11k_hal_rx_parse_mon_status_tlv()
851 info1); in ath11k_hal_rx_parse_mon_status_tlv()
862 info1 = __le32_to_cpu(ht_sig->info1); in ath11k_hal_rx_parse_mon_status_tlv()
918 info1 = __le32_to_cpu(vht_sig->info1); in ath11k_hal_rx_parse_mon_status_tlv()
923 info1); in ath11k_hal_rx_parse_mon_status_tlv()
961 info1 = __le32_to_cpu(he_sig_a->info1); in ath11k_hal_rx_parse_mon_status_tlv()
[all …]
A Dhal_desc.h18 u32 info1; member
1008 u32 info1; member
1202 u32 info1; member
1251 u32 info1; member
1650 u32 info1; member
1965 u32 info1; member
2102 u32 info1; member
2176 u32 info1; member
2268 u32 info1; member
2303 u32 info1; member
[all …]
A Drx_desc.h138 __le32 info1; member
423 __le32 info1; member
561 __le32 info1; member
810 __le32 info1; member
822 __le32 info1; member
836 __le32 info1; member
1064 __le32 info1; member
1087 __le32 info1; member
1138 __le32 info1; member
1346 __le32 info1; member
A Dhal_rx.h141 __le32 info1; member
161 __le32 info1; member
191 __le32 info1; member
212 __le32 info1; member
222 __le32 info1; member
A Dhw.c254 return __le32_to_cpu(desc->u.ipq8074.mpdu_start.info1) & in ath11k_hw_ipq8074_rx_desc_encrypt_valid()
279 __le32_to_cpu(desc->u.ipq8074.mpdu_start.info1)); in ath11k_hw_ipq8074_rx_desc_get_mpdu_seq_ctl_vld()
285 __le32_to_cpu(desc->u.ipq8074.mpdu_start.info1)); in ath11k_hw_ipq8074_rx_desc_get_mpdu_fc_valid()
291 __le32_to_cpu(desc->u.ipq8074.mpdu_start.info1)); in ath11k_hw_ipq8074_rx_desc_get_mpdu_start_seq_no()
297 __le32_to_cpu(desc->u.ipq8074.msdu_start.info1)); in ath11k_hw_ipq8074_rx_desc_get_msdu_len()
375 desc->u.ipq8074.msdu_start.info1 = __cpu_to_le32(info); in ath11k_hw_ipq8074_rx_desc_set_msdu_len()
468 __le32_to_cpu(desc->u.qcn9074.msdu_start.info1)); in ath11k_hw_qcn9074_rx_desc_get_msdu_len()
621 __le32_to_cpu(desc->u.wcn6855.mpdu_start.info1)); in ath11k_hw_wcn6855_rx_desc_get_mpdu_seq_ctl_vld()
627 __le32_to_cpu(desc->u.wcn6855.mpdu_start.info1)); in ath11k_hw_wcn6855_rx_desc_get_mpdu_fc_valid()
633 __le32_to_cpu(desc->u.wcn6855.mpdu_start.info1)); in ath11k_hw_wcn6855_rx_desc_get_mpdu_start_seq_no()
[all …]
A Dhal_tx.c43 tcl_cmd->buf_addr_info.info1 = in ath11k_hal_tx_cmd_desc_setup()
46 tcl_cmd->buf_addr_info.info1 |= in ath11k_hal_tx_cmd_desc_setup()
63 tcl_cmd->info1 = ti->flags0 | in ath11k_hal_tx_cmd_desc_setup()
A Ddp_tx.c386 status_desc->info1); in ath11k_dp_tx_process_htt_tx_complete()
518 desc->info1); in ath11k_dp_tx_status_parse()
520 desc->info1); in ath11k_dp_tx_status_parse()
579 tx_status->buf_addr_info.info1); in ath11k_dp_tx_completion_handler()
780 cmd->info1 = FIELD_PREP(HTT_SRNG_SETUP_CMD_INFO1_RING_ENTRY_SIZE, in ath11k_dp_tx_htt_srng_setup()
782 cmd->info1 |= FIELD_PREP(HTT_SRNG_SETUP_CMD_INFO1_RING_SIZE, in ath11k_dp_tx_htt_srng_setup()
784 cmd->info1 |= FIELD_PREP(HTT_SRNG_SETUP_CMD_INFO1_RING_FLAGS_MSI_SWAP, in ath11k_dp_tx_htt_srng_setup()
786 cmd->info1 |= FIELD_PREP( in ath11k_dp_tx_htt_srng_setup()
789 cmd->info1 |= FIELD_PREP( in ath11k_dp_tx_htt_srng_setup()
793 cmd->info1 |= HTT_SRNG_SETUP_CMD_INFO1_RING_LOOP_CNT_DIS; in ath11k_dp_tx_htt_srng_setup()
[all …]
A Ddp.h283 u32 info1; member
470 u32 info1; member
942 u32 info1; member
995 u32 info1; member
1009 u32 info1; member
1222 u32 info1; /* %HTT_PPDU_STATS_USER_RATE_INFO1_ */ member
1593 u32 info1; member
/linux/drivers/net/wireless/ath/ath10k/
A Drx_desc.h263 __le32 info1; /* %RX_MPDU_START_INFO1_ */ member
462 __le32 info1; /* %RX_MSDU_START_INFO1_ */ member
596 __le32 info1; member
604 __le32 info1; member
731 __le32 info1; /* %RX_PPDU_START_INFO1_ */ member
941 __le16 info1; /* %RX_PPDU_END_INFO1_ */ member
957 __le16 info1; /* %RX_PPDU_END_INFO1_ */ member
1086 __le32 info1; /* %RX_PHY_PPDU_END_INFO1_ */ member
1109 __le16 info1; /* %RX_PPDU_END_INFO1_ */ member
1119 __le16 info1; /* %RX_PPDU_END_INFO1_ */ member
A Dhtt_rx.c951 u32 info1, info2, info3; in ath10k_htt_rx_h_rates() local
954 info1 = __le32_to_cpu(rxd->ppdu_start.info1); in ath10k_htt_rx_h_rates()
969 rate = MS(info1, RX_PPDU_START_INFO1_L_SIG_RATE); in ath10k_htt_rx_h_rates()
1027 __le32_to_cpu(rxd->mpdu_start.info1), in ath10k_htt_rx_h_rates()
1029 __le32_to_cpu(rxd->msdu_start.common.info1), in ath10k_htt_rx_h_rates()
1031 __le32_to_cpu(rxd->ppdu_start.info1), in ath10k_htt_rx_h_rates()
2297 num_mpdu_ranges = MS(__le32_to_cpu(rx->hdr.info1), in ath10k_htt_rx_pn_check_replay_hl()
2370 num_mpdu_ranges = MS(__le32_to_cpu(rx->hdr.info1), in ath10k_htt_rx_proc_rx_ind_hl()
2806 num_mpdu_ranges = MS(__le32_to_cpu(rx->hdr.info1), in ath10k_htt_rx_proc_rx_ind_ll()
3418 u16 info1; in ath10k_htt_rx_tx_mode_switch_ind() local
[all …]
/linux/drivers/video/fbdev/omap2/omapfb/dss/
A Dmanager.c143 struct omap_overlay_info *info1, *info2; in dss_mgr_check_zorder() local
146 info1 = overlay_infos[ovl1->id]; in dss_mgr_check_zorder()
148 if (info1 == NULL) in dss_mgr_check_zorder()
160 if (info1->zorder == info2->zorder) { in dss_mgr_check_zorder()
163 ovl1->id, ovl2->id, info1->zorder); in dss_mgr_check_zorder()
/linux/fs/notify/fanotify/
A Dfanotify.c78 if (info1->dir_fh_totlen != info2->dir_fh_totlen || in fanotify_info_equal()
80 info1->name_len != info2->name_len) in fanotify_info_equal()
83 if (info1->dir_fh_totlen && in fanotify_info_equal()
84 !fanotify_fh_equal(fanotify_info_dir_fh(info1), in fanotify_info_equal()
88 if (info1->file_fh_totlen && in fanotify_info_equal()
89 !fanotify_fh_equal(fanotify_info_file_fh(info1), in fanotify_info_equal()
93 return !info1->name_len || in fanotify_info_equal()
95 info1->name_len); in fanotify_info_equal()
101 struct fanotify_info *info1 = &fne1->info; in fanotify_name_event_equal() local
105 if (!info1->dir_fh_totlen) in fanotify_name_event_equal()
[all …]
/linux/drivers/usb/host/
A Dehci-q.c767 u32 info1 = 0, info2 = 0; in qh_make() local
876 info1 |= QH_LOW_SPEED; in qh_make()
882 info1 |= (EHCI_TUNE_RL_TT << 28); in qh_make()
884 info1 |= QH_CONTROL_EP; /* for TT */ in qh_make()
887 info1 |= maxp << 16; in qh_make()
910 info1 |= QH_HIGH_SPEED; in qh_make()
912 info1 |= (EHCI_TUNE_RL_HS << 28); in qh_make()
917 info1 |= (EHCI_TUNE_RL_HS << 28); in qh_make()
924 info1 |= maxp << 16; in qh_make()
927 info1 |= maxp << 16; in qh_make()
[all …]
A Doxu210hp-hcd.c1784 u32 info1 = 0, info2 = 0; in qh_make() local
1795 info1 |= usb_pipedevice(urb->pipe) << 0; in qh_make()
1860 info1 |= (1 << 12); /* EPS "low" */ in qh_make()
1866 info1 |= (EHCI_TUNE_RL_TT << 28); in qh_make()
1868 info1 |= (1 << 27); /* for TT */ in qh_make()
1871 info1 |= maxp << 16; in qh_make()
1881 info1 |= (2 << 12); /* EPS "high" */ in qh_make()
1883 info1 |= (EHCI_TUNE_RL_HS << 28); in qh_make()
1888 info1 |= (EHCI_TUNE_RL_HS << 28); in qh_make()
1892 info1 |= max_packet(maxp) << 16; in qh_make()
[all …]
/linux/kernel/gcov/
A Dclang.c241 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible() argument
244 &info1->functions, struct gcov_fn_info, head); in gcov_info_is_compatible()
248 if (info1->checksum != info2->checksum) in gcov_info_is_compatible()
252 while (!list_is_last(&fn_ptr1->head, &info1->functions) && in gcov_info_is_compatible()
261 return list_is_last(&fn_ptr1->head, &info1->functions) && in gcov_info_is_compatible()
A Dgcc_4_7.c222 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible() argument
224 return (info1->stamp == info2->stamp); in gcov_info_is_compatible()
A Dgcov.h68 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2);
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
A Dgpio.c104 u8 info1 = nvbios_rd32(bios, data + 4); in dcb_gpio_parse() local
108 .log[0] = (info1 & 0x30) >> 4, in dcb_gpio_parse()
109 .log[1] = (info1 & 0xc0) >> 6, in dcb_gpio_parse()
/linux/tools/testing/selftests/powerpc/ptrace/
A Dptrace-hwbreak.c434 struct ppc_hw_breakpoint info1, info2; in test_multi_sethwdebug_range() local
445 get_ppc_hw_breakpoint(&info1, PPC_BREAKPOINT_TRIGGER_WRITE, wp_addr1, len1); in test_multi_sethwdebug_range()
449 wh1 = ptrace_sethwdebug(child_pid, &info1); in test_multi_sethwdebug_range()
466 struct ppc_hw_breakpoint info1, info2; in test_multi_sethwdebug_range_dawr_overlap() local
476 get_ppc_hw_breakpoint(&info1, PPC_BREAKPOINT_TRIGGER_WRITE, wp_addr1, len1); in test_multi_sethwdebug_range_dawr_overlap()
480 wh1 = ptrace_sethwdebug(child_pid, &info1); in test_multi_sethwdebug_range_dawr_overlap()
/linux/arch/x86/kvm/
A Dtrace.h298 __field( u64, info1 ) \
311 &__entry->info1, \
321 __entry->guest_rip, __entry->info1, __entry->info2, \
1644 __field(u64, info1)
1651 __entry->info1 = ghcb->save.sw_exit_info_1;
1657 __entry->info1, __entry->info2)
1670 __field(u64, info1)
1677 __entry->info1 = ghcb->save.sw_exit_info_1;
1683 __entry->info1, __entry->info2)
/linux/tools/lib/traceevent/plugins/
A Dplugin_kvm.c279 unsigned long long info1 = 0, info2 = 0; in kvm_exit_handler() local
286 if (tep_get_field_val(s, event, "info1", record, &info1, 0) >= 0 in kvm_exit_handler()
288 trace_seq_printf(s, " info %llx %llx", info1, info2); in kvm_exit_handler()
/linux/drivers/pcmcia/
A Drsrc_nonstatic.c352 unsigned int info1 = 1, info2 = 1; in do_validate_mem() local
362 ret = validate(s, res1, &info1); in do_validate_mem()
368 base, base+size-1, res1, res2, ret, info1, info2); in do_validate_mem()
373 if ((ret) || (info1 != info2) || (info1 == 0)) in do_validate_mem()
/linux/drivers/iio/adc/
A Dad9467.c273 const struct ad9467_chip_info *info1 = to_ad9467_chip_info(info); in ad9467_get_scale() local
279 vref_val &= info1->vref_mask; in ad9467_get_scale()

Completed in 74 milliseconds

12