Home
last modified time | relevance | path

Searched refs:bus_space_read_1 (Results 1 – 5 of 5) sorted by relevance

/third_party/FreeBSD/stand/kshim/
Dbsd_busspace.c44 uint8_t bus_space_read_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset);
76 *datap++ = bus_space_read_1(t, h, offset); in bus_space_read_multi_1()
155 bus_space_read_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset) in bus_space_read_1() function
Dbsd_kernel.h138 uint8_t bus_space_read_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset);
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.h367 #define EREAD1(sc, a) bus_space_read_1((sc)->sc_io_tag, (sc)->sc_io_hdl, (a))
377 bus_space_read_1((sc)->sc_io_tag, (sc)->sc_io_hdl, (sc)->sc_offs+(a))
Dxhcireg.h208 bus_space_read_1((sc)->sc_io_tag, (sc)->sc_io_hdl, \
/third_party/FreeBSD/sys/sys/
Dbus.h539 bus_space_read_1((r)->r_bustag, (r)->r_bushandle, (o))