Searched refs:AM_REG_OTP_BASEADDR (Results 1 – 2 of 2) sorted by relevance
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()167 if ((am_hal_load_ui32((uint32_t *)(AM_REG_OTP_BASEADDR + offset)) & value) != value) in am_hal_otp_write_word()174 AM_REGVAL(AM_REG_OTP_BASEADDR + offset) = value; in am_hal_otp_write_word()177 if ((AM_REGVAL(AM_REG_OTP_BASEADDR + offset) & value) != value) in am_hal_otp_write_word()
45 #define AM_REG_OTP_BASEADDR 0x400C2000 macro