Home
last modified time | relevance | path

Searched refs:asp (Results 1 – 25 of 39) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/parisc/
H A Dasp.c28 static struct gsc_asic asp; variable
74 asp.version = gsc_readb(dev->hpa.start + ASP_VER_OFFSET) & 0xf; in asp_init_chip()
75 asp.name = (asp.version == 1) ? "Asp" : "Cutoff"; in asp_init_chip()
76 asp.hpa = ASP_INTERRUPT_ADDR; in asp_init_chip()
79 asp.name, asp.version, (unsigned long)dev->hpa.start); in asp_init_chip()
89 asp.eim = ((u32) gsc_irq.txn_addr) | gsc_irq.txn_data; in asp_init_chip()
91 ret = request_irq(gsc_irq.irq, gsc_asic_intr, 0, "asp", &asp); in asp_init_chip()
99 ret = gsc_common_setup(dev, &asp); in asp_init_chip()
103 gsc_fixup_irqs(dev, &asp, asp_choose_irq); in asp_init_chip()
105 gsc_fixup_irqs(parisc_parent(dev), &asp, asp_choose_irq); in asp_init_chip()
H A DMakefile17 obj-$(CONFIG_GSC_LASI) += lasi.o asp.o
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/
H A DCVE-2022-44792-CVE-2022-44793.patch20 @@ -3719,12 +3719,44 @@ netsnmp_handle_request(netsnmp_agent_session *asp, int status)
25 +check_set_pdu_for_null_varbind(netsnmp_agent_session *asp)
30 + for (i = 1, v = asp->pdu->variables; v != NULL; i++, v = v->next_variable) {
37 + asp->index = i;
45 handle_pdu(netsnmp_agent_session *asp)
54 + if (asp->pdu->command == SNMP_MSG_SET) {
55 + status = check_set_pdu_for_null_varbind(asp);
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dshpchp_ctrl.c194 u8 flag, enum pci_bus_speed asp, enum pci_bus_speed bsp, in fix_bus_speed() argument
204 if (asp < bsp) { in fix_bus_speed()
206 bsp, asp); in fix_bus_speed()
212 if (asp < msp) { in fix_bus_speed()
213 if (bsp != asp) in fix_bus_speed()
214 rc = change_bus_speed(ctrl, pslot, asp); in fix_bus_speed()
234 enum pci_bus_speed asp, bsp, msp; in board_added() local
266 rc = p_slot->hpc_ops->get_adapter_speed(p_slot, &asp); in board_added()
280 __func__, slots_not_empty, asp, in board_added()
283 rc = fix_bus_speed(ctrl, p_slot, slots_not_empty, asp, bsp, msp); in board_added()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Dau-Wollongong4 # - http://www.dba.org.au/index.asp?sectionID=120
8 # - http://www.dba.org.au/index.asp?query=true&sectionID=22&recLocation=Wollongong+%2D+North
77 # - http://www.dba.org.au/index.asp?query=true&sectionID=22&recLocation=Wollongong+%2D+Illawarra
134 # - http://www.dba.org.au/index.asp?query=true&sectionID=22&recLocation=Wollongong+%2D+Stanwell%20P…
H A Dau-Sutherland4 # - http://www.dba.org.au/index.asp?sectionID=120
8 # - http://www.dba.org.au/index.asp?query=true&sectionID=22&recLocation=Wollongong+%2D+North
H A Dau-GoldCoast2 # See http://www.dba.org.au/index.asp?sectionID=22&recLocation=Gold+Coast
3 # and http://www.dba.org.au/index.asp?sectionID=120
H A Ddk-All2 # Created from http://www.digi-tv.dk/Indhold_og_tilbud/frekvenser.asp
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac5.c186 int dwmac5_safety_feat_config(void __iomem *ioaddr, unsigned int asp) in dwmac5_safety_feat_config() argument
190 if (!asp) in dwmac5_safety_feat_config()
216 if (asp <= 0x1) in dwmac5_safety_feat_config()
234 if (asp <= 0x2) in dwmac5_safety_feat_config()
243 void __iomem *ioaddr, unsigned int asp, in dwmac5_safety_feat_irq_status() argument
250 if (!asp) in dwmac5_safety_feat_irq_status()
H A Ddwmac5.h101 int dwmac5_safety_feat_config(void __iomem *ioaddr, unsigned int asp);
103 void __iomem *ioaddr, unsigned int asp,
H A Ddwxgmac2_core.c804 static int dwxgmac3_safety_feat_config(void __iomem *ioaddr, unsigned int asp) in dwxgmac3_safety_feat_config() argument
808 if (!asp) in dwxgmac3_safety_feat_config()
829 if (asp <= 0x1) in dwxgmac3_safety_feat_config()
843 unsigned int asp, in dwxgmac3_safety_feat_irq_status() argument
850 if (!asp) in dwxgmac3_safety_feat_irq_status()
H A Dstmmac_ethtool.c532 if (priv->dma_cap.asp) { in stmmac_get_ethtool_stats()
586 if (priv->dma_cap.asp) { in stmmac_get_sset_count()
613 if (priv->dma_cap.asp) { in stmmac_get_strings()
H A Dcommon.h374 unsigned int asp; member
H A Dstmmac_uio.c635 if (priv->dma_cap.asp) { in uio_safety_feat_configuration()
637 stmmac_safety_feat_config(priv, priv->ioaddr, priv->dma_cap.asp); in uio_safety_feat_configuration()
H A Dhwif.h351 int (*safety_feat_config)(void __iomem *ioaddr, unsigned int asp);
353 void __iomem *ioaddr, unsigned int asp,
H A Ddwmac4_dma.c418 dma_cap->asp = (hw_cap & GMAC_HW_FEAT_ASP) >> 28; in dwmac4_get_hw_feature()
H A Ddwxgmac2_dma.c437 dma_cap->asp = (hw_cap & XGMAC_HWFEAT_ASP) >> 14; in dwxgmac2_get_hw_feature()
/OK3568_Linux_fs/kernel/sound/soc/ti/
H A DMakefile13 snd-soc-davinci-asp-objs := davinci-i2s.o
20 obj-$(CONFIG_SND_SOC_DAVINCI_ASP) += snd-soc-davinci-asp.o
/OK3568_Linux_fs/u-boot/board/timll/devkit8000/
H A DREADME8 http://www.embedinfo.com/English/Product/devkit8000.asp
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dwd719x.rst9 http://support.wdc.com/product/download.asp?groupid=801&sid=27&lang=en
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/
H A Dk3dma.txt8 - "hisilicon,hisi-pcm-asp-dma-1.0"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/
H A Dleds-is31fl32xx.txt52 http://www.si-en.com/product.asp?parentid=890
/OK3568_Linux_fs/buildroot/system/skeleton/etc/
H A Dservices294 asp 27374/tcp # Address Search Protocol
295 asp 27374/udp # Address Search Protocol
/OK3568_Linux_fs/external/security/rk_tee_user/v1/
H A DREADME.md39 [Global Platform Compliance Test suite](https://www.globalplatform.org/store.asp).
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dearlyprintk.rst47 http://www.plxtech.com/products/NET2000/NET20DC/default.asp

12