Home
last modified time | relevance | path

Searched refs:OTP_S_SIZE (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/plat/rockchip/rk3568/drivers/otp/
H A Dotp.h14 #define OTP_S_SIZE 448 macro
15 #define OTP_S_BYTE_SIZE (OTP_S_SIZE * 2)
H A Dotp.c339 if (addr < OTP_S_SIZE && (addr + length) > OTP_S_SIZE) { in rk_otp_read()