Home
last modified time | relevance | path

Searched refs:agp (Results 1 – 13 of 13) sorted by relevance

/linux-4.19.296/drivers/char/agp/
Dalpha-agp.c16 alpha_agp_info *agp = agp_bridge->dev_private_data; in alpha_core_agp_vm_fault() local
21 dma_addr = vmf->address - vmf->vma->vm_start + agp->aperture.bus_base; in alpha_core_agp_vm_fault()
22 pa = agp->ops->translate(agp, dma_addr); in alpha_core_agp_vm_fault()
53 alpha_agp_info *agp = agp_bridge->dev_private_data; in alpha_core_agp_configure() local
54 agp_bridge->gart_bus_addr = agp->aperture.bus_base; in alpha_core_agp_configure()
60 alpha_agp_info *agp = agp_bridge->dev_private_data; in alpha_core_agp_cleanup() local
62 agp->ops->cleanup(agp); in alpha_core_agp_cleanup()
67 alpha_agp_info *agp = agp_bridge->dev_private_data; in alpha_core_agp_tlbflush() local
68 alpha_mv.mv_pci_tbi(agp->hose, 0, -1); in alpha_core_agp_tlbflush()
73 alpha_agp_info *agp = bridge->dev_private_data; in alpha_core_agp_enable() local
[all …]
DMakefile7 obj-$(CONFIG_AGP_ALI) += ali-agp.o
8 obj-$(CONFIG_AGP_ATI) += ati-agp.o
9 obj-$(CONFIG_AGP_AMD) += amd-k7-agp.o
10 obj-$(CONFIG_AGP_AMD64) += amd64-agp.o
11 obj-$(CONFIG_AGP_ALPHA_CORE) += alpha-agp.o
12 obj-$(CONFIG_AGP_EFFICEON) += efficeon-agp.o
13 obj-$(CONFIG_AGP_HP_ZX1) += hp-agp.o
14 obj-$(CONFIG_AGP_PARISC) += parisc-agp.o
15 obj-$(CONFIG_AGP_I460) += i460-agp.o
16 obj-$(CONFIG_AGP_INTEL) += intel-agp.o
[all …]
Duninorth-agp.c292 u8 agp; in agp_uninorth_suspend() local
316 agp = pci_find_capability(device, PCI_CAP_ID_AGP); in agp_uninorth_suspend()
317 if (!agp) in agp_uninorth_suspend()
319 pci_read_config_dword(device, agp + PCI_AGP_COMMAND, &cmd); in agp_uninorth_suspend()
325 pci_write_config_dword(device, agp + PCI_AGP_COMMAND, cmd); in agp_uninorth_suspend()
329 agp = pci_find_capability(pdev, PCI_CAP_ID_AGP); in agp_uninorth_suspend()
330 pci_read_config_dword(pdev, agp + PCI_AGP_COMMAND, &cmd); in agp_uninorth_suspend()
335 pci_write_config_dword(pdev, agp + PCI_AGP_COMMAND, cmd); in agp_uninorth_suspend()
Dbackend.c101 static const struct { int mem, agp; } maxes_table[] = { member
127 result = maxes_table[index - 1].agp + in agp_find_max()
129 (maxes_table[index].agp - maxes_table[index - 1].agp)) / in agp_find_max()
Damd64-agp.c270 static int fix_northbridge(struct pci_dev *nb, struct pci_dev *agp, u16 cap) in fix_northbridge() argument
284 pci_read_config_word(agp, cap+0x14, &apsize); in fix_northbridge()
297 aper = pci_bus_address(agp, AGP_APERTURE_BAR); in fix_northbridge()
304 dev_info(&agp->dev, "aperture size %u MB is not right, using settings from NB\n", in fix_northbridge()
314 dev_info(&agp->dev, "aperture from AGP @ %Lx size %u MB\n", in fix_northbridge()
Dsis-agp.c90 u8 agp = pci_find_capability(device, PCI_CAP_ID_AGP); in sis_delayed_enable() local
91 if (!agp) in sis_delayed_enable()
97 pci_write_config_dword(device, agp + PCI_AGP_COMMAND, command); in sis_delayed_enable()
Dgeneric.c776 u8 agp = pci_find_capability(device, PCI_CAP_ID_AGP); in agp_device_command() local
777 if (!agp) in agp_device_command()
782 pci_write_config_dword(device, agp + PCI_AGP_COMMAND, bridge_agpstat); in agp_device_command()
/linux-4.19.296/drivers/gpio/
Dgpio-amd8111.c81 struct amd_gpio *agp = gpiochip_get_data(chip); in amd_gpio_request() local
83 agp->orig[offset] = ioread8(agp->pm + AMD_REG_GPIO(offset)) & in amd_gpio_request()
86 dev_dbg(&agp->pdev->dev, "Requested gpio %d, data %x\n", offset, agp->orig[offset]); in amd_gpio_request()
93 struct amd_gpio *agp = gpiochip_get_data(chip); in amd_gpio_free() local
95 dev_dbg(&agp->pdev->dev, "Freed gpio %d, data %x\n", offset, agp->orig[offset]); in amd_gpio_free()
97 iowrite8(agp->orig[offset], agp->pm + AMD_REG_GPIO(offset)); in amd_gpio_free()
102 struct amd_gpio *agp = gpiochip_get_data(chip); in amd_gpio_set() local
106 spin_lock_irqsave(&agp->lock, flags); in amd_gpio_set()
107 temp = ioread8(agp->pm + AMD_REG_GPIO(offset)); in amd_gpio_set()
109 iowrite8(temp, agp->pm + AMD_REG_GPIO(offset)); in amd_gpio_set()
[all …]
/linux-4.19.296/fs/xfs/
Dxfs_filestream.c135 xfs_agnumber_t *agp, in xfs_filestream_pick_ag() argument
152 *agp = NULLAGNUMBER; in xfs_filestream_pick_ag()
202 *agp = ag; in xfs_filestream_pick_ag()
237 *agp = max_ag; in xfs_filestream_pick_ag()
242 trace_xfs_filestream_pick(ip, *agp, free, nscan); in xfs_filestream_pick_ag()
243 *agp = 0; in xfs_filestream_pick_ag()
247 trace_xfs_filestream_pick(ip, *agp, free, nscan); in xfs_filestream_pick_ag()
249 if (*agp == NULLAGNUMBER) in xfs_filestream_pick_ag()
257 item->ag = *agp; in xfs_filestream_pick_ag()
271 xfs_filestream_put_ag(mp, *agp); in xfs_filestream_pick_ag()
[all …]
Dxfs_filestream.h17 int xfs_filestream_new_ag(struct xfs_bmalloca *ap, xfs_agnumber_t *agp);
/linux-4.19.296/include/drm/
Ddrm_device.h195 struct drm_agp_head *agp; /**< AGP data */ member
/linux-4.19.296/drivers/char/
DMakefile47 obj-y += agp/
/linux-4.19.296/
DMAINTAINERS592 F: drivers/char/agp/
593 F: include/linux/agp*
594 F: include/uapi/linux/agp*
11008 F: drivers/char/agp/parisc-agp.c