HomeSort by: relevance | last modified time | path
    Searched refs:am_type (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
agp_i810.c 1300 mem->am_type = type;
1344 switch (mem->am_type) {
1356 panic("invalid agp i810 memory type: %d", mem->am_type);
1391 switch (mem->am_type) {
1402 panic("invalid agp i810 memory type: %d", mem->am_type);
1472 switch (mem->am_type) {
1484 panic("invalid agp i810 memory type: %d", mem->am_type);
agpvar.h 91 int am_type; /* chipset specific type */ member in struct:agp_memory
agp.c 637 mem->am_type = 0;

Completed in 16 milliseconds