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

  /src/sys/arch/or1k/include/
bus_defs.h 195 void (*pbs_unmap)(bus_space_tag_t, bus_space_handle_t, bus_size_t); member in struct:or1k_bus_space
  /src/sys/arch/powerpc/include/
bus_defs.h 206 void (*pbs_unmap)(bus_space_tag_t, bus_space_handle_t, bus_size_t); member in struct:powerpc_bus_space
  /src/sys/arch/playstation2/include/
bus.h 131 void (*pbs_unmap)(void *, bus_space_handle_t, member in struct:playstation2_bus_space
544 (*(t)->pbs_unmap)((t)->pbs_cookie, (h), (s))

Completed in 13 milliseconds