Home
last modified time | relevance | path

Searched refs:bus_write_stream_2 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ata/
H A Data-all.h524 bus_write_stream_2((res), (offset), (value))
/freebsd/sys/dev/bhnd/
H A Dbhnd.h1636 bus_write_stream_2((r)->res, (o), (v)) : \
H A Dbhnd_bus_if.m1311 /** An implementation of bus_write_stream_2() compatible with bhnd_resource */
/freebsd/sys/sys/
H A Dbus.h1000 #define bus_write_stream_2(r, o, v) \ macro