Lines Matching defs:offset
39 #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 */
243 uint32_t offset = SWREG_AVS_OTP_OFFSET;
248 if (bcm_otpc_read(offset, &buf[0], BYTES_TO_READ, 1) == -1)
252 offset/WORD_SIZE, buf[1], buf[0]);
262 WARN("Invalid AVS OTP bits at %d row\n", offset/WORD_SIZE);
312 uint32_t offset;
315 offset = SWREG_AVS_OTP_OFFSET;
316 if (bcm_otpc_read(offset, &buf[0], BYTES_TO_READ, 1) == -1)
320 offset/WORD_SIZE, buf[1], buf[0]);