Searched refs:WORD_SIZE (Results 1 – 3 of 3) sorted by relevance
38 #define WORD_SIZE 8 macro39 #define SWREG_AVS_OTP_OFFSET (13 * WORD_SIZE) /* 13th row byte offset */40 #define AON_GPIO_OTP_OFFSET (28 * WORD_SIZE) /* 28th row byte offset */252 offset/WORD_SIZE, buf[1], buf[0]); in read_avs_otp_bits()262 WARN("Invalid AVS OTP bits at %d row\n", offset/WORD_SIZE); in read_avs_otp_bits()320 offset/WORD_SIZE, buf[1], buf[0]); in set_swreg_based_on_otp()
27 #define WORD_SIZE 4 macro52 mov \reg, #WORD_SIZE59 mov \reg, #WORD_SIZE
31 #define WORD_SIZE (sizeof(uint64_t)) macro34 #define OP_SIZE_FROM_SIZE(s) (OP_NBW_FROM_SIZE(s) * WORD_SIZE)
Completed in 5 milliseconds