Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/misc/
H A Drockchip-otp.c291 if (offset > RK3588_MAX_BYTES - 1) in rockchip_rk3588_otp_read()
293 if (offset + size > RK3588_MAX_BYTES) in rockchip_rk3588_otp_read()
294 size = RK3588_MAX_BYTES - offset; in rockchip_rk3588_otp_read()
/OK3568_Linux_fs/u-boot/include/
H A Drockchip-otp.h71 #define RK3588_MAX_BYTES 0x400 macro