Home
last modified time | relevance | path

Searched refs:agpstat (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/arch/alpha/include/asm/
A Dcore_irongate.h85 igcsr32 agpstat; /* 0xA4 - AGP status register */ member
/linux-6.3-rc2/drivers/pci/
A Dprobe.c748 static enum pci_bus_speed agp_speed(int agp3, int agpstat) in agp_speed() argument
752 if (agpstat & 4) in agp_speed()
754 else if (agpstat & 2) in agp_speed()
756 else if (agpstat & 1) in agp_speed()
780 u32 agpstat, agpcmd; in pci_set_bus_speed() local
782 pci_read_config_dword(bridge, pos + PCI_AGP_STATUS, &agpstat); in pci_set_bus_speed()
783 bus->max_bus_speed = agp_speed(agpstat & 8, agpstat & 7); in pci_set_bus_speed()
786 bus->cur_bus_speed = agp_speed(agpstat & 8, agpcmd & 7); in pci_set_bus_speed()

Completed in 11 milliseconds