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

/freebsd-11-stable/sys/dev/agp/
H A Dagppriv.h57 int am_type; /* chipset specific type */ member in struct:agp_memory
H A Dagp_i810.c1744 mem->am_type = type;
1790 if (mem->am_type == 2) {
1830 if (mem->am_type == 2 && mem->am_size != AGP_PAGE_SIZE) {
1847 if (mem->am_type != 1)
1870 if (mem->am_type == 2 && mem->am_size != AGP_PAGE_SIZE) {
1886 if (mem->am_type != 1)
H A Dagp.c492 mem->am_type = 0;
/freebsd-11-stable/sys/dev/bhnd/siba/
H A Dsiba_subr.c407 u_int am_type; local
415 am_type = SIBA_REG_GET(am, AM_TYPE);
416 switch (am_type) {

Completed in 75 milliseconds