Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/bhnd/
HDbhnd.h1504 bus_read_multi_1((r)->res, (o), (d), (c)) : \
HDbhnd_bus_if.m1329 /** An implementation of bus_read_multi_1() compatible with bhnd_resource */
/freebsd-head/sys/dev/ppc/
HDppc.c1865 bus_read_multi_1(ppc->res_ioport, PPC_EPP_DATA, addr, cnt); in ppc_io()
/freebsd-head/sys/sys/
HDbus.h941 #define bus_read_multi_1(r, o, d, c) \ macro