| /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/drivers/net/wireless/ath/ath10k/ |
| H A D | rx_desc.h | 278 __le32 info1; /* %RX_MPDU_START_INFO1_ */ member 477 __le32 info1; /* %RX_MSDU_START_INFO1_ */ member 617 __le32 info1; member 625 __le32 info1; member 758 __le32 info1; /* %RX_PPDU_START_INFO1_ */ member 968 __le16 info1; /* %RX_PPDU_END_INFO1_ */ member 984 __le16 info1; /* %RX_PPDU_END_INFO1_ */ member 1113 __le32 info1; /* %RX_PHY_PPDU_END_INFO1_ */ member 1136 __le16 info1; /* %RX_PPDU_END_INFO1_ */ member 1146 __le16 info1; /* %RX_PPDU_END_INFO1_ */ member
|
| H A D | htt_rx.c | 992 u32 info1, info2, info3; in ath10k_htt_rx_h_rates() local 1003 info1 = __le32_to_cpu(rxd_ppdu_start->info1); in ath10k_htt_rx_h_rates() 1007 preamble = MS(info1, RX_PPDU_START_INFO1_PREAMBLE_TYPE); in ath10k_htt_rx_h_rates() 1017 cck = info1 & RX_PPDU_START_INFO1_L_SIG_RATE_SELECT; in ath10k_htt_rx_h_rates() 1018 rate = MS(info1, RX_PPDU_START_INFO1_L_SIG_RATE); in ath10k_htt_rx_h_rates() 1076 __le32_to_cpu(rxd_mpdu_start->info1), in ath10k_htt_rx_h_rates() 1078 __le32_to_cpu(rxd_msdu_start_common->info1), in ath10k_htt_rx_h_rates() 1080 __le32_to_cpu(rxd_ppdu_start->info1), in ath10k_htt_rx_h_rates() 1785 decap = MS(__le32_to_cpu(rxd_msdu_start_common->info1), in ath10k_htt_rx_h_undecap() 1823 info = __le32_to_cpu(rxd_msdu_start_common->info1); in ath10k_htt_rx_get_csum_state() [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 | 239 ppdu_type = HTT_USR_RATE_PPDU_TYPE(user_rate->info1); in ath12k_update_per_peer_tx_stats() 406 peer->ppdu_stats_delayba.info1 = le32_to_cpu(usr_stats->rate.info1); in ath12k_copy_to_delay_stats() 421 usr_stats->rate.info1 = cpu_to_le32(peer->ppdu_stats_delayba.info1); in ath12k_copy_to_bar() 607 peer_mac_h16 = le32_get_bits(resp->peer_map_ev.info1, in ath12k_dp_htt_htc_t2h_msg_handler() 618 peer_mac_h16 = le32_get_bits(resp->peer_map_ev.info1, in ath12k_dp_htt_htc_t2h_msg_handler() 624 hw_peer_id = le32_get_bits(resp->peer_map_ev.info1, in ath12k_dp_htt_htc_t2h_msg_handler() 634 peer_mac_h16 = le32_get_bits(resp->peer_map_ev.info1, in ath12k_dp_htt_htc_t2h_msg_handler() 788 cmd->info1 = le32_encode_bits(ring_entry_sz, in ath12k_dp_tx_htt_srng_setup() 790 cmd->info1 |= le32_encode_bits(params.num_entries * ring_entry_sz, in ath12k_dp_tx_htt_srng_setup() 792 cmd->info1 |= le32_encode_bits(!!(params.flags & HAL_SRNG_FLAGS_MSI_SWAP), in ath12k_dp_tx_htt_srng_setup() [all …]
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | hal_desc.h | 19 u32 info1; member 698 u32 info1; /* %HAL_REO_DEST_RING_INFO1_ */ member 800 u32 info1; /* %HAL_REO_ENTR_RING_INFO1_ */ member 879 u32 info1; member 1029 u32 info1; member 1223 u32 info1; member 1272 u32 info1; member 1671 u32 info1; member 1986 u32 info1; member 2123 u32 info1; member [all …]
|
| H A D | rx_desc.h | 139 __le32 info1; member 424 __le32 info1; member 562 __le32 info1; member 811 __le32 info1; member 823 __le32 info1; member 837 __le32 info1; member 1065 __le32 info1; member 1088 __le32 info1; member 1139 __le32 info1; member 1347 __le32 info1; member
|
| H A D | hal_rx.h | 232 __le32 info1; member 251 u32 info1; member 268 __le32 info1; member 298 __le32 info1; member 341 __le32 info1; member 366 __le32 info1; member 419 __le32 info1; member 427 __le32 info1; member
|
| H A D | hal_tx.c | 44 tcl_cmd->buf_addr_info.info1 = in ath11k_hal_tx_cmd_desc_setup() 47 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()
|
| H A D | dp_tx.c | 410 status_desc->info1); in ath11k_dp_tx_process_htt_tx_complete() 673 desc->info1); in ath11k_dp_tx_status_parse() 675 desc->info1); in ath11k_dp_tx_status_parse() 735 tx_status->buf_addr_info.info1); in ath11k_dp_tx_completion_handler() 936 cmd->info1 = FIELD_PREP(HTT_SRNG_SETUP_CMD_INFO1_RING_ENTRY_SIZE, in ath11k_dp_tx_htt_srng_setup() 938 cmd->info1 |= FIELD_PREP(HTT_SRNG_SETUP_CMD_INFO1_RING_SIZE, in ath11k_dp_tx_htt_srng_setup() 940 cmd->info1 |= FIELD_PREP(HTT_SRNG_SETUP_CMD_INFO1_RING_FLAGS_MSI_SWAP, in ath11k_dp_tx_htt_srng_setup() 942 cmd->info1 |= FIELD_PREP( in ath11k_dp_tx_htt_srng_setup() 945 cmd->info1 |= FIELD_PREP( in ath11k_dp_tx_htt_srng_setup() 949 cmd->info1 |= HTT_SRNG_SETUP_CMD_INFO1_RING_LOOP_CNT_DIS; in ath11k_dp_tx_htt_srng_setup() [all …]
|
| 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()
|
| /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() 676 u32 nsts, info0, info1; in ath12k_wifi7_dp_mon_parse_vht_sig_a() local 680 info1 = __le32_to_cpu(vht_sig->info1); in ath12k_wifi7_dp_mon_parse_vht_sig_a() 682 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() 683 ppdu_info->mcs = u32_get_bits(info1, HAL_RX_VHT_SIG_A_INFO_INFO1_MCS); in ath12k_wifi7_dp_mon_parse_vht_sig_a() 684 gi_setting = u32_get_bits(info1, HAL_RX_VHT_SIG_A_INFO_INFO1_GI_SETTING); in ath12k_wifi7_dp_mon_parse_vht_sig_a() 702 ppdu_info->beamformed = u32_get_bits(info1, in ath12k_wifi7_dp_mon_parse_vht_sig_a() 710 u32_get_bits(info1, HAL_RX_VHT_SIG_A_INFO_INFO1_SU_MU_CODING); in ath12k_wifi7_dp_mon_parse_vht_sig_a() 718 u32 info1 = __le32_to_cpu(ht_sig->info1); in ath12k_wifi7_dp_mon_parse_ht_sig() local [all …]
|
| /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/arch/x86/kvm/vmx/ |
| H A D | x86_ops.h | 108 u64 *info1, u64 *info2, u32 *intr_info, u32 *error_code); 145 u64 *info1, u64 *info2, u32 *intr_info, u32 *error_code);
|
| H A D | main.c | 692 u64 *info1, u64 *info2, u32 *intr_info, u32 *error_code) in vt_get_exit_info() argument 695 tdx_get_exit_info(vcpu, reason, info1, info2, intr_info, in vt_get_exit_info() 700 vmx_get_exit_info(vcpu, reason, info1, info2, intr_info, error_code); in vt_get_exit_info()
|
| /linux/drivers/net/can/usb/kvaser_usb/ |
| H A D | kvaser_usb_leaf.c | 307 __le16 info1; member 314 __le16 info1; member 1524 u16 info1 = 0; in kvaser_usb_leaf_error_event_parameter() local 1528 info1 = le16_to_cpu(cmd->u.leaf.error_event.info1); in kvaser_usb_leaf_error_event_parameter() 1531 info1 = le16_to_cpu(cmd->u.usbcan.error_event.info1); in kvaser_usb_leaf_error_event_parameter() 1536 switch (info1) { in kvaser_usb_leaf_error_event_parameter() 1550 info1); in kvaser_usb_leaf_error_event_parameter()
|
| /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/pcmcia/ |
| H A D | rsrc_nonstatic.c | 351 unsigned int info1 = 1, info2 = 1; in do_validate_mem() local 361 ret = validate(s, res1, &info1); in do_validate_mem() 367 base, base+size-1, res1, res2, ret, info1, info2); in do_validate_mem() 372 if ((ret) || (info1 != info2) || (info1 == 0)) in do_validate_mem()
|
| /linux/drivers/irqchip/ |
| H A D | irq-apple-aic.c | 995 u32 info1, info3; in aic_of_ic_init() local 997 info1 = aic_ic_read(irqc, AIC2_INFO1); in aic_of_ic_init() 1000 irqc->nr_irq = FIELD_GET(AIC2_INFO1_NR_IRQ, info1); in aic_of_ic_init() 1002 irqc->nr_die = FIELD_GET(AIC2_INFO1_LAST_DIE, info1) + 1; in aic_of_ic_init()
|
| /linux/drivers/net/ethernet/renesas/ |
| H A D | rtsn.h | 447 __le64 info1; member 455 __le64 info1; member
|