| /linux/drivers/parisc/ |
| 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()
|
| A D | Makefile | 17 obj-$(CONFIG_GSC_LASI) += lasi.o asp.o
|
| /linux/drivers/pci/hotplug/ |
| 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()
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| A D | dwmac5.c | 186 int dwmac5_safety_feat_config(void __iomem *ioaddr, unsigned int asp, in dwmac5_safety_feat_config() argument 191 if (!asp) in dwmac5_safety_feat_config() 223 if (asp <= 0x1) in dwmac5_safety_feat_config() 244 if (asp <= 0x2) in dwmac5_safety_feat_config() 254 void __iomem *ioaddr, unsigned int asp, in dwmac5_safety_feat_irq_status() argument 261 if (!asp) in dwmac5_safety_feat_irq_status()
|
| A D | dwmac5.h | 140 int dwmac5_safety_feat_config(void __iomem *ioaddr, unsigned int asp, 143 void __iomem *ioaddr, unsigned int asp,
|
| A D | dwxgmac2_core.c | 806 dwxgmac3_safety_feat_config(void __iomem *ioaddr, unsigned int asp, in dwxgmac3_safety_feat_config() argument 811 if (!asp) in dwxgmac3_safety_feat_config() 832 if (asp <= 0x1) in dwxgmac3_safety_feat_config() 846 unsigned int asp, in dwxgmac3_safety_feat_irq_status() argument 853 if (!asp) in dwxgmac3_safety_feat_irq_status()
|
| A D | stmmac_ethtool.c | 559 if (priv->dma_cap.asp) { in stmmac_get_ethtool_stats() 618 if (priv->dma_cap.asp) { in stmmac_get_sset_count() 667 if (priv->dma_cap.asp) { in stmmac_get_strings()
|
| A D | common.h | 414 unsigned int asp; member
|
| A D | hwif.h | 352 int (*safety_feat_config)(void __iomem *ioaddr, unsigned int asp, 355 void __iomem *ioaddr, unsigned int asp,
|
| A D | dwmac4_dma.c | 430 dma_cap->asp = (hw_cap & GMAC_HW_FEAT_ASP) >> 28; in dwmac4_get_hw_feature()
|
| A D | dwxgmac2_dma.c | 443 dma_cap->asp = (hw_cap & XGMAC_HWFEAT_ASP) >> 14; in dwxgmac2_get_hw_feature()
|
| A D | stmmac_main.c | 2725 priv->ioaddr, priv->dma_cap.asp, &priv->sstats); in stmmac_safety_feat_interrupt() 3215 if (priv->dma_cap.asp) { in stmmac_safety_feat_configuration() 3217 stmmac_safety_feat_config(priv, priv->ioaddr, priv->dma_cap.asp, in stmmac_safety_feat_configuration() 6113 priv->dma_cap.asp ? "Y" : "N"); in stmmac_dma_cap_show()
|
| /linux/sound/soc/ti/ |
| A D | Makefile | 13 snd-soc-davinci-asp-objs := davinci-i2s.o 20 obj-$(CONFIG_SND_SOC_DAVINCI_ASP) += snd-soc-davinci-asp.o
|
| /linux/Documentation/scsi/ |
| A D | wd719x.rst | 9 http://support.wdc.com/product/download.asp?groupid=801&sid=27&lang=en
|
| /linux/Documentation/devicetree/bindings/dma/ |
| A D | k3dma.txt | 8 - "hisilicon,hisi-pcm-asp-dma-1.0"
|
| /linux/Documentation/devicetree/bindings/leds/ |
| A D | leds-is31fl32xx.txt | 52 http://www.si-en.com/product.asp?parentid=890
|
| /linux/Documentation/devicetree/bindings/sound/ |
| A D | cirrus,cs35l41.yaml | 65 cirrus,asp-sdout-hiz:
|
| /linux/Documentation/x86/ |
| A D | earlyprintk.rst | 47 http://www.plxtech.com/products/NET2000/NET20DC/default.asp
|
| /linux/Documentation/staging/ |
| A D | tee.rst | 276 [5] http://www.globalplatform.org/specificationsdevice.asp look for
|
| /linux/sound/isa/ |
| A D | Kconfig | 466 at <http://www.turtlebeach.com/site/kb_ftp/790.asp>.
|
| /linux/security/smack/ |
| A D | smack_lsm.c | 2792 struct socket_smack *asp = socka->sk->sk_security; in smack_socket_socketpair() local 2795 asp->smk_packet = bsp->smk_out; in smack_socket_socketpair() 2796 bsp->smk_packet = asp->smk_out; in smack_socket_socketpair()
|
| /linux/arch/arm64/boot/dts/hisilicon/ |
| A D | hi3660.dtsi | 571 compatible = "hisilicon,hisi-pcm-asp-dma-1.0";
|
| /linux/arch/mips/ |
| A D | Kconfig | 2283 <http://www.imgtec.com/mips/mips-multithreading.asp>.
|