Symbol: __bs_rs
sys/arch/arm/include/bus_funcs.h
150
#define bus_space_read_1(t, h, o) __bs_rs(1,(t),(h),(o))
sys/arch/arm/include/bus_funcs.h
151
#define bus_space_read_2(t, h, o) __bs_rs(2,(t),(h),(o))
sys/arch/arm/include/bus_funcs.h
152
#define bus_space_read_4(t, h, o) __bs_rs(4,(t),(h),(o))
sys/arch/arm/include/bus_funcs.h
154
#define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o))
sys/arch/evbsh3/include/bus_funcs.h
152
#define bus_space_read_1(t, h, o) __bs_rs(1,uint8_t,(t),(h),(o))
sys/arch/evbsh3/include/bus_funcs.h
153
#define bus_space_read_2(t, h, o) __bs_rs(2,uint16_t,(t),(h),(o))
sys/arch/evbsh3/include/bus_funcs.h
154
#define bus_space_read_4(t, h, o) __bs_rs(4,uint32_t,(t),(h),(o))
sys/arch/evbsh3/include/bus_funcs.h
155
#define bus_space_read_8(t, h, o) __bs_rs(8,uint64_t,(t),(h),(o))
sys/arch/hpcmips/include/bus.h
344
#define bus_space_read_1(t, h, o) __bs_rs(1,(t),(h),(o))
sys/arch/hpcmips/include/bus.h
345
#define bus_space_read_2(t, h, o) __bs_rs(2,(t),(h),(o))
sys/arch/hpcmips/include/bus.h
346
#define bus_space_read_4(t, h, o) __bs_rs(4,(t),(h),(o))
sys/arch/hpcmips/include/bus.h
347
#define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o))
sys/arch/landisk/include/bus_funcs.h
146
#define bus_space_read_1(t, h, o) __bs_rs(1,uint8_t,(t),(h),(o))
sys/arch/landisk/include/bus_funcs.h
147
#define bus_space_read_2(t, h, o) __bs_rs(2,uint16_t,(t),(h),(o))
sys/arch/landisk/include/bus_funcs.h
148
#define bus_space_read_4(t, h, o) __bs_rs(4,uint32_t,(t),(h),(o))
sys/arch/landisk/include/bus_funcs.h
149
#define bus_space_read_8(t, h, o) __bs_rs(8,uint64_t,(t),(h),(o))
sys/arch/riscv/include/bus_funcs.h
146
#define bus_space_read_1(t, h, o) __bs_rs(1,(t),(h),(o))
sys/arch/riscv/include/bus_funcs.h
147
#define bus_space_read_2(t, h, o) __bs_rs(2,(t),(h),(o))
sys/arch/riscv/include/bus_funcs.h
148
#define bus_space_read_4(t, h, o) __bs_rs(4,(t),(h),(o))
sys/arch/riscv/include/bus_funcs.h
149
#define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o))