HomeSort by: relevance | last modified time | path
    Searched defs:agp_ali_table (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
agp_ali.c 160 static const u_int32_t agp_ali_table[] = { variable in typeref:typename:const u_int32_t[]
173 #define agp_ali_table_size (sizeof(agp_ali_table) / sizeof(agp_ali_table[0]))
187 return agp_ali_table[i];
200 if (agp_ali_table[i] == aperture)
agp_ali.c 160 static const u_int32_t agp_ali_table[] = { variable in typeref:typename:const u_int32_t[]
173 #define agp_ali_table_size (sizeof(agp_ali_table) / sizeof(agp_ali_table[0]))
187 return agp_ali_table[i];
200 if (agp_ali_table[i] == aperture)

Completed in 21 milliseconds