Searched refs:PCI_AGP_COMMAND (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/char/agp/ |
H A D | uninorth-agp.c | 263 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 D | parisc-agp.c | 222 writel(command, info->lba_regs + info->lba_cap_offset + PCI_AGP_COMMAND); in parisc_agp_enable()
|
H A D | sis-agp.c | 97 pci_write_config_dword(device, agp + PCI_AGP_COMMAND, command); in sis_delayed_enable()
|
H A D | sworks-agp.c | 414 bridge->capndx + PCI_AGP_COMMAND, in serverworks_agp_enable()
|
H A D | hp-agp.c | 412 writel(command, hp->lba_regs+hp->lba_cap_offset+PCI_AGP_COMMAND); in hp_zx1_enable()
|
H A D | generic.c | 783 pci_write_config_dword(device, agp + PCI_AGP_COMMAND, bridge_agpstat); in agp_device_command()
|
/openbmc/linux/include/uapi/linux/ |
H A D | pci_regs.h | 278 #define PCI_AGP_COMMAND 8 /* Control register */ macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 279 #define PCI_AGP_COMMAND 8 /* Control register */ macro
|
/openbmc/u-boot/include/ |
H A D | pci.h | 374 #define PCI_AGP_COMMAND 8 /* Control register */ macro
|
/openbmc/linux/drivers/pci/ |
H A D | probe.c | 784 pci_read_config_dword(bridge, pos + PCI_AGP_COMMAND, &agpcmd); in pci_set_bus_speed()
|