Searched hist:150524 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/tools/
H A Dbus_macro.sh150524 Sat Sep 24 18:11:07 MDT 2005 phk Add convenience macros for bus_space usage that doesn't require specification
of bus tag+handle.

Instead of
bus_space_write_1(sc->tag, sc->handle, ...)
this macros offer
bus_write_1(sc->resource, ...)

The name+argument transformation is constant and the the macros are
generated (by hand) by the script in tools/bus_macro.sh.
/freebsd-10.0-release/sys/sys/
H A Dbus.hdiff 150524 Sat Sep 24 18:11:07 MDT 2005 phk Add convenience macros for bus_space usage that doesn't require specification
of bus tag+handle.

Instead of
bus_space_write_1(sc->tag, sc->handle, ...)
this macros offer
bus_write_1(sc->resource, ...)

The name+argument transformation is constant and the the macros are
generated (by hand) by the script in tools/bus_macro.sh.

Completed in 73 milliseconds