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

/xsrc/external/mit/libpciaccess/dist/src/
H A Dcommon_capability.c111 uint32_t agp_status; local in function:pci_fill_capabilities_generic
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
[all...]
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_dri.c788 uint32_t agp_status = (INREG(RADEON_AGP_STATUS) | RADEON_AGPv3_MODE) & mode; local in function:RADEONSetAgpMode
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 6 milliseconds