Searched refs:bus_space_read_region_4 (Results 1 – 3 of 3) sorted by relevance
/third_party/FreeBSD/stand/kshim/ |
D | bsd_busspace.c | 66 void bus_space_read_region_4(bus_space_tag_t space, bus_space_handle_t handle, bus_size_t offset, 197 bus_space_read_region_4(bus_space_tag_t t, bus_space_handle_t h, in bus_space_read_region_4() function
|
D | bsd_kernel.h | 160 void bus_space_read_region_4(bus_space_tag_t space, bus_space_handle_t handle, bus_size_t offset,
|
/third_party/FreeBSD/sys/sys/ |
D | bus.h | 615 bus_space_read_region_4((r)->r_bustag, (r)->r_bushandle, (o), (d), (c))
|