Home
last modified time | relevance | path

Searched refs:bus_write_multi_stream_2 (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/siis/
HDsiis.h452 bus_write_multi_stream_2((res), (offset), (addr), (count))
/freebsd-13-stable/sys/dev/mvs/
HDmvs.h658 bus_write_multi_stream_2((res), (offset), (addr), (count))
/freebsd-13-stable/sys/dev/ahci/
HDahci.h576 bus_write_multi_stream_2((res), (offset), (addr), (count))
/freebsd-13-stable/sys/dev/ata/
HData-all.h534 bus_write_multi_stream_2((res), (offset), (addr), (count))
/freebsd-13-stable/sys/dev/bhnd/
HDbhnd.h1646 bus_write_multi_stream_2((r)->res, (o), (d), (c)) : \
HDbhnd_bus_if.m1433 /** An implementation of bus_write_multi_stream_2() compatible with
/freebsd-13-stable/sys/sys/
HDbus.h966 #define bus_write_multi_stream_2(r, o, d, c) \ macro