Searched refs:__bs_ops (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/arch/hpcmips/include/ |
H A D | bus.h | 271 #define __bs_ops(t) (((bus_space_tag_t)(t))->bs_ops) macro 274 (*__bs_ops(t).__bs_opname(r,sz))(t, h, o) 276 (*__bs_ops(t).__bs_opname(w,sz))(t, h, o, v) 279 (*__bs_ops(t).__bs_opname(rs,sz))(t, h, o) 281 (*__bs_ops(t).__bs_opname(ws,sz))(t, h, o, v) 284 (*__bs_ops(t).__bs_opname(type,sz))(t, h, o, a, c) 286 (*__bs_ops(t).__bs_opname(type,sz))(t, h, o, v, c) 288 (*__bs_ops(t).__bs_opname(c,sz))(t, h1, o1, h2, o2, cnt) 295 (*__bs_ops(t).bs_map)(t, (a), (s), (c), (hp)) 297 (*__bs_ops(t).bs_unmap)(t, (h), (s)) [all …]
|