Searched refs:bus_space_read_4 (Results 1 – 5 of 5) sorted by relevance
/third_party/FreeBSD/stand/kshim/ |
D | bsd_busspace.c | 46 uint32_t bus_space_read_4(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset); 167 bus_space_read_4(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset) in bus_space_read_4() function
|
D | bsd_kernel.h | 140 uint32_t bus_space_read_4(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset);
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | ehci.h | 369 #define EREAD4(sc, a) bus_space_read_4((sc)->sc_io_tag, (sc)->sc_io_hdl, (a)) 381 bus_space_read_4((sc)->sc_io_tag, (sc)->sc_io_hdl, (sc)->sc_offs+(a))
|
D | xhcireg.h | 214 bus_space_read_4((sc)->sc_io_tag, (sc)->sc_io_hdl, \
|
/third_party/FreeBSD/sys/sys/ |
D | bus.h | 611 bus_space_read_4((r)->r_bustag, (r)->r_bushandle, (o))
|