OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:agp_status
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/libpciaccess/dist/src/
common_capability.c
111
uint32_t
agp_status
;
local
120
err = pci_device_cfg_read_u32( dev, &
agp_status
, cap_offset + 4 );
135
agp_info->rates = (
agp_status
& 0x07);
140
if ( (
agp_status
& 0x08) != 0 ) {
152
agp_info->fast_writes = (
agp_status
& 0x0010) != 0;
153
agp_info->addr64 = (
agp_status
& 0x0020) != 0;
154
agp_info->htrans = (
agp_status
& 0x0040) == 0;
155
agp_info->gart64 = (
agp_status
& 0x0080) != 0;
156
agp_info->coherent = (
agp_status
& 0x0100) != 0;
157
agp_info->sideband = (
agp_status
& 0x0200) != 0
[
all
...]
/xsrc/external/mit/xf86-video-ati/dist/src/
radeon_dri.c
788
uint32_t
agp_status
= (INREG(RADEON_AGP_STATUS) | RADEON_AGPv3_MODE) & mode;
local
789
Bool is_v3 = (
agp_status
& RADEON_AGPv3_MODE);
794
defaultMode = (
agp_status
& RADEON_AGPv3_8X_MODE) ? 8 : 4;
796
if (
agp_status
& RADEON_AGP_4X_MODE) defaultMode = 4;
797
else if (
agp_status
& RADEON_AGP_2X_MODE) defaultMode = 2;
Completed in 9 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026