Home
last modified time | relevance | path

Searched refs:PCI_AGP_COMMAND (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/char/agp/
H A Duninorth-agp.c263 bridge->capndx + PCI_AGP_COMMAND, in uninorth_agp_enable()
266 bridge->capndx + PCI_AGP_COMMAND, in uninorth_agp_enable()
321 pci_read_config_dword(device, agp + PCI_AGP_COMMAND, &cmd); in agp_uninorth_suspend()
327 pci_write_config_dword(device, agp + PCI_AGP_COMMAND, cmd); in agp_uninorth_suspend()
332 pci_read_config_dword(pdev, agp + PCI_AGP_COMMAND, &cmd); in agp_uninorth_suspend()
337 pci_write_config_dword(pdev, agp + PCI_AGP_COMMAND, cmd); in agp_uninorth_suspend()
H A Dparisc-agp.c222 writel(command, info->lba_regs + info->lba_cap_offset + PCI_AGP_COMMAND); in parisc_agp_enable()
H A Dsis-agp.c97 pci_write_config_dword(device, agp + PCI_AGP_COMMAND, command); in sis_delayed_enable()
H A Dsworks-agp.c414 bridge->capndx + PCI_AGP_COMMAND, in serverworks_agp_enable()
H A Dhp-agp.c412 writel(command, hp->lba_regs+hp->lba_cap_offset+PCI_AGP_COMMAND); in hp_zx1_enable()
H A Dgeneric.c783 pci_write_config_dword(device, agp + PCI_AGP_COMMAND, bridge_agpstat); in agp_device_command()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h278 #define PCI_AGP_COMMAND 8 /* Control register */ macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h279 #define PCI_AGP_COMMAND 8 /* Control register */ macro
/openbmc/u-boot/include/
H A Dpci.h374 #define PCI_AGP_COMMAND 8 /* Control register */ macro
/openbmc/linux/drivers/pci/
H A Dprobe.c784 pci_read_config_dword(bridge, pos + PCI_AGP_COMMAND, &agpcmd); in pci_set_bus_speed()