agpstat 85 arch/alpha/include/asm/core_irongate.h igcsr32 agpstat; /* 0xA4 - AGP status register */ agpstat 694 drivers/pci/probe.c static enum pci_bus_speed agp_speed(int agp3, int agpstat) agpstat 698 drivers/pci/probe.c if (agpstat & 4) agpstat 700 drivers/pci/probe.c else if (agpstat & 2) agpstat 702 drivers/pci/probe.c else if (agpstat & 1) agpstat 726 drivers/pci/probe.c u32 agpstat, agpcmd; agpstat 728 drivers/pci/probe.c pci_read_config_dword(bridge, pos + PCI_AGP_STATUS, &agpstat); agpstat 729 drivers/pci/probe.c bus->max_bus_speed = agp_speed(agpstat & 8, agpstat & 7); agpstat 732 drivers/pci/probe.c bus->cur_bus_speed = agp_speed(agpstat & 8, agpcmd & 7);