HomeSort by: relevance | last modified time | path
    Searched defs:__bs_ops (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hpcmips/include/
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...]
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...]

Completed in 22 milliseconds