Home
last modified time | relevance | path

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

12

/drivers/video/fbdev/omap2/omapfb/dss/
Dmanager.c143 struct omap_overlay_info *info1, *info2; in dss_mgr_check_zorder() local
155 info2 = overlay_infos[ovl2->id]; in dss_mgr_check_zorder()
157 if (info2 == NULL) in dss_mgr_check_zorder()
160 if (info1->zorder == info2->zorder) { in dss_mgr_check_zorder()
/drivers/net/wireless/ath/ath10k/
Drx_desc.h466 __le32 info2; /* %RX_MSDU_START_INFO2_ */ member
470 __le32 info2; /* %RX_MSDU_START_INFO2_ */ member
597 __le32 info2; member
605 __le32 info2; member
732 __le32 info2; /* %RX_PPDU_START_INFO2_ */ member
Dhtt_rx.c943 u32 info1, info2, info3; in ath10k_htt_rx_h_rates() local
946 info2 = __le32_to_cpu(rxd->ppdu_start.info2); in ath10k_htt_rx_h_rates()
969 mcs = info2 & 0x1F; in ath10k_htt_rx_h_rates()
971 bw = (info2 >> 7) & 1; in ath10k_htt_rx_h_rates()
986 bw = info2 & 3; in ath10k_htt_rx_h_rates()
988 group_id = (info2 >> 4) & 0x3F; in ath10k_htt_rx_h_rates()
992 nss = ((info2 >> 10) & 0x07) + 1; in ath10k_htt_rx_h_rates()
1018 __le32_to_cpu(rxd->ppdu_start.info2), in ath10k_htt_rx_h_rates()
Dhtt.h667 __le32 info2; /* HTT_RX_INDICATION_INFO2_ */ member
/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)
379 __field(u32, info2)
385 __entry->info2 = le32_to_cpu(ctx->dev_info2);
390 __entry->info2, __entry->tt_info,
Dehci-q.c767 u32 info1 = 0, info2 = 0; in qh_make() local
889 info2 |= (EHCI_TUNE_MULT_TT << 30); in qh_make()
895 info2 |= (urb->dev->ttport-1) << 23; in qh_make()
897 info2 |= urb->dev->ttport << 23; in qh_make()
903 info2 |= tt->hub->devnum << 16; in qh_make()
915 info2 |= (EHCI_TUNE_MULT_HS << 30); in qh_make()
925 info2 |= (EHCI_TUNE_MULT_HS << 30); in qh_make()
928 info2 |= mult << 30; in qh_make()
945 hw->hw_info2 = cpu_to_hc32(ehci, info2); in qh_make()
Dxhci.h2451 static inline const char *xhci_decode_slot_context(u32 info, u32 info2, in xhci_decode_slot_context() argument
2489 info2 & MAX_EXIT, in xhci_decode_slot_context()
2490 DEVINFO_TO_ROOT_HUB_PORT(info2), in xhci_decode_slot_context()
2491 DEVINFO_TO_MAX_PORTS(info2)); in xhci_decode_slot_context()
2624 static inline const char *xhci_decode_ep_context(u32 info, u32 info2, u64 deq, in xhci_decode_ep_context() argument
2654 cerr = (info2 & (3 << 1)) >> 1; in xhci_decode_ep_context()
2655 ep_type = CTX_TO_EP_TYPE(info2); in xhci_decode_ep_context()
2656 hid = !!(info2 & (1 << 7)); in xhci_decode_ep_context()
2657 burst = CTX_TO_MAX_BURST(info2); in xhci_decode_ep_context()
2658 maxp = MAX_PACKET_DECODED(info2); in xhci_decode_ep_context()
Doxu210hp-hcd.c1784 u32 info1 = 0, info2 = 0; in qh_make() local
1873 info2 |= (EHCI_TUNE_MULT_TT << 30); in qh_make()
1874 info2 |= urb->dev->ttport << 23; in qh_make()
1886 info2 |= (EHCI_TUNE_MULT_HS << 30); in qh_make()
1890 info2 |= (EHCI_TUNE_MULT_HS << 30); in qh_make()
1893 info2 |= hb_mult(maxp) << 30; in qh_make()
1908 qh->hw_info2 = cpu_to_le32(info2); in qh_make()
Dfotg210-hcd.c2718 u32 info1 = 0, info2 = 0; in qh_make() local
2822 info2 |= (FOTG210_TUNE_MULT_TT << 30); in qh_make()
2828 info2 |= (urb->dev->ttport-1) << 23; in qh_make()
2830 info2 |= urb->dev->ttport << 23; in qh_make()
2836 info2 |= tt->hub->devnum << 16; in qh_make()
2848 info2 |= (FOTG210_TUNE_MULT_HS << 30); in qh_make()
2858 info2 |= (FOTG210_TUNE_MULT_HS << 30); in qh_make()
2861 info2 |= hb_mult(maxp) << 30; in qh_make()
2878 hw->hw_info2 = cpu_to_hc32(fotg210, info2); in qh_make()
/drivers/pcmcia/
Drsrc_nonstatic.c352 unsigned int info1 = 1, info2 = 1; in do_validate_mem() local
363 ret += validate(s, res2, &info2); 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()
/drivers/staging/wusbcore/host/whci/
Ddebug.c43 qset->qh.info1, qset->qh.info2, qset->qh.info3); in qset_print()
Dwhci-hc.h123 __le32 info2; member
Dqset.c85 qset->qh.info2 = cpu_to_le32( in qset_fill_qh()
/drivers/scsi/qla4xxx/
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()
Dql4_83xx.h333 uint32_t info2; /* IDC additional info */ member
Dql4_mbx.c1877 mbox_cmd[3] = ha->idc_info.info2; in qla4_84xx_extend_idc_tmo()
2323 mbox_cmd[3] = ha->idc_info.info2; in qla4_83xx_post_idc_ack()
/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()
/drivers/acpi/nfit/
Dcore.c2293 struct nfit_set_info2 *info2; in acpi_nfit_init_interleave_set() local
2306 info2 = devm_kzalloc(dev, sizeof_nfit_set_info2(nr), GFP_KERNEL); in acpi_nfit_init_interleave_set()
2307 if (!info2) in acpi_nfit_init_interleave_set()
2313 struct nfit_set_info_map2 *map2 = &info2->mapping[i]; in acpi_nfit_init_interleave_set()
2341 sort(&info2->mapping[0], nr, sizeof(struct nfit_set_info_map2), in acpi_nfit_init_interleave_set()
2343 nd_set->cookie2 = nd_fletcher64(info2, sizeof_nfit_set_info2(nr), 0); in acpi_nfit_init_interleave_set()
2352 struct nfit_set_info_map2 *map2 = &info2->mapping[i]; in acpi_nfit_init_interleave_set()
2374 devm_kfree(dev, info2); in acpi_nfit_init_interleave_set()
/drivers/scsi/
Dgdth.c1487 if (ha->info2 == 0) { in gdth_analyse_hdrive()
1490 drv_hds = ha->info2 & 0xff; in gdth_analyse_hdrive()
1491 drv_secs = (ha->info2 >> 8) & 0xff; in gdth_analyse_hdrive()
1501 && ha->info2 != 0) { in gdth_analyse_hdrive()
1502 ha->hdr[hdrive].size = ((u64)ha->info2 << 32) | ha->info; in gdth_analyse_hdrive()
2522 ha->info2 = readl(&dp6_ptr->u.ic.Info[1]); in __gdth_interrupt()
2536 ha->info2 = inl(PTR2USHORT(&ha->plx->info[1])); in __gdth_interrupt()
2551 ha->info2 = readl(&dp6m_ptr->i960r.info[1]); in __gdth_interrupt()
3052 *(u32 *)ha->dvr.eu.async.scsi_coord = ha->info2; in gdth_async_event()
Dgdth.h839 u32 info2; /* additional info */ member
/drivers/scsi/qla2xxx/
Dqla_nx2.h509 uint32_t info2; /* IDC additional info */ member
/drivers/net/ethernet/3com/
D3c59x.c643 u16 capabilities, info1, info2; /* Various, from EEPROM. */ member
1344 vp->info2 = eeprom[15]; in vortex_probe1()
1436 (vp->info2 & 1) ? "early" : "whole-frame" ); in vortex_probe1()
1438 vp->full_bus_master_rx = (vp->info2 & 1) ? 1 : 2; in vortex_probe1()
/drivers/mmc/host/
Dusdhi6rol0.c238 static void usdhi6_irq_enable(struct usdhi6_host *host, u32 info1, u32 info2) in usdhi6_irq_enable() argument
241 host->status2_mask = USDHI6_SD_INFO2_IRQ & ~info2; in usdhi6_irq_enable()
/drivers/iommu/
Dintel-iommu.c2515 struct device_domain_info *info2; in dmar_insert_one_dev_info() local
2516 info2 = dmar_search_domain_by_dev_info(iommu->segment, bus, devfn); in dmar_insert_one_dev_info()
2517 if (info2) { in dmar_insert_one_dev_info()
2518 found = info2->domain; in dmar_insert_one_dev_info()
2519 info2->dev = dev; in dmar_insert_one_dev_info()
/drivers/net/can/usb/kvaser_usb/
Dkvaser_usb_hydra.c176 __le16 info2; member

12