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

/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp178 static agp_device_info sDeviceInfos[MAX_DEVICES]; variable
368 agp_device_info &deviceInfo = sDeviceInfos[index];
378 agp_device_info &deviceInfo = sDeviceInfos[index];
861 sDeviceInfos[index].info.interface.status = get_pci_config(
862 sDeviceInfos[index].info, AGP_STATUS(sDeviceInfos[index].address), 4);
863 sDeviceInfos[index].info.interface.command = get_pci_config(
864 sDeviceInfos[index].info, AGP_COMMAND(sDeviceInfos[index].address), 4);
866 *info = sDeviceInfos[inde
[all...]

Completed in 29 milliseconds