Home
last modified time | relevance | path

Searched refs:info2 (Results 1 – 25 of 36) sorted by relevance

12

/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dmanager.c154 struct omap_overlay_info *info1, *info2; in dss_mgr_check_zorder() local
166 info2 = overlay_infos[ovl2->id]; in dss_mgr_check_zorder()
168 if (info2 == NULL) in dss_mgr_check_zorder()
171 if (info1->zorder == info2->zorder) { in dss_mgr_check_zorder()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Drx_desc.h477 __le32 info2; /* %RX_MSDU_START_INFO2_ */ member
481 __le32 info2; /* %RX_MSDU_START_INFO2_ */ member
607 __le32 info2; member
615 __le32 info2; member
736 __le32 info2; /* %RX_PPDU_START_INFO2_ */ member
Dhtt_rx.c761 u32 info1, info2, info3; in ath10k_htt_rx_h_rates() local
764 info2 = __le32_to_cpu(rxd->ppdu_start.info2); in ath10k_htt_rx_h_rates()
787 mcs = info2 & 0x1F; in ath10k_htt_rx_h_rates()
789 bw = (info2 >> 7) & 1; in ath10k_htt_rx_h_rates()
804 bw = info2 & 3; in ath10k_htt_rx_h_rates()
806 group_id = (info2 >> 4) & 0x3F; in ath10k_htt_rx_h_rates()
810 nss = ((info2 >> 10) & 0x07) + 1; in ath10k_htt_rx_h_rates()
836 __le32_to_cpu(rxd->ppdu_start.info2), in ath10k_htt_rx_h_rates()
/Linux-v4.19/drivers/usb/host/
Dxhci-trace.h334 __field(u32, info2)
340 __entry->info2 = le32_to_cpu(ctx->ep_info2);
345 __entry->info2, __entry->deq, __entry->tx_info)
374 __field(u32, info2)
380 __entry->info2 = le32_to_cpu(ctx->dev_info2);
385 __entry->info2, __entry->tt_info,
Dehci-q.c756 u32 info1 = 0, info2 = 0; in qh_make() local
878 info2 |= (EHCI_TUNE_MULT_TT << 30); in qh_make()
884 info2 |= (urb->dev->ttport-1) << 23; in qh_make()
886 info2 |= urb->dev->ttport << 23; in qh_make()
892 info2 |= tt->hub->devnum << 16; in qh_make()
904 info2 |= (EHCI_TUNE_MULT_HS << 30); in qh_make()
914 info2 |= (EHCI_TUNE_MULT_HS << 30); in qh_make()
917 info2 |= mult << 30; in qh_make()
934 hw->hw_info2 = cpu_to_hc32(ehci, info2); in qh_make()
Dxhci.h2381 static inline const char *xhci_decode_slot_context(u32 info, u32 info2, in xhci_decode_slot_context() argument
2419 info2 & MAX_EXIT, in xhci_decode_slot_context()
2420 DEVINFO_TO_ROOT_HUB_PORT(info2), in xhci_decode_slot_context()
2421 DEVINFO_TO_MAX_PORTS(info2)); in xhci_decode_slot_context()
2554 static inline const char *xhci_decode_ep_context(u32 info, u32 info2, u64 deq, in xhci_decode_ep_context() argument
2584 cerr = (info2 & (3 << 1)) >> 1; in xhci_decode_ep_context()
2585 ep_type = CTX_TO_EP_TYPE(info2); in xhci_decode_ep_context()
2586 hid = !!(info2 & (1 << 7)); in xhci_decode_ep_context()
2587 burst = CTX_TO_MAX_BURST(info2); in xhci_decode_ep_context()
2588 maxp = MAX_PACKET_DECODED(info2); in xhci_decode_ep_context()
Doxu210hp-hcd.c1345 u32 info1 = 0, info2 = 0; in qh_make() local
1434 info2 |= (EHCI_TUNE_MULT_TT << 30); in qh_make()
1435 info2 |= urb->dev->ttport << 23; in qh_make()
1447 info2 |= (EHCI_TUNE_MULT_HS << 30); in qh_make()
1451 info2 |= (EHCI_TUNE_MULT_HS << 30); in qh_make()
1454 info2 |= hb_mult(maxp) << 30; in qh_make()
1469 qh->hw_info2 = cpu_to_le32(info2); in qh_make()
Dfotg210-hcd.c2712 u32 info1 = 0, info2 = 0; in qh_make() local
2816 info2 |= (FOTG210_TUNE_MULT_TT << 30); in qh_make()
2822 info2 |= (urb->dev->ttport-1) << 23; in qh_make()
2824 info2 |= urb->dev->ttport << 23; in qh_make()
2830 info2 |= tt->hub->devnum << 16; in qh_make()
2842 info2 |= (FOTG210_TUNE_MULT_HS << 30); in qh_make()
2852 info2 |= (FOTG210_TUNE_MULT_HS << 30); in qh_make()
2855 info2 |= hb_mult(maxp) << 30; in qh_make()
2872 hw->hw_info2 = cpu_to_hc32(fotg210, info2); in qh_make()
/Linux-v4.19/net/netfilter/
Dxt_connmark.c96 const struct xt_connmark_tginfo2 info2 = { in connmark_tg() local
103 return connmark_tg_shift(skb, &info2); in connmark_tg()
/Linux-v4.19/kernel/gcov/
Dgcov.h72 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2);
Dgcc_3_4.c190 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible() argument
192 return (info1->stamp == info2->stamp); in gcov_info_is_compatible()
Dgcc_4_7.c211 int gcov_info_is_compatible(struct gcov_info *info1, struct gcov_info *info2) in gcov_info_is_compatible() argument
213 return (info1->stamp == info2->stamp); in gcov_info_is_compatible()
/Linux-v4.19/tools/lib/traceevent/
Dplugin_kvm.c274 unsigned long long info1 = 0, info2 = 0; in kvm_exit_handler() local
282 && tep_get_field_val(s, event, "info2", record, &info2, 0) >= 0) in kvm_exit_handler()
283 trace_seq_printf(s, " info %llx %llx", info1, info2); in kvm_exit_handler()
/Linux-v4.19/drivers/pcmcia/
Drsrc_nonstatic.c355 unsigned int info1 = 1, info2 = 1; in do_validate_mem() local
366 ret += validate(s, res2, &info2); in do_validate_mem()
371 base, base+size-1, res1, res2, ret, info1, info2); in do_validate_mem()
376 if ((ret) || (info1 != info2) || (info1 == 0)) in do_validate_mem()
/Linux-v4.19/drivers/usb/host/whci/
Ddebug.c43 qset->qh.info1, qset->qh.info2, qset->qh.info3); in qset_print()
Dwhci-hc.h123 __le32 info2; member
/Linux-v4.19/drivers/scsi/qla4xxx/
Dql4_83xx.h333 uint32_t info2; /* IDC additional info */ member
Dql4_isr.c592 if ((ha->idc_info.info2 & ENABLE_INTERNAL_LOOPBACK) || in qla4_83xx_loopback_in_progress()
593 (ha->idc_info.info2 & ENABLE_EXTERNAL_LOOPBACK)) { in qla4_83xx_loopback_in_progress()
924 ha->idc_info.info2 = mbox_sts[3]; in qla4xxx_isr_decode_mailbox()
948 ha->idc_info.info2 = mbox_sts[3]; in qla4xxx_isr_decode_mailbox()
/Linux-v4.19/drivers/acpi/nfit/
Dcore.c2100 struct nfit_set_info2 *info2; in acpi_nfit_init_interleave_set() local
2114 info2 = devm_kzalloc(dev, sizeof_nfit_set_info2(nr), GFP_KERNEL); in acpi_nfit_init_interleave_set()
2115 if (!info2) in acpi_nfit_init_interleave_set()
2121 struct nfit_set_info_map2 *map2 = &info2->mapping[i]; in acpi_nfit_init_interleave_set()
2149 sort(&info2->mapping[0], nr, sizeof(struct nfit_set_info_map2), in acpi_nfit_init_interleave_set()
2151 nd_set->cookie2 = nd_fletcher64(info2, sizeof_nfit_set_info2(nr), 0); in acpi_nfit_init_interleave_set()
2160 struct nfit_set_info_map2 *map2 = &info2->mapping[i]; in acpi_nfit_init_interleave_set()
2182 devm_kfree(dev, info2); in acpi_nfit_init_interleave_set()
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
Dwmi.h219 __le16 info2; member
253 return (le16_to_cpu(dhdr->info2) >> WMI_DATA_HDR_SEQNO_SHIFT) & in wmi_data_hdr_get_seqno()
259 return (le16_to_cpu(dhdr->info2) >> WMI_DATA_HDR_AMSDU_SHIFT) & in wmi_data_hdr_is_amsdu()
265 return (le16_to_cpu(dhdr->info2) >> WMI_DATA_HDR_META_SHIFT) & in wmi_data_hdr_get_meta()
/Linux-v4.19/arch/x86/kvm/
Dtrace.h234 __field( u64, info2 )
242 &__entry->info2);
249 __entry->guest_rip, __entry->info1, __entry->info2)
/Linux-v4.19/drivers/scsi/
Dgdth.c1937 if (ha->info2 == 0) { in gdth_analyse_hdrive()
1940 drv_hds = ha->info2 & 0xff; in gdth_analyse_hdrive()
1941 drv_secs = (ha->info2 >> 8) & 0xff; in gdth_analyse_hdrive()
1951 && ha->info2 != 0) { in gdth_analyse_hdrive()
1952 ha->hdr[hdrive].size = ((u64)ha->info2 << 32) | ha->info; in gdth_analyse_hdrive()
3027 ha->info2 = inl(ha->bmic + MAILBOXREG+4); in __gdth_interrupt()
3041 ha->info2 = readl(&dp2_ptr->u.ic.Info[1]); in __gdth_interrupt()
3056 ha->info2 = readl(&dp6_ptr->u.ic.Info[1]); in __gdth_interrupt()
3070 ha->info2 = inl(PTR2USHORT(&ha->plx->info[1])); in __gdth_interrupt()
3091 ha->info2 = pcs->info1; in __gdth_interrupt()
[all …]
/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_nx2.h509 uint32_t info2; /* IDC additional info */ member
/Linux-v4.19/drivers/net/ethernet/3com/
D3c59x.c643 u16 capabilities, info1, info2; /* Various, from EEPROM. */ member
1346 vp->info2 = eeprom[15]; in vortex_probe1()
1438 (vp->info2 & 1) ? "early" : "whole-frame" ); in vortex_probe1()
1440 vp->full_bus_master_rx = (vp->info2 & 1) ? 1 : 2; in vortex_probe1()
/Linux-v4.19/drivers/iommu/
Dintel-iommu.c2510 struct device_domain_info *info2; in dmar_insert_one_dev_info() local
2511 info2 = dmar_search_domain_by_dev_info(iommu->segment, bus, devfn); in dmar_insert_one_dev_info()
2512 if (info2) { in dmar_insert_one_dev_info()
2513 found = info2->domain; in dmar_insert_one_dev_info()
2514 info2->dev = dev; in dmar_insert_one_dev_info()

12