| /OK3568_Linux_fs/kernel/drivers/parisc/ |
| H A D | asp.c | 28 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 D | Makefile | 17 obj-$(CONFIG_GSC_LASI) += lasi.o asp.o
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/net-snmp/net-snmp/ |
| H A D | CVE-2022-44792-CVE-2022-44793.patch | 20 @@ -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 D | shpchp_ctrl.c | 194 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 D | au-Wollongong | 4 # - http://www.dba.org.au/index.asp?sectionID=120 8 # - http://www.dba.org.au/index.asp?query=true§ionID=22&recLocation=Wollongong+%2D+North 77 # - http://www.dba.org.au/index.asp?query=true§ionID=22&recLocation=Wollongong+%2D+Illawarra 134 # - http://www.dba.org.au/index.asp?query=true§ionID=22&recLocation=Wollongong+%2D+Stanwell%20P…
|
| H A D | au-Sutherland | 4 # - http://www.dba.org.au/index.asp?sectionID=120 8 # - http://www.dba.org.au/index.asp?query=true§ionID=22&recLocation=Wollongong+%2D+North
|
| H A D | au-GoldCoast | 2 # 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 D | dk-All | 2 # Created from http://www.digi-tv.dk/Indhold_og_tilbud/frekvenser.asp
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac5.c | 186 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 D | dwmac5.h | 101 int dwmac5_safety_feat_config(void __iomem *ioaddr, unsigned int asp); 103 void __iomem *ioaddr, unsigned int asp,
|
| H A D | dwxgmac2_core.c | 804 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 D | stmmac_ethtool.c | 532 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 D | common.h | 374 unsigned int asp; member
|
| H A D | stmmac_uio.c | 635 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 D | hwif.h | 351 int (*safety_feat_config)(void __iomem *ioaddr, unsigned int asp); 353 void __iomem *ioaddr, unsigned int asp,
|
| H A D | dwmac4_dma.c | 418 dma_cap->asp = (hw_cap & GMAC_HW_FEAT_ASP) >> 28; in dwmac4_get_hw_feature()
|
| H A D | dwxgmac2_dma.c | 437 dma_cap->asp = (hw_cap & XGMAC_HWFEAT_ASP) >> 14; in dwxgmac2_get_hw_feature()
|
| /OK3568_Linux_fs/kernel/sound/soc/ti/ |
| H A D | Makefile | 13 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 D | README | 8 http://www.embedinfo.com/English/Product/devkit8000.asp
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | wd719x.rst | 9 http://support.wdc.com/product/download.asp?groupid=801&sid=27&lang=en
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/ |
| H A D | k3dma.txt | 8 - "hisilicon,hisi-pcm-asp-dma-1.0"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/ |
| H A D | leds-is31fl32xx.txt | 52 http://www.si-en.com/product.asp?parentid=890
|
| /OK3568_Linux_fs/buildroot/system/skeleton/etc/ |
| H A D | services | 294 asp 27374/tcp # Address Search Protocol 295 asp 27374/udp # Address Search Protocol
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/ |
| H A D | README.md | 39 [Global Platform Compliance Test suite](https://www.globalplatform.org/store.asp).
|
| /OK3568_Linux_fs/kernel/Documentation/x86/ |
| H A D | earlyprintk.rst | 47 http://www.plxtech.com/products/NET2000/NET20DC/default.asp
|