Home
last modified time | relevance | path

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

/src/sys/dev/bhnd/siba/
H A Dsiba_subr.c624 u_int am_type; in siba_parse_admatch() local
627 am_type = SIBA_REG_GET(am, AM_TYPE); in siba_parse_admatch()
628 switch (am_type) { in siba_parse_admatch()
/src/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.c513 mem->am_type = 0; in agp_generic_alloc_memory()