Home
last modified time | relevance | path

Searched refs:AGP_DPF (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/agp/
H A Dagppriv.h40 #define AGP_DPF(fmt, ...) do { \ macro
44 #define AGP_DPF(fmt, ...) do {} while (0) macro
H A Dagp.c468 AGP_DPF("can't find display\n"); in agp_generic_enable()
571 AGP_DPF("found page pa=%#jx\n", (uintmax_t)VM_PAGE_TO_PHYS(m)); in agp_generic_bind_memory()
602 AGP_DPF("binding offset %#jx to pa %#jx\n", in agp_generic_bind_memory()
718 AGP_DPF("searching for memory block %d\n", id); in agp_find_memory()
720 AGP_DPF("considering memory block %d\n", mem->am_id); in agp_find_memory()
1030 AGP_DPF("binding offset %#jx to pa %#jx\n", in agp_bind_pages()