Home
last modified time | relevance | path

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

/third_party/FreeBSD/stand/kshim/
Dbsd_busspace.c45 uint16_t bus_space_read_2(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset);
85 *datap++ = bus_space_read_2(t, h, offset); in bus_space_read_multi_2()
161 bus_space_read_2(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset) in bus_space_read_2() function
Dbsd_kernel.h139 uint16_t bus_space_read_2(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset);
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.h369 #define EREAD2(sc, a) bus_space_read_2((sc)->sc_io_tag, (sc)->sc_io_hdl, (a))
380 bus_space_read_2((sc)->sc_io_tag, (sc)->sc_io_hdl, (sc)->sc_offs+(a))
Dxhcireg.h211 bus_space_read_2((sc)->sc_io_tag, (sc)->sc_io_hdl, \
/third_party/FreeBSD/sys/sys/
Dbus.h563 bus_space_read_2((r)->r_bustag, (r)->r_bushandle, (o))