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

  /src/sys/arch/playstation2/include/
bus.h 126 void *pbs_cookie; member in struct:playstation2_bus_space
503 (*(t)->__pbs_opname(r,sz))((t)->pbs_cookie, h, o))
508 (*(t)->__pbs_opname(w,sz))((t)->pbs_cookie, h, o, v); \
515 (*(t)->__pbs_opname(type,sz))((t)->pbs_cookie, h, o, a, c); \
521 (*(t)->__pbs_opname(type,sz))((t)->pbs_cookie, h, o, v, c); \
528 (*(t)->__pbs_opname(c,sz))((t)->pbs_cookie, h1, o1, h2, o2, cnt); \
542 (*(t)->pbs_map)((t)->pbs_cookie, (a), (s), (f), (hp))
544 (*(t)->pbs_unmap)((t)->pbs_cookie, (h), (s))
546 (*(t)->pbs_subregion)((t)->pbs_cookie, (h), (o), (s), (hp))
559 (*(t)->pbs_alloc)((t)->pbs_cookie, (rs), (re), (s), (a), (b),
    [all...]
  /src/sys/arch/playstation2/playstation2/
bus_space.c 160 pbs->pbs_cookie = pbs;

Completed in 15 milliseconds