Home
last modified time | relevance | path

Searched refs:AGP_USER_TYPES (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dagp_backend.h91 #define AGP_USER_TYPES (1 << 16) macro
92 #define AGP_USER_MEMORY (AGP_USER_TYPES)
93 #define AGP_USER_CACHED_MEMORY (AGP_USER_TYPES + 1)
/openbmc/linux/drivers/char/agp/
H A Dalpha-agp.c91 if (type >= AGP_USER_TYPES || mem->type >= AGP_USER_TYPES) in alpha_core_agp_insert_memory()
H A Di460-agp.c303 if (type >= AGP_USER_TYPES || mem->type >= AGP_USER_TYPES) in i460_insert_memory_small_io_page()
407 if (type >= AGP_USER_TYPES || mem->type >= AGP_USER_TYPES) in i460_insert_memory_large_io_page()
H A Dgeneric.c172 if (curr->type >= AGP_USER_TYPES) { in agp_free_memory()
234 if (type >= AGP_USER_TYPES) { in agp_allocate_memory()
1329 if (type >= AGP_USER_TYPES) in agp_generic_type_to_mask_type()
H A Dfrontend.c883 if (alloc.type >= AGP_USER_TYPES) in agpioc_allocate_wrap()