| /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 | 68 static bool fanotify_info_equal(struct fanotify_info *info1, in fanotify_info_equal() argument 71 if (info1->dir_fh_totlen != info2->dir_fh_totlen || in fanotify_info_equal() 72 info1->dir2_fh_totlen != info2->dir2_fh_totlen || in fanotify_info_equal() 73 info1->file_fh_totlen != info2->file_fh_totlen || in fanotify_info_equal() 74 info1->name_len != info2->name_len || in fanotify_info_equal() 75 info1->name2_len != info2->name2_len) in fanotify_info_equal() 78 if (info1->dir_fh_totlen && in fanotify_info_equal() 79 !fanotify_fh_equal(fanotify_info_dir_fh(info1), in fanotify_info_equal() 83 if (info1->dir2_fh_totlen && in fanotify_info_equal() 84 !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/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 …]
|
| H A D | htt.h | 594 __le32 info1; /* %HTT_RX_INDICATION_INFO1_ */ member 671 __le32 info1; /* HTT_RX_INDICATION_INFO1_ */ member 1044 __le32 info1; /* %HTT_RX_FRAG_IND_INFO1_ */ member 1623 __le16 info1; /* HTT_TX_MODE_SWITCH_IND_INFO1_ */ member
|
| /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()
|
| H A D | spectral.c | 110 __le32 info1; member 515 __le32_to_cpu(search->info1)); in ath11k_spectral_pull_search() 517 __le32_to_cpu(search->info1)); in ath11k_spectral_pull_search()
|
| /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);
|
| /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/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
|