/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fault/ |
D | gv100.c | 50 const u32 info1 = nvkm_ro32(mem, base + 0x1c); in gv100_fault_buffer_process() local 61 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() 135 const u32 info1 = nvkm_rd32(device, 0x100e5c); in gv100_fault_intr_fault() local 141 info.valid = (info1 & 0x80000000) >> 31; in gv100_fault_intr_fault() 142 info.gpc = (info1 & 0x1f000000) >> 24; in gv100_fault_intr_fault() [all …]
|
D | tu102.c | 82 const u32 info1 = nvkm_rd32(device, 0xb83090); in tu102_fault_intr_fault() local 88 info.valid = (info1 & 0x80000000) >> 31; in tu102_fault_intr_fault() 89 info.gpc = (info1 & 0x1f000000) >> 24; in tu102_fault_intr_fault() 90 info.hub = (info1 & 0x00100000) >> 20; in tu102_fault_intr_fault() 91 info.access = (info1 & 0x000f0000) >> 16; in tu102_fault_intr_fault() 92 info.client = (info1 & 0x00007f00) >> 8; in tu102_fault_intr_fault() 93 info.reason = (info1 & 0x0000001f); in tu102_fault_intr_fault()
|
/Linux-v5.10/drivers/net/wireless/ath/ath11k/ |
D | hal_rx.c | 160 desc->info1 = in ath11k_hal_reo_cmd_update_rx_queue() 277 binfo->info1 = FIELD_PREP(BUFFER_ADDR_INFO1_ADDR, paddr_hi) | in ath11k_hal_rx_buf_addr_info_set() 288 (((u64)FIELD_GET(BUFFER_ADDR_INFO1_ADDR, binfo->info1)) << 32) | in ath11k_hal_rx_buf_addr_info_get() 290 *cookie = FIELD_GET(BUFFER_ADDR_INFO1_SW_COOKIE, binfo->info1); in ath11k_hal_rx_buf_addr_info_get() 291 *rbm = FIELD_GET(BUFFER_ADDR_INFO1_RET_BUF_MGR, binfo->info1); in ath11k_hal_rx_buf_addr_info_get() 306 msdu->buf_addr_info.info1); in ath11k_hal_rx_msdu_link_info_get() 317 msdu->buf_addr_info.info1); in ath11k_hal_rx_msdu_link_info_get() 375 wbm_desc->buf_addr_info.info1) != HAL_RX_BUF_RBM_SW3_BM) { in ath11k_hal_wbm_desc_parse_err() 381 wbm_desc->buf_addr_info.info1); in ath11k_hal_wbm_desc_parse_err() 411 *paddr = ((u64)(FIELD_GET(BUFFER_ADDR_INFO1_ADDR, buff_addr->info1)) << 32) | in ath11k_hal_rx_reo_ent_paddr_get() [all …]
|
D | hal_desc.h | 18 u32 info1; member 694 u32 info1; /* %HAL_REO_DEST_RING_INFO1_ */ member 796 u32 info1; /* %HAL_REO_ENTR_RING_INFO1_ */ member 1005 u32 info1; member 1199 u32 info1; member 1248 u32 info1; member 1647 u32 info1; member 1962 u32 info1; member 2099 u32 info1; member 2173 u32 info1; member [all …]
|
D | hal_rx.h | 141 __le32 info1; member 161 __le32 info1; member 191 __le32 info1; member 212 __le32 info1; member 222 __le32 info1; member
|
D | hal_tx.c | 43 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()
|
D | rx_desc.h | 138 __le32 info1; member 422 __le32 info1; member 678 __le32 info1; member 902 __le32 info1; member 1107 __le32 info1; member
|
D | dp_tx.c | 381 status_desc->info1); in ath11k_dp_tx_process_htt_tx_complete() 513 desc->info1); in ath11k_dp_tx_status_parse() 515 desc->info1); in ath11k_dp_tx_status_parse() 574 tx_status->buf_addr_info.info1); in ath11k_dp_tx_completion_handler() 772 cmd->info1 = FIELD_PREP(HTT_SRNG_SETUP_CMD_INFO1_RING_ENTRY_SIZE, in ath11k_dp_tx_htt_srng_setup() 774 cmd->info1 |= FIELD_PREP(HTT_SRNG_SETUP_CMD_INFO1_RING_SIZE, in ath11k_dp_tx_htt_srng_setup() 776 cmd->info1 |= FIELD_PREP(HTT_SRNG_SETUP_CMD_INFO1_RING_FLAGS_MSI_SWAP, in ath11k_dp_tx_htt_srng_setup() 778 cmd->info1 |= FIELD_PREP( in ath11k_dp_tx_htt_srng_setup() 781 cmd->info1 |= FIELD_PREP( in ath11k_dp_tx_htt_srng_setup() 785 cmd->info1 |= HTT_SRNG_SETUP_CMD_INFO1_RING_LOOP_CNT_DIS; in ath11k_dp_tx_htt_srng_setup() [all …]
|
D | dp.h | 280 u32 info1; member 467 u32 info1; member 939 u32 info1; member 992 u32 info1; member 1006 u32 info1; member 1219 u32 info1; /* %HTT_PPDU_STATS_USER_RATE_INFO1_ */ member 1590 u32 info1; member
|
D | dp_rx.c | 30 if (!(__le32_to_cpu(desc->mpdu_start.info1) & in ath11k_dp_rx_h_mpdu_start_enctype() 53 __le32_to_cpu(desc->mpdu_start.info1)); in ath11k_dp_rx_h_mpdu_start_seq_ctrl_valid() 59 __le32_to_cpu(desc->mpdu_start.info1)); in ath11k_dp_rx_h_mpdu_start_fc_valid() 81 __le32_to_cpu(desc->mpdu_start.info1)); in ath11k_dp_rx_h_mpdu_start_seq_no() 93 __le32_to_cpu(desc->attention.info1)); in ath11k_dp_rx_h_attn_l4_cksum_fail() 99 __le32_to_cpu(desc->attention.info1)); in ath11k_dp_rx_h_attn_ip_cksum_fail() 111 u32 info = __le32_to_cpu(desc->attention.info1); in ath11k_dp_rx_h_attn_mpdu_err() 141 __le32_to_cpu(desc->msdu_start.info1)); in ath11k_dp_rx_h_msdu_start_msdu_len() 228 __le32_to_cpu(rx_attn->info1)); in ath11k_dp_rxdesc_get_mpdulen_err() 1650 resp->peer_map_ev.info1); in ath11k_dp_htt_htc_t2h_msg_handler() [all …]
|
/Linux-v5.10/fs/notify/fanotify/ |
D | fanotify.c | 52 static bool fanotify_info_equal(struct fanotify_info *info1, in fanotify_info_equal() argument 55 if (info1->dir_fh_totlen != info2->dir_fh_totlen || in fanotify_info_equal() 56 info1->file_fh_totlen != info2->file_fh_totlen || in fanotify_info_equal() 57 info1->name_len != info2->name_len) in fanotify_info_equal() 60 if (info1->dir_fh_totlen && in fanotify_info_equal() 61 !fanotify_fh_equal(fanotify_info_dir_fh(info1), in fanotify_info_equal() 65 if (info1->file_fh_totlen && in fanotify_info_equal() 66 !fanotify_fh_equal(fanotify_info_file_fh(info1), in fanotify_info_equal() 70 return !info1->name_len || in fanotify_info_equal() 71 !memcmp(fanotify_info_name(info1), fanotify_info_name(info2), in fanotify_info_equal() [all …]
|
/Linux-v5.10/drivers/net/wireless/ath/ath10k/ |
D | rx_desc.h | 263 __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
|
D | htt_rx.c | 951 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() 958 preamble = MS(info1, RX_PPDU_START_INFO1_PREAMBLE_TYPE); in ath10k_htt_rx_h_rates() 968 cck = info1 & RX_PPDU_START_INFO1_L_SIG_RATE_SELECT; 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() 1691 decap = MS(__le32_to_cpu(rxd->msdu_start.common.info1), in ath10k_htt_rx_h_undecap() 1723 info = __le32_to_cpu(rxd->msdu_start.common.info1); in ath10k_htt_rx_get_csum_state() [all …]
|
/Linux-v5.10/drivers/video/fbdev/omap2/omapfb/dss/ |
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-v5.10/drivers/usb/host/ |
D | ehci-q.c | 767 u32 info1 = 0, info2 = 0; in qh_make() local 780 info1 |= usb_pipeendpoint (urb->pipe) << 8; in qh_make() 781 info1 |= usb_pipedevice (urb->pipe) << 0; in qh_make() 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() 885 info1 |= QH_TOGGLE_CTL; /* toggle from qtd */ 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() [all …]
|
D | oxu210hp-hcd.c | 1783 u32 info1 = 0, info2 = 0; in qh_make() local 1793 info1 |= usb_pipeendpoint(urb->pipe) << 8; in qh_make() 1794 info1 |= usb_pipedevice(urb->pipe) << 0; in qh_make() 1859 info1 |= (1 << 12); /* EPS "low" */ in qh_make() 1865 info1 |= (EHCI_TUNE_RL_TT << 28); in qh_make() 1867 info1 |= (1 << 27); /* for TT */ in qh_make() 1868 info1 |= 1 << 14; /* toggle from qtd */ in qh_make() 1870 info1 |= maxp << 16; in qh_make() 1880 info1 |= (2 << 12); /* EPS "high" */ in qh_make() 1882 info1 |= (EHCI_TUNE_RL_HS << 28); in qh_make() [all …]
|
D | fotg210-hcd.c | 2716 u32 info1 = 0, info2 = 0; in qh_make() local 2728 info1 |= usb_pipeendpoint(urb->pipe) << 8; in qh_make() 2729 info1 |= usb_pipedevice(urb->pipe) << 0; in qh_make() 2807 info1 |= QH_LOW_SPEED; in qh_make() 2813 info1 |= (FOTG210_TUNE_RL_TT << 28); in qh_make() 2815 info1 |= QH_CONTROL_EP; /* for TT */ in qh_make() 2816 info1 |= QH_TOGGLE_CTL; /* toggle from qtd */ in qh_make() 2818 info1 |= maxp << 16; in qh_make() 2841 info1 |= QH_HIGH_SPEED; in qh_make() 2843 info1 |= (FOTG210_TUNE_RL_HS << 28); in qh_make() [all …]
|
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
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-v5.10/kernel/gcov/ |
D | clang.c | 250 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible() argument 253 &info1->functions, struct gcov_fn_info, head); in gcov_info_is_compatible() 257 if (info1->checksum != info2->checksum) in gcov_info_is_compatible() 261 while (!list_is_last(&fn_ptr1->head, &info1->functions) && in gcov_info_is_compatible() 273 return list_is_last(&fn_ptr1->head, &info1->functions) && in gcov_info_is_compatible()
|
D | gcov.h | 74 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2);
|
D | gcc_4_7.c | 225 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible() argument 227 return (info1->stamp == info2->stamp); in gcov_info_is_compatible()
|
/Linux-v5.10/tools/lib/traceevent/plugins/ |
D | plugin_kvm.c | 279 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-v5.10/drivers/pcmcia/ |
D | rsrc_nonstatic.c | 352 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-v5.10/drivers/iio/adc/ |
D | ad9467.c | 273 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()
|
/Linux-v5.10/arch/parisc/include/asm/ |
D | pdcpat.h | 334 unsigned long header, info0, info1; member
|