/src/sys/arch/evbsh3/include/ |
bus_funcs.h | 75 #define __bs_rs(sz, tn, t, h, o) \ macro 152 #define bus_space_read_1(t, h, o) __bs_rs(1,uint8_t,(t),(h),(o)) 153 #define bus_space_read_2(t, h, o) __bs_rs(2,uint16_t,(t),(h),(o)) 154 #define bus_space_read_4(t, h, o) __bs_rs(4,uint32_t,(t),(h),(o)) 155 #define bus_space_read_8(t, h, o) __bs_rs(8,uint64_t,(t),(h),(o))
|
bus_funcs.h | 75 #define __bs_rs(sz, tn, t, h, o) \ macro 152 #define bus_space_read_1(t, h, o) __bs_rs(1,uint8_t,(t),(h),(o)) 153 #define bus_space_read_2(t, h, o) __bs_rs(2,uint16_t,(t),(h),(o)) 154 #define bus_space_read_4(t, h, o) __bs_rs(4,uint32_t,(t),(h),(o)) 155 #define bus_space_read_8(t, h, o) __bs_rs(8,uint64_t,(t),(h),(o))
|
/src/sys/arch/landisk/include/ |
bus_funcs.h | 74 #define __bs_rs(sz, tn, t, h, o) \ macro 146 #define bus_space_read_1(t, h, o) __bs_rs(1,uint8_t,(t),(h),(o)) 147 #define bus_space_read_2(t, h, o) __bs_rs(2,uint16_t,(t),(h),(o)) 148 #define bus_space_read_4(t, h, o) __bs_rs(4,uint32_t,(t),(h),(o)) 149 #define bus_space_read_8(t, h, o) __bs_rs(8,uint64_t,(t),(h),(o))
|
bus_funcs.h | 74 #define __bs_rs(sz, tn, t, h, o) \ macro 146 #define bus_space_read_1(t, h, o) __bs_rs(1,uint8_t,(t),(h),(o)) 147 #define bus_space_read_2(t, h, o) __bs_rs(2,uint16_t,(t),(h),(o)) 148 #define bus_space_read_4(t, h, o) __bs_rs(4,uint32_t,(t),(h),(o)) 149 #define bus_space_read_8(t, h, o) __bs_rs(8,uint64_t,(t),(h),(o))
|
/src/sys/arch/arm/include/ |
bus_funcs.h | 77 #define __bs_rs(sz, t, h, o) \ macro 150 #define bus_space_read_1(t, h, o) __bs_rs(1,(t),(h),(o)) 151 #define bus_space_read_2(t, h, o) __bs_rs(2,(t),(h),(o)) 152 #define bus_space_read_4(t, h, o) __bs_rs(4,(t),(h),(o)) 154 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o))
|
bus_funcs.h | 77 #define __bs_rs(sz, t, h, o) \ macro 150 #define bus_space_read_1(t, h, o) __bs_rs(1,(t),(h),(o)) 151 #define bus_space_read_2(t, h, o) __bs_rs(2,(t),(h),(o)) 152 #define bus_space_read_4(t, h, o) __bs_rs(4,(t),(h),(o)) 154 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o))
|
/src/sys/arch/riscv/include/ |
bus_funcs.h | 73 #define __bs_rs(sz, t, h, o) \ macro 146 #define bus_space_read_1(t, h, o) __bs_rs(1,(t),(h),(o)) 147 #define bus_space_read_2(t, h, o) __bs_rs(2,(t),(h),(o)) 148 #define bus_space_read_4(t, h, o) __bs_rs(4,(t),(h),(o)) 149 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o))
|
bus_funcs.h | 73 #define __bs_rs(sz, t, h, o) \ macro 146 #define bus_space_read_1(t, h, o) __bs_rs(1,(t),(h),(o)) 147 #define bus_space_read_2(t, h, o) __bs_rs(2,(t),(h),(o)) 148 #define bus_space_read_4(t, h, o) __bs_rs(4,(t),(h),(o)) 149 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o))
|
/src/sys/arch/hpcmips/include/ |
bus.h | 273 #define __bs_rs(sz, t, h, o) \ macro 344 #define bus_space_read_1(t, h, o) __bs_rs(1,(t),(h),(o)) 345 #define bus_space_read_2(t, h, o) __bs_rs(2,(t),(h),(o)) 346 #define bus_space_read_4(t, h, o) __bs_rs(4,(t),(h),(o)) 347 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o))
|
bus.h | 273 #define __bs_rs(sz, t, h, o) \ macro 344 #define bus_space_read_1(t, h, o) __bs_rs(1,(t),(h),(o)) 345 #define bus_space_read_2(t, h, o) __bs_rs(2,(t),(h),(o)) 346 #define bus_space_read_4(t, h, o) __bs_rs(4,(t),(h),(o)) 347 #define bus_space_read_8(t, h, o) __bs_rs(8,(t),(h),(o))
|