Searched refs:agp_speed (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/pci/
H A Dprobe.c759 static enum pci_bus_speed agp_speed(int agp3, int agpstat) function
794 bus->max_bus_speed = agp_speed(agpstat & 8, agpstat & 7);
797 bus->cur_bus_speed = agp_speed(agpstat & 8, agpcmd & 7);

Completed in 272 milliseconds