| /src/sys/arch/hpcsh/include/ |
| bus_funcs.h | 77 (*(t)->__hbs_opname(r,sz))((t)->hbs_cookie, h, o)) 82 (*(t)->__hbs_opname(w,sz))((t)->hbs_cookie, h, o, v); \ 89 (*(t)->__hbs_opname(type,sz))((t)->hbs_cookie, h, o, a, c); \ 95 (*(t)->__hbs_opname(type,sz))((t)->hbs_cookie, h, o, v, c); \ 102 (*(t)->__hbs_opname(c,sz))((t)->hbs_cookie, h1, o1, h2, o2, cnt); \ 109 (*(t)->hbs_map)((t)->hbs_cookie, (a), (s), (f), (hp)) 111 (*(t)->hbs_unmap)((t)->hbs_cookie, (h), (s)) 113 (*(t)->hbs_subregion)((t)->hbs_cookie, (h), (o), (s), (hp)) 119 (*(t)->hbs_alloc)((t)->hbs_cookie, (rs), (re), (s), (a), (b), \ 122 (*(t)->hbs_free)((t)->hbs_cookie, (h), (s) [all...] |
| bus_defs.h | 123 void *hbs_cookie; member in struct:hpcsh_bus_space
|
| /src/sys/arch/hpcsh/hpcsh/ |
| bus_space.c | 152 hbs->hbs_cookie = hbs;
|