/kernel/linux/linux-5.10/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() 105 gsc_fixup_irqs(parisc_parent(dev), &asp, asp_choose_irq); asp_init_chip() local [all...] |
/kernel/linux/linux-6.6/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() 105 gsc_fixup_irqs(parisc_parent(dev), &asp, asp_choose_irq); asp_init_chip() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/asp2/ |
H A D | Makefile | 1 obj-$(CONFIG_BCMASP) += bcm-asp.o 2 bcm-asp-objs := bcmasp.o bcmasp_intf.o bcmasp_ethtool.o
|
/kernel/linux/linux-5.10/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() 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, bs in board_added() 193 fix_bus_speed(struct controller *ctrl, struct slot *pslot, u8 flag, enum pci_bus_speed asp, enum pci_bus_speed bsp, enum pci_bus_speed msp) fix_bus_speed() argument [all...] |
/kernel/linux/linux-6.6/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() 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, bs in board_added() 193 fix_bus_speed(struct controller *ctrl, struct slot *pslot, u8 flag, enum pci_bus_speed asp, enum pci_bus_speed bsp, enum pci_bus_speed msp) fix_bus_speed() argument [all...] |
/kernel/linux/linux-5.10/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() 250 if (!asp) in dwmac5_safety_feat_irq_status() 242 dwmac5_safety_feat_irq_status(struct net_device *ndev, void __iomem *ioaddr, unsigned int asp, struct stmmac_safety_stats *stats) dwmac5_safety_feat_irq_status() argument
|
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 | stmmac_ethtool.c | 527 if (priv->dma_cap.asp) { in stmmac_get_ethtool_stats() 581 if (priv->dma_cap.asp) { in stmmac_get_sset_count() 608 if (priv->dma_cap.asp) { in stmmac_get_strings()
|
H A D | dwxgmac2_core.c | 849 static int dwxgmac3_safety_feat_config(void __iomem *ioaddr, unsigned int asp) in dwxgmac3_safety_feat_config() argument 853 if (!asp) in dwxgmac3_safety_feat_config() 874 if (asp <= 0x1) in dwxgmac3_safety_feat_config() 894 unsigned int asp, in dwxgmac3_safety_feat_irq_status() 901 if (!asp) in dwxgmac3_safety_feat_irq_status() 892 dwxgmac3_safety_feat_irq_status(struct net_device *ndev, void __iomem *ioaddr, unsigned int asp, struct stmmac_safety_stats *stats) dwxgmac3_safety_feat_irq_status() argument
|
H A D | common.h | 367 unsigned int asp; member
|
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 | hwif.h | 351 int (*safety_feat_config)(void __iomem *ioaddr, unsigned int asp); 353 void __iomem *ioaddr, unsigned int asp,
|
H A D | dwxgmac2_dma.c | 437 dma_cap->asp = (hw_cap & XGMAC_HWFEAT_ASP) >> 14; in dwxgmac2_get_hw_feature()
|
/kernel/linux/linux-6.6/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 202 if (!asp) in dwmac5_safety_feat_config() 237 if (asp <= 0x1) in dwmac5_safety_feat_config() 258 if (asp <= 0x2) in dwmac5_safety_feat_config() 268 void __iomem *ioaddr, unsigned int asp, in dwmac5_safety_feat_irq_status() 275 if (!asp) in dwmac5_safety_feat_irq_status() 267 dwmac5_safety_feat_irq_status(struct net_device *ndev, void __iomem *ioaddr, unsigned int asp, struct stmmac_safety_stats *stats) dwmac5_safety_feat_irq_status() argument
|
H A D | dwmac5.h | 140 int dwmac5_safety_feat_config(void __iomem *ioaddr, unsigned int asp, 143 void __iomem *ioaddr, unsigned int asp,
|
H A D | dwxgmac2_core.c | 892 dwxgmac3_safety_feat_config(void __iomem *ioaddr, unsigned int asp, in dwxgmac3_safety_feat_config() argument 897 if (!asp) in dwxgmac3_safety_feat_config() 920 if (asp == 0x2 || asp == 0x4) in dwxgmac3_safety_feat_config() 940 unsigned int asp, in dwxgmac3_safety_feat_irq_status() 947 if (!asp) in dwxgmac3_safety_feat_irq_status() 938 dwxgmac3_safety_feat_irq_status(struct net_device *ndev, void __iomem *ioaddr, unsigned int asp, struct stmmac_safety_stats *stats) dwxgmac3_safety_feat_irq_status() argument
|
H A D | dwxgmac2_dma.c | 485 dma_cap->asp = (hw_cap & XGMAC_HWFEAT_ASP) >> 14; in dwxgmac2_get_hw_feature() 497 dma_cap->asp |= (hw_cap & XGMAC_HWFEAT_EASP) >> 2; in dwxgmac2_get_hw_feature()
|
H A D | stmmac_ethtool.c | 629 if (priv->dma_cap.asp) { in stmmac_get_ethtool_stats() 739 if (priv->dma_cap.asp) { in stmmac_get_sset_count() 788 if (priv->dma_cap.asp) { in stmmac_get_strings()
|
H A D | common.h | 459 unsigned int asp; member
|
H A D | hwif.h | 368 int (*safety_feat_config)(void __iomem *ioaddr, unsigned int asp, 371 void __iomem *ioaddr, unsigned int asp,
|
H A D | dwmac4_dma.c | 457 dma_cap->asp = (hw_cap & GMAC_HW_FEAT_ASP) >> 28; in dwmac4_get_hw_feature()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-6.6/sound/soc/ti/ |
H A D | Makefile | 13 snd-soc-davinci-asp-objs := davinci-i2s.o 19 obj-$(CONFIG_SND_SOC_DAVINCI_ASP) += snd-soc-davinci-asp.o
|
/kernel/linux/linux-6.6/drivers/accel/qaic/ |
H A D | qaic_control.c | 486 struct wire_addr_size_pair *asp; in encode_addr_size_pairs() local 500 *size -= sizeof(*asp); in encode_addr_size_pairs() 513 asp = (*out_trans)->data; in encode_addr_size_pairs() 521 asp->size = cpu_to_le64(dma_len); in encode_addr_size_pairs() 524 asp++; in encode_addr_size_pairs() 525 if ((void *)asp + sizeof(*asp) > boundary) { in encode_addr_size_pairs() 526 w->len = (void *)asp - (void *)&w->msg; in encode_addr_size_pairs() 532 asp = (struct wire_addr_size_pair *)&w->msg; in encode_addr_size_pairs() 535 asp in encode_addr_size_pairs() [all...] |
/kernel/linux/linux-6.6/drivers/pinctrl/cirrus/ |
H A D | pinctrl-cs42l43.c | 90 CS42L43_PINGROUP(asp),
|