Searched refs:agpstat (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | core_irongate.h | 85 igcsr32 agpstat; /* 0xA4 - AGP status register */ member
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | core_irongate.h | 85 igcsr32 agpstat; /* 0xA4 - AGP status register */ member
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | probe.c | 744 static enum pci_bus_speed agp_speed(int agp3, int agpstat) in agp_speed() argument 748 if (agpstat & 4) in agp_speed() 750 else if (agpstat & 2) in agp_speed() 752 else if (agpstat & 1) in agp_speed() 776 u32 agpstat, agpcmd; in pci_set_bus_speed() local 778 pci_read_config_dword(bridge, pos + PCI_AGP_STATUS, &agpstat); in pci_set_bus_speed() 779 bus->max_bus_speed = agp_speed(agpstat & 8, agpstat & 7); in pci_set_bus_speed() 782 bus->cur_bus_speed = agp_speed(agpstat & 8, agpcmd & 7); in pci_set_bus_speed()
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | probe.c | 747 static enum pci_bus_speed agp_speed(int agp3, int agpstat) in agp_speed() argument 751 if (agpstat & 4) in agp_speed() 753 else if (agpstat & 2) in agp_speed() 755 else if (agpstat & 1) in agp_speed() 779 u32 agpstat, agpcmd; in pci_set_bus_speed() local 781 pci_read_config_dword(bridge, pos + PCI_AGP_STATUS, &agpstat); in pci_set_bus_speed() 782 bus->max_bus_speed = agp_speed(agpstat & 8, agpstat & 7); in pci_set_bus_speed() 785 bus->cur_bus_speed = agp_speed(agpstat & 8, agpcmd & 7); in pci_set_bus_speed()
|
Completed in 9 milliseconds