Home
last modified time | relevance | path

Searched refs:pmt (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.c638 void vidtv_pmt_desc_assign(struct vidtv_psi_table_pmt *pmt, in vidtv_pmt_desc_assign() argument
643 vidtv_psi_pmt_table_update_sec_len(pmt); in vidtv_pmt_desc_assign()
645 if (vidtv_psi_get_sec_len(&pmt->header) > MAX_SECTION_LEN) in vidtv_pmt_desc_assign()
648 vidtv_psi_update_version_num(&pmt->header); in vidtv_pmt_desc_assign()
823 void vidtv_psi_pmt_table_update_sec_len(struct vidtv_psi_table_pmt *pmt) in vidtv_psi_pmt_table_update_sec_len() argument
825 struct vidtv_psi_table_pmt_stream *s = pmt->stream; in vidtv_psi_pmt_table_update_sec_len()
834 desc_loop_len = vidtv_psi_desc_comp_loop_len(pmt->descriptor); in vidtv_psi_pmt_table_update_sec_len()
835 vidtv_psi_set_desc_loop_len(&pmt->bitfield2, desc_loop_len, 10); in vidtv_psi_pmt_table_update_sec_len()
855 vidtv_psi_set_sec_len(&pmt->header, length); in vidtv_psi_pmt_table_update_sec_len()
1108 void vidtv_psi_pmt_stream_assign(struct vidtv_psi_table_pmt *pmt, in vidtv_psi_pmt_stream_assign() argument
[all …]
H A Dvidtv_psi.h391 vidtv_psi_pmt_table_destroy(struct vidtv_psi_table_pmt *pmt);
432 void vidtv_pmt_desc_assign(struct vidtv_psi_table_pmt *pmt,
471 void vidtv_psi_pmt_stream_assign(struct vidtv_psi_table_pmt *pmt,
516 void vidtv_psi_pmt_table_update_sec_len(struct vidtv_psi_table_pmt *pmt);
606 struct vidtv_psi_table_pmt *pmt; member
H A Dvidtv_mux.c191 pmt_args.pmt = m->si.pmt_secs[i]; in vidtv_mux_push_si()
/openbmc/linux/drivers/video/fbdev/aty/
H A Dradeon_monitor.c72 const u8 *pmt = NULL; in radeon_parse_montype_prop() local
77 pmt = of_get_property(dp, "display-type", NULL); in radeon_parse_montype_prop()
78 if (!pmt) in radeon_parse_montype_prop()
80 pr_debug("display-type: %s\n", pmt); in radeon_parse_montype_prop()
84 if (!strcmp(pmt, "LCD") || !strcmp(pmt, "DFP")) in radeon_parse_montype_prop()
86 else if (!strcmp(pmt, "CRT")) in radeon_parse_montype_prop()
89 if (strcmp(pmt, "NONE") != 0) in radeon_parse_montype_prop()
91 pmt); in radeon_parse_montype_prop()
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac1000_core.c250 unsigned int pmt = 0; in dwmac1000_pmt() local
254 pmt |= power_down | magic_pkt_en; in dwmac1000_pmt()
258 pmt |= power_down | global_unicast | wake_up_frame_en; in dwmac1000_pmt()
261 writel(pmt, ioaddr + GMAC_PMT); in dwmac1000_pmt()
513 .pmt = dwmac1000_pmt,
H A Dstmmac_platform.c529 plat->pmt = 1; in stmmac_probe_config_dt()
537 plat->pmt = 1; in stmmac_probe_config_dt()
547 plat->pmt = 1; in stmmac_probe_config_dt()
561 plat->pmt = 1; in stmmac_probe_config_dt()
948 if (!device_may_wakeup(priv->device) || !priv->plat->pmt) { in stmmac_pltfr_noirq_suspend()
969 if (!device_may_wakeup(priv->device) || !priv->plat->pmt) { in stmmac_pltfr_noirq_resume()
H A Ddwmac4_core.c343 unsigned int pmt = 0; in dwmac4_pmt() local
348 pmt |= power_down | magic_pkt_en; in dwmac4_pmt()
352 pmt |= power_down | global_unicast | wake_up_frame_en; in dwmac4_pmt()
355 if (pmt) { in dwmac4_pmt()
361 writel(pmt, ioaddr + GMAC_PMT); in dwmac4_pmt()
1180 .pmt = dwmac4_pmt,
1223 .pmt = dwmac4_pmt,
1272 .pmt = dwmac4_pmt,
H A Ddwmac100_core.c165 .pmt = dwmac100_pmt,
H A Dstmmac_pci.c81 plat->pmt = 1; in snps_gmac5_default_data()
H A Dcommon.h602 unsigned int pmt; member
H A Ddwmac-dwc-qos-eth.c117 plat_dat->pmt = 1; in dwc_eth_dwmac_config_dt()
H A Ddwmac-tegra.c313 plat->pmt = 1; in tegra_mgbe_probe()
H A Dhwif.h346 void (*pmt)(struct mac_device_info *hw, unsigned long mode); member
461 stmmac_do_void_callback(__priv, mac, pmt, __args)
H A Dstmmac_ethtool.c829 if (!priv->plat->pmt) in stmmac_get_wol()
850 if (!priv->plat->pmt) { in stmmac_set_wol()
H A Ddwmac-qcom-ethqos.c837 plat_dat->pmt = 1; in qcom_ethqos_probe()
H A Dstmmac_main.c1190 if (!priv->plat->pmt) { in stmmac_init_phy()
7061 priv->plat->pmt = priv->dma_cap.pmt_remote_wake_up && in stmmac_hw_init()
7063 priv->hw->pmt = priv->plat->pmt; in stmmac_hw_init()
7098 if (priv->plat->pmt) { in stmmac_hw_init()
7765 if (device_may_wakeup(priv->device) && priv->plat->pmt) { in stmmac_suspend()
7776 if (device_may_wakeup(priv->device) && priv->plat->pmt) { in stmmac_suspend()
7858 if (device_may_wakeup(priv->device) && priv->plat->pmt) { in stmmac_resume()
7880 if (device_may_wakeup(priv->device) && priv->plat->pmt) { in stmmac_resume()
/openbmc/linux/include/linux/
H A Dsxgbe_platform.h47 int pmt; member
H A Dstmmac.h256 int pmt; member
/openbmc/linux/drivers/platform/x86/intel/
H A DMakefile12 obj-$(CONFIG_INTEL_PMT_CLASS) += pmt/
H A DKconfig11 source "drivers/platform/x86/intel/pmt/Kconfig"
/openbmc/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_core.c261 .pmt = sxgbe_core_pmt,
H A Dsxgbe_common.h330 void (*pmt)(void __iomem *ioaddr, unsigned long mode); member
/openbmc/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.c1850 unsigned int pmt = 0; in xgmac_pmt() local
1853 pmt |= XGMAC_PMT_POWERDOWN | XGMAC_PMT_MAGIC_PKT_EN; in xgmac_pmt()
1855 pmt |= XGMAC_PMT_POWERDOWN | XGMAC_PMT_GLBL_UNICAST; in xgmac_pmt()
1857 writel(pmt, ioaddr + XGMAC_PMT); in xgmac_pmt()
/openbmc/linux/lib/
H A Dmaple_tree.c1633 enum maple_type pmt; in mas_parent_gap() local
1636 pmt = mas_parent_type(mas, mas->node); in mas_parent_gap()
1637 penode = mt_mk_node(pnode, pmt); in mas_parent_gap()
1638 pgaps = ma_gaps(pnode, pmt); in mas_parent_gap()
1641 MAS_BUG_ON(mas, pmt != maple_arange_64); in mas_parent_gap()
1642 meta_offset = ma_meta_gap(pnode, pmt); in mas_parent_gap()
1654 ma_set_meta_gap(pnode, pmt, offset); in mas_parent_gap()
1656 new = ma_max_gap(pnode, pgaps, pmt, &meta_offset); in mas_parent_gap()
1657 ma_set_meta_gap(pnode, pmt, meta_offset); in mas_parent_gap()
1665 pmt = mas_parent_type(mas, penode); in mas_parent_gap()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pcp/
H A Dpcp_6.0.5.bb239 ${datadir}/man/man3/pmt* \

12