Searched refs:pVal (Results 1 – 3 of 3) sorted by relevance
85 uint32_t am_hal_otp_read_word(uint32_t offset, uint32_t *pVal) in am_hal_otp_read_word() argument95 if (!pVal) in am_hal_otp_read_word()108 *pVal = am_hal_load_ui32((uint32_t *)(AM_REG_OTP_BASEADDR + offset)); in am_hal_otp_read_word()111 *pVal = AM_REGVAL(AM_REG_OTP_BASEADDR + offset); in am_hal_otp_read_word()
70 uint32_t am_hal_otp_read_word(uint32_t offset, uint32_t *pVal);
2726 count_consecutive_ones(uint32_t* pVal) in count_consecutive_ones() argument2729 uint32_t data = *pVal; in count_consecutive_ones()2744 find_mid_point(uint32_t* pVal) in find_mid_point() argument2750 uint32_t val = *pVal; in find_mid_point()