OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:as_methods
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
agpvar.h
116
#define AGP_GET_APERTURE(sc) ((sc)->
as_methods
->get_aperture(sc))
117
#define AGP_SET_APERTURE(sc,a) ((sc)->
as_methods
->set_aperture((sc),(a)))
118
#define AGP_BIND_PAGE(sc,o,p) ((sc)->
as_methods
->bind_page((sc),(o),(p)))
119
#define AGP_UNBIND_PAGE(sc,o) ((sc)->
as_methods
->unbind_page((sc), (o)))
120
#define AGP_FLUSH_TLB(sc) ((sc)->
as_methods
->flush_tlb(sc))
121
#define AGP_ENABLE(sc,m) ((sc)->
as_methods
->enable((sc),(m)))
122
#define AGP_ALLOC_MEMORY(sc,t,s) ((sc)->
as_methods
->alloc_memory((sc),(t),(s)))
123
#define AGP_FREE_MEMORY(sc,m) ((sc)->
as_methods
->free_memory((sc),(m)))
124
#define AGP_BIND_MEMORY(sc,m,o) ((sc)->
as_methods
->bind_memory((sc),(m),(o)))
125
#define AGP_UNBIND_MEMORY(sc,m) ((sc)->
as_methods
->unbind_memory((sc),(m))
148
struct agp_methods *
as_methods
; \/* chipset-dependent API *\/
member in struct:agp_softc
[
all
...]
Completed in 11 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025