Symbol: __BS_FUNCTION
sys/arch/mipsco/include/bus.h
383
static __inline void __BS_FUNCTION(bus_space_read_multi,BYTES) \
sys/arch/mipsco/include/bus.h
388
__BS_FUNCTION(bus_space_read_multi,BYTES)( \
sys/arch/mipsco/include/bus.h
397
*a++ = __BS_FUNCTION(bus_space_read,BYTES)(t, h, o); \
sys/arch/mipsco/include/bus.h
417
static __inline void __BS_FUNCTION(bus_space_read_region,BYTES) \
sys/arch/mipsco/include/bus.h
422
__BS_FUNCTION(bus_space_read_region,BYTES)( \
sys/arch/mipsco/include/bus.h
431
*a++ = __BS_FUNCTION(bus_space_read,BYTES)(t, h, o); \
sys/arch/mipsco/include/bus.h
476
static __inline void __BS_FUNCTION(bus_space_write_multi,BYTES) \
sys/arch/mipsco/include/bus.h
481
__BS_FUNCTION(bus_space_write_multi,BYTES)( \
sys/arch/mipsco/include/bus.h
490
__BS_FUNCTION(bus_space_write,BYTES)(t, h, o, *a++); \
sys/arch/mipsco/include/bus.h
509
static __inline void __BS_FUNCTION(bus_space_write_region,BYTES) \
sys/arch/mipsco/include/bus.h
514
__BS_FUNCTION(bus_space_write_region,BYTES)( \
sys/arch/mipsco/include/bus.h
523
__BS_FUNCTION(bus_space_write,BYTES)(t, h, o, *a++); \
sys/arch/mipsco/include/bus.h
544
static __inline void __BS_FUNCTION(bus_space_set_multi,BYTES) \
sys/arch/mipsco/include/bus.h
549
__BS_FUNCTION(bus_space_set_multi,BYTES)( \
sys/arch/mipsco/include/bus.h
558
__BS_FUNCTION(bus_space_write,BYTES)(t, h, o, v); \
sys/arch/mipsco/include/bus.h
577
static __inline void __BS_FUNCTION(bus_space_set_region,BYTES) \
sys/arch/mipsco/include/bus.h
582
__BS_FUNCTION(bus_space_set_region,BYTES)( \
sys/arch/mipsco/include/bus.h
591
__BS_FUNCTION(bus_space_write,BYTES)(t, h, o, v); \
sys/arch/mipsco/include/bus.h
613
static __inline void __BS_FUNCTION(bus_space_copy_region,BYTES) \
sys/arch/mipsco/include/bus.h
620
__BS_FUNCTION(bus_space_copy_region,BYTES)( \
sys/arch/mipsco/include/bus.h
633
__BS_FUNCTION(bus_space_write,BYTES)(t, h2, o2 + o, \
sys/arch/mipsco/include/bus.h
634
__BS_FUNCTION(bus_space_read,BYTES)(t, h1, o1 + o)); \
sys/arch/mipsco/include/bus.h
638
__BS_FUNCTION(bus_space_write,BYTES)(t, h2, o2 + o, \
sys/arch/mipsco/include/bus.h
639
__BS_FUNCTION(bus_space_read,BYTES)(t, h1, o1 + o)); \
sys/arch/mipsco/include/bus.h
743
#undef __BS_FUNCTION