| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/ |
| H A D | gv100.c | 52 const u32 info1 = nvkm_ro32(mem, base + 0x1c); in gv100_fault_buffer_process() local 63 info.valid = (info1 & 0x80000000) >> 31; in gv100_fault_buffer_process() 64 info.gpc = (info1 & 0x1f000000) >> 24; in gv100_fault_buffer_process() 65 info.hub = (info1 & 0x00100000) >> 20; in gv100_fault_buffer_process() 66 info.access = (info1 & 0x000f0000) >> 16; in gv100_fault_buffer_process() 67 info.client = (info1 & 0x00007f00) >> 8; in gv100_fault_buffer_process() 68 info.reason = (info1 & 0x0000001f); in gv100_fault_buffer_process() 138 const u32 info1 = nvkm_rd32(device, 0x100e5c); in gv100_fault_intr_fault() local 144 info.valid = (info1 & 0x80000000) >> 31; in gv100_fault_intr_fault() 145 info.gpc = (info1 & 0x1f000000) >> 24; in gv100_fault_intr_fault() [all …]
|
| H A D | tu102.c | 96 const u32 info1 = nvkm_rd32(device, 0xb83090); in tu102_fault_info_fault() local 102 info.valid = (info1 & 0x80000000) >> 31; in tu102_fault_info_fault() 103 info.gpc = (info1 & 0x1f000000) >> 24; in tu102_fault_info_fault() 104 info.hub = (info1 & 0x00100000) >> 20; in tu102_fault_info_fault() 105 info.access = (info1 & 0x000f0000) >> 16; in tu102_fault_info_fault() 106 info.client = (info1 & 0x00007f00) >> 8; in tu102_fault_info_fault() 107 info.reason = (info1 & 0x0000001f); in tu102_fault_info_fault()
|
| /linux/fs/notify/fanotify/ |
| H A D | fanotify.c | 69 static bool fanotify_info_equal(struct fanotify_info *info1, in fanotify_info_equal() argument 72 if (info1->dir_fh_totlen != info2->dir_fh_totlen || in fanotify_info_equal() 73 info1->dir2_fh_totlen != info2->dir2_fh_totlen || in fanotify_info_equal() 74 info1->file_fh_totlen != info2->file_fh_totlen || in fanotify_info_equal() 75 info1->name_len != info2->name_len || in fanotify_info_equal() 76 info1->name2_len != info2->name2_len) in fanotify_info_equal() 79 if (info1->dir_fh_totlen && in fanotify_info_equal() 80 !fanotify_fh_equal(fanotify_info_dir_fh(info1), in fanotify_info_equal() 84 if (info1->dir2_fh_totlen && in fanotify_info_equal() 85 !fanotify_fh_equal(fanotify_info_dir2_fh(info1), in fanotify_info_equal() [all …]
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | manager.c | 143 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/drivers/net/wireless/ath/ath12k/ |
| H A D | dp_htt.c | 242 ppdu_type = HTT_USR_RATE_PPDU_TYPE(user_rate->info1); in ath12k_update_per_peer_tx_stats() 409 peer->ppdu_stats_delayba.info1 = le32_to_cpu(usr_stats->rate.info1); in ath12k_copy_to_delay_stats() 424 usr_stats->rate.info1 = cpu_to_le32(peer->ppdu_stats_delayba.info1); in ath12k_copy_to_bar() 598 addr_h16 = le32_get_bits(ev->info1, in ath12k_dp_htt_mlo_peer_map_handler() 655 peer_mac_h16 = le32_get_bits(resp->peer_map_ev.info1, in ath12k_dp_htt_htc_t2h_msg_handler() 666 peer_mac_h16 = le32_get_bits(resp->peer_map_ev.info1, in ath12k_dp_htt_htc_t2h_msg_handler() 672 hw_peer_id = le32_get_bits(resp->peer_map_ev.info1, in ath12k_dp_htt_htc_t2h_msg_handler() 682 peer_mac_h16 = le32_get_bits(resp->peer_map_ev.info1, in ath12k_dp_htt_htc_t2h_msg_handler() 839 cmd->info1 = le32_encode_bits(ring_entry_sz, in ath12k_dp_tx_htt_srng_setup() 841 cmd->info1 |= le32_encode_bits(params.num_entries * ring_entry_sz, in ath12k_dp_tx_htt_srng_setup() [all …]
|
| H A D | dp_htt.h | 44 __le32 info1; member 248 __le32 info1; member 786 __le32 info1; member 858 __le32 info1; member 961 __le32 info1; member 975 __le32 info1; member 984 __le32 info1; member 1203 __le32 info1; /* %HTT_PPDU_STATS_USER_RATE_INFO1_ */ member
|
| H A D | dp_peer.h | 19 u32 info1; member
|
| /linux/drivers/net/wireless/ath/ath12k/wifi7/ |
| H A D | dp_mon.c | 246 ppdu_info->bw = le32_get_bits(rx_usr_info->info1, HAL_RX_USR_INFO1_RX_BW); in ath12k_wifi7_dp_mon_hal_rx_parse_user_info() 247 ppdu_info->mcs = le32_get_bits(rx_usr_info->info1, HAL_RX_USR_INFO1_MCS); in ath12k_wifi7_dp_mon_hal_rx_parse_user_info() 720 u32 nsts, info0, info1; in ath12k_wifi7_dp_mon_parse_vht_sig_a() local 724 info1 = __le32_to_cpu(vht_sig->info1); in ath12k_wifi7_dp_mon_parse_vht_sig_a() 726 ppdu_info->ldpc = u32_get_bits(info1, HAL_RX_VHT_SIG_A_INFO_INFO1_SU_MU_CODING); in ath12k_wifi7_dp_mon_parse_vht_sig_a() 727 ppdu_info->mcs = u32_get_bits(info1, HAL_RX_VHT_SIG_A_INFO_INFO1_MCS); in ath12k_wifi7_dp_mon_parse_vht_sig_a() 728 gi_setting = u32_get_bits(info1, HAL_RX_VHT_SIG_A_INFO_INFO1_GI_SETTING); in ath12k_wifi7_dp_mon_parse_vht_sig_a() 746 ppdu_info->beamformed = u32_get_bits(info1, in ath12k_wifi7_dp_mon_parse_vht_sig_a() 754 u32_get_bits(info1, HAL_RX_VHT_SIG_A_INFO_INFO1_SU_MU_CODING); in ath12k_wifi7_dp_mon_parse_vht_sig_a() 762 u32 info1 = __le32_to_cpu(ht_sig->info1); in ath12k_wifi7_dp_mon_parse_ht_sig() local [all …]
|
| H A D | hal_rx_desc.h | 115 __le32 info1; member 147 __le32 info1; member 209 __le32 info1; member 796 __le16 info1; member
|
| H A D | dp_tx.c | 66 tcl_ext_cmd->info1 = le32_encode_bits(0x0, in ath12k_wifi7_hal_tx_cmd_ext_desc_setup() 71 tcl_ext_cmd->info1 |= le32_encode_bits(1, HAL_TX_MSDU_EXT_INFO1_EXTN_OVERRIDE) | in ath12k_wifi7_hal_tx_cmd_ext_desc_setup() 892 ts->ppdu_id = le32_get_bits(desc->info1, in ath12k_wifi7_dp_tx_status_parse()
|
| H A D | dp_rx.c | 62 qref->info1 = u32_encode_bits(upper_32_bits(paddr), in ath12k_wifi7_peer_rx_tid_qref_setup() 92 qref->info1 = u32_encode_bits(0, BUFFER_ADDR_INFO1_ADDR) | in ath12k_wifi7_peer_rx_tid_qref_reset() 693 cookie = le32_get_bits(desc->buf_addr_info.info1, in ath12k_wifi7_dp_rx_process() 966 reo_ent_ring->info1 = le32_encode_bits(rx_tid->cur_sn, in ath12k_wifi7_dp_rx_h_defrag_reo_reinject() 1382 cookie = le32_get_bits(desc->buf_addr_info.info1, in ath12k_dp_h_msdu_buffer_type()
|
| /linux/kernel/gcov/ |
| H A D | clang.c | 241 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()
|
| H A D | gcov.h | 68 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2);
|
| H A D | gcc_4_7.c | 234 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible() argument 236 return (info1->stamp == info2->stamp); in gcov_info_is_compatible()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| H A D | gpio.c | 104 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/ |
| H A D | ptrace-hwbreak.c | 435 struct ppc_hw_breakpoint info1, info2; in test_multi_sethwdebug_range() local 446 get_ppc_hw_breakpoint(&info1, PPC_BREAKPOINT_TRIGGER_WRITE, wp_addr1, len1); in test_multi_sethwdebug_range() 450 wh1 = ptrace_sethwdebug(child_pid, &info1); in test_multi_sethwdebug_range() 467 struct ppc_hw_breakpoint info1, info2; in test_multi_sethwdebug_range_dawr_overlap() local 477 get_ppc_hw_breakpoint(&info1, PPC_BREAKPOINT_TRIGGER_WRITE, wp_addr1, len1); in test_multi_sethwdebug_range_dawr_overlap() 481 wh1 = ptrace_sethwdebug(child_pid, &info1); in test_multi_sethwdebug_range_dawr_overlap()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | htt_rx.c | 993 u32 info1, info2, info3; in ath10k_htt_rx_h_rates() local 1004 info1 = __le32_to_cpu(rxd_ppdu_start->info1); in ath10k_htt_rx_h_rates() 1008 preamble = MS(info1, RX_PPDU_START_INFO1_PREAMBLE_TYPE); in ath10k_htt_rx_h_rates() 1018 cck = info1 & RX_PPDU_START_INFO1_L_SIG_RATE_SELECT; in ath10k_htt_rx_h_rates() 1019 rate = MS(info1, RX_PPDU_START_INFO1_L_SIG_RATE); in ath10k_htt_rx_h_rates() 1077 __le32_to_cpu(rxd_mpdu_start->info1), in ath10k_htt_rx_h_rates() 1079 __le32_to_cpu(rxd_msdu_start_common->info1), in ath10k_htt_rx_h_rates() 1081 __le32_to_cpu(rxd_ppdu_start->info1), in ath10k_htt_rx_h_rates() 1786 decap = MS(__le32_to_cpu(rxd_msdu_start_common->info1), in ath10k_htt_rx_h_undecap() 1824 info = __le32_to_cpu(rxd_msdu_start_common->info1); in ath10k_htt_rx_get_csum_state() [all …]
|
| /linux/drivers/net/can/usb/kvaser_usb/ |
| H A D | kvaser_usb_leaf.c | 307 __le16 info1; member 314 __le16 info1; member 1533 u16 info1 = 0; in kvaser_usb_leaf_error_event_parameter() local 1537 info1 = le16_to_cpu(cmd->u.leaf.error_event.info1); in kvaser_usb_leaf_error_event_parameter() 1540 info1 = le16_to_cpu(cmd->u.usbcan.error_event.info1); in kvaser_usb_leaf_error_event_parameter() 1545 switch (info1) { in kvaser_usb_leaf_error_event_parameter() 1559 info1); in kvaser_usb_leaf_error_event_parameter()
|
| /linux/arch/x86/kvm/ |
| H A D | trace.h | 400 __field( u64, info1 ) \ 415 &__entry->info1, \ 426 __entry->guest_rip, __entry->info1, __entry->info2, \ 1851 __field(u64, info1) 1858 __entry->info1 = ghcb->save.sw_exit_info_1; 1864 __entry->info1, __entry->info2) 1877 __field(u64, info1) 1884 __entry->info1 = ghcb->save.sw_exit_info_1; 1890 __entry->info1, __entry->info2)
|
| /linux/drivers/usb/host/ |
| H A D | oxu210hp-hcd.c | 1760 u32 info1 = 0, info2 = 0; in qh_make() local 1770 info1 |= usb_pipeendpoint(urb->pipe) << 8; in qh_make() 1771 info1 |= usb_pipedevice(urb->pipe) << 0; in qh_make() 1836 info1 |= (1 << 12); /* EPS "low" */ in qh_make() 1842 info1 |= (EHCI_TUNE_RL_TT << 28); in qh_make() 1844 info1 |= (1 << 27); /* for TT */ in qh_make() 1845 info1 |= 1 << 14; /* toggle from qtd */ in qh_make() 1847 info1 |= maxp << 16; in qh_make() 1857 info1 |= (2 << 12); /* EPS "high" */ in qh_make() 1859 info1 |= (EHCI_TUNE_RL_HS << 28); in qh_make() [all …]
|
| /linux/drivers/net/ethernet/renesas/ |
| H A D | rtsn.h | 447 __le64 info1; member 455 __le64 info1; member
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | cfr.c | 21 u8 bw = FIELD_GET(CFIR_DMA_HDR_INFO1_UPLOAD_PKT_BW, hdr->info1); in ath11k_cfr_calculate_tones_from_dma_hdr() 22 u8 preamble = FIELD_GET(CFIR_DMA_HDR_INFO1_PREAMBLE_TYPE, hdr->info1); in ath11k_cfr_calculate_tones_from_dma_hdr() 205 dma_hdr->info1); in ath11k_cfr_process_data() 232 dma_hdr->info1); in ath11k_cfr_process_data()
|
| H A D | dp_rx.c | 112 __le32_to_cpu(attn->info1)); in ath11k_dp_rx_h_attn_l4_cksum_fail() 118 __le32_to_cpu(attn->info1)); in ath11k_dp_rx_h_attn_ip_cksum_fail() 130 u32 info = __le32_to_cpu(attn->info1); in ath11k_dp_rx_h_attn_mpdu_err() 251 __le32_to_cpu(attn->info1)); in ath11k_dp_rxdesc_get_mpdulen_err() 294 __le32_to_cpu(attn->info1))); in ath11k_dp_rx_h_attn_is_mcbc() 1706 resp->peer_map_ev.info1); in ath11k_dp_htt_htc_t2h_msg_handler() 1717 resp->peer_map_ev.info1); in ath11k_dp_htt_htc_t2h_msg_handler() 1723 resp->peer_map_ev.info1); in ath11k_dp_htt_htc_t2h_msg_handler() 2685 desc->buf_addr_info.info1); in ath11k_dp_process_rx() 4291 entr_ring->info1); in ath11k_dp_process_rxdma_err() [all …]
|
| /linux/drivers/usb/fotg210/ |
| H A D | fotg210-hcd.c | 2706 u32 info1 = 0, info2 = 0; in qh_make() local 2719 info1 |= usb_pipeendpoint(urb->pipe) << 8; in qh_make() 2720 info1 |= usb_pipedevice(urb->pipe) << 0; in qh_make() 2798 info1 |= QH_LOW_SPEED; in qh_make() 2804 info1 |= (FOTG210_TUNE_RL_TT << 28); in qh_make() 2806 info1 |= QH_CONTROL_EP; /* for TT */ in qh_make() 2807 info1 |= QH_TOGGLE_CTL; /* toggle from qtd */ in qh_make() 2809 info1 |= maxp << 16; in qh_make() 2832 info1 |= QH_HIGH_SPEED; in qh_make() 2834 info1 |= (FOTG210_TUNE_RL_HS << 28); in qh_make() [all …]
|
| /linux/drivers/scsi/qla4xxx/ |
| H A D | ql4_83xx.h | 314 uint32_t info1; /* IDC additional info */ member
|