Lines Matching defs:_v
256 #define bus_space_write_1(_t, _h, _o, _v) \
257 ((_t)->write_1((_h), (_o), (_v)))
258 #define bus_space_write_2(_t, _h, _o, _v) \
259 ((_t)->write_2((_h), (_o), (_v)))
260 #define bus_space_write_4(_t, _h, _o, _v) \
261 ((_t)->write_4((_h), (_o), (_v)))
262 #define bus_space_write_8(_t, _h, _o, _v) \
263 ((_t)->write_8((_h), (_o), (_v)))
265 #define bus_space_write_raw_2(_t, _h, _o, _v) \
266 ((_t)->write_2((_h), (_o), (_v)))
267 #define bus_space_write_raw_4(_t, _h, _o, _v) \
268 ((_t)->write_4((_h), (_o), (_v)))
269 #define bus_space_write_raw_8(_t, _h, _o, _v) \
270 ((_t)->write_8((_h), (_o), (_v)))