Searched refs:__BS_FUNCTION (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/mipsco/include/
H A Dbus.h342 #define __BS_FUNCTION(func,BYTES) __CONCAT3(func,_,BYTES) macro
383 static __inline void __BS_FUNCTION(bus_space_read_multi,BYTES) \
388 __BS_FUNCTION(bus_space_read_multi,BYTES)( \
397 *a++ = __BS_FUNCTION(bus_space_read,BYTES)(t, h, o); \
417 static __inline void __BS_FUNCTION(bus_space_read_region,BYTES) \
422 __BS_FUNCTION(bus_space_read_region,BYTES)( \
431 *a++ = __BS_FUNCTION(bus_space_read,BYTES)(t, h, o); \
476 static __inline void __BS_FUNCTION(bus_space_write_multi,BYTES) \
481 __BS_FUNCTION(bus_space_write_multi,BYTES)( \
490 __BS_FUNCTION(bus_space_writ
667 #undef __BS_FUNCTION macro
668 #define __BS_FUNCTION macro
743 #undef __BS_FUNCTION macro
[all...]

Completed in 73 milliseconds