H A D | sibavar.h | 118 #define SIBA_READ_4(siba, reg) \ argument 120 #define SIBA_READ_2(siba, reg) \ argument 122 #define SIBA_READ_MULTI_1(siba, reg, addr, count) \ argument 125 #define SIBA_READ_MULTI_2(siba, reg, addr, count) \ argument 128 #define SIBA_READ_MULTI_4(siba, reg, addr, count) \ argument 132 #define SIBA_WRITE_4(siba, reg, val) \ argument 135 #define SIBA_WRITE_2(siba, reg, val) \ argument 138 #define SIBA_WRITE_MULTI_1(siba, reg, addr, count) \ argument 141 #define SIBA_WRITE_MULTI_2(siba, reg, addr, count) \ argument 144 #define SIBA_WRITE_MULTI_4(siba, reg, addr, count) \ argument [all …]
|