Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/char/agp/
H A Duninorth-agp.c262 bridge->capndx + PCI_AGP_COMMAND, in uninorth_agp_enable()
265 bridge->capndx + PCI_AGP_COMMAND, in uninorth_agp_enable()
320 pci_read_config_dword(device, agp + PCI_AGP_COMMAND, &cmd); in agp_uninorth_suspend()
326 pci_write_config_dword(device, agp + PCI_AGP_COMMAND, cmd); in agp_uninorth_suspend()
331 pci_read_config_dword(pdev, agp + PCI_AGP_COMMAND, &cmd); in agp_uninorth_suspend()
336 pci_write_config_dword(pdev, agp + PCI_AGP_COMMAND, cmd); in agp_uninorth_suspend()
H A Dsis-agp.c97 pci_write_config_dword(device, agp + PCI_AGP_COMMAND, command); in sis_delayed_enable()
H A Dparisc-agp.c208 writel(command, info->lba_regs + info->lba_cap_offset + PCI_AGP_COMMAND); in parisc_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 Dsworks-agp.c417 bridge->capndx + PCI_AGP_COMMAND, in serverworks_agp_enable()
H A Dgeneric.c783 pci_write_config_dword(device, agp + PCI_AGP_COMMAND, bridge_agpstat); in agp_device_command()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpci_regs.h278 #define PCI_AGP_COMMAND 8 /* Control register */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpci_regs.h278 #define PCI_AGP_COMMAND 8 /* Control register */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpci_regs.h278 #define PCI_AGP_COMMAND 8 /* Control register */ macro
/OK3568_Linux_fs/u-boot/include/
H A Dpci.h375 #define PCI_AGP_COMMAND 8 /* Control register */ macro
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dprobe.c781 pci_read_config_dword(bridge, pos + PCI_AGP_COMMAND, &agpcmd); in pci_set_bus_speed()