Lines Matching defs:__bs_ops
271 #define __bs_ops(t) (((bus_space_tag_t)(t))->bs_ops)
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))
299 (*__bs_ops(t).bs_subregion)(t, (h), (o), (s), (hp))
306 (*__bs_ops(t).bs_alloc)(t, (rs), (re), (s), (a), (b), (c), (ap), (hp))
308 (*__bs_ops(t).bs_free)(t, (h), (s))
315 (*__bs_ops(t).bs_vaddr)(t, (h))
322 (*__bs_ops(t).bs_mmap)(t, (a), (o), (p), (f))
329 (*__bs_ops(t).bs_barrier)(t, (h), (o), (l), (f))
336 (*__bs_ops(t).bs_peek)(t, (h), (o), (s), (p))
338 (*__bs_ops(t).bs_poke)(t, (h), (o), (s), (v))