Searched defs:num (Results 1 – 8 of 8) sorted by relevance
100 #define SLI_ALIGN_ROUND_UP(num, align) (((num) + ((align) - 1)) & ~((align) - 1)) argument101 #define SLI_ALIGN_ROUND_DOWN(num, align) ((num) & ~((align) - 1)) argument
413 __STATIC_INLINE void BURTC_RetRegSet(uint32_t num, uint32_t data) in BURTC_RetRegSet()430 __STATIC_INLINE uint32_t BURTC_RetRegGet(uint32_t num) in BURTC_RetRegGet()
85 #define __REV(num) (((num & 0xFF000000) >> 24) \ argument
118 uint32_t num; // Total number of transfers member
174 uint32_t num; // Total number of data to be transmited/received member
398 uint32_t num; // Total number of transfers member
273 uint32_t num; // Number of bytes to transfer member