Searched refs:port_bst (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/ed/
H A Dif_edvar.h58 bus_space_tag_t port_bst; member in struct:ed_softc
117 bus_space_barrier(sc->port_bst, sc->port_bsh, \
121 bus_space_read_1(sc->port_bst, sc->port_bsh, (sc)->nic_offset + (port))
124 bus_space_write_1(sc->port_bst, sc->port_bsh, \
128 bus_space_read_2(sc->port_bst, sc->port_bsh, (sc)->nic_offset + (port))
131 bus_space_write_2(sc->port_bst, sc->port_bsh, \
135 bus_space_read_multi_1(sc->port_bst, sc->port_bsh, \
139 bus_space_write_multi_1(sc->port_bst, sc->port_bsh, \
143 bus_space_read_multi_2(sc->port_bst, sc->port_bsh, \
147 bus_space_write_multi_2(sc->port_bst, s
[all...]
H A Dif_ed.c174 sc->port_bst = rman_get_bustag(res);

Completed in 60 milliseconds