Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/siba/
H A Dsiba_subr.c627 u_int am_type; in siba_parse_admatch() local
630 am_type = SIBA_REG_GET(am, AM_TYPE); in siba_parse_admatch()
631 switch (am_type) { in siba_parse_admatch()
/freebsd/sys/dev/agp/
H A Dagppriv.h57 int am_type; /* chipset specific type */ member
H A Dagp_i810.c1743 mem->am_type = type; in agp_i810_alloc_memory()
1789 if (mem->am_type == 2) { in agp_i810_free_memory()
1827 if (mem->am_type == 2 && mem->am_size != AGP_PAGE_SIZE) { in agp_i810_bind_memory()
1844 if (mem->am_type != 1) in agp_i810_bind_memory()
1867 if (mem->am_type == 2 && mem->am_size != AGP_PAGE_SIZE) { in agp_i810_unbind_memory()
1883 if (mem->am_type != 1) in agp_i810_unbind_memory()
H A Dagp.c512 mem->am_type = 0; in agp_generic_alloc_memory()