Searched refs:OTP_SIZE (Results 1 – 3 of 3) sorted by relevance
1203 data->otp_part = memalign(CONFIG_SYS_CACHELINE_SIZE, OTP_SIZE); in stm32prog_otp_write()1209 memset(data->otp_part, 0, OTP_SIZE); in stm32prog_otp_write()1211 if (offset + *size > OTP_SIZE) in stm32prog_otp_write()1212 *size = OTP_SIZE - offset; in stm32prog_otp_write()1235 memalign(CONFIG_SYS_CACHELINE_SIZE, OTP_SIZE); in stm32prog_otp_read()1243 memset(data->otp_part, 0, OTP_SIZE); in stm32prog_otp_read()1257 if (offset + *size > OTP_SIZE) in stm32prog_otp_read()1258 *size = OTP_SIZE - offset; in stm32prog_otp_read()
22 #define OTP_SIZE 1024 macro
184 *size = OTP_SIZE; in stm32prog_get_medium_size_virt()
Completed in 7 milliseconds