Searched refs:bus_write_multi_1 (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/gve/ |
H A D | gve_main.c | 883 bus_write_multi_1(priv->reg_bar, DRIVER_VERSION, GVE_DRIVER_VERSION, in gve_attach()
|
/freebsd/sys/dev/bhnd/ |
H A D | bhnd.h | 1522 bus_write_multi_1((r)->res, (o), (d), (c)) : \
|
H A D | bhnd_bus_if.m | 1359 /** An implementation of bus_write_multi_1() compatible with bhnd_resource */
|
/freebsd/sys/dev/ppc/ |
H A D | ppc.c | 1856 bus_write_multi_1(ppc->res_ioport, PPC_EPP_DATA, addr, cnt); in ppc_io()
|
/freebsd/sys/sys/ |
H A D | bus.h | 951 #define bus_write_multi_1(r, o, d, c) \ macro
|