Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Drockchip_otp.c41 register_phys_mem_pgdir(MEM_AREA_IO_SEC, OTP_S_BASE, OTP_S_SIZE);
46 vaddr_t base = (vaddr_t)phys_to_virt(OTP_S_BASE, MEM_AREA_IO_SEC, in rockchip_otp_read_secure()
109 vaddr_t base = (vaddr_t)phys_to_virt(OTP_S_BASE, MEM_AREA_IO_SEC, in rockchip_otp_write_secure()
/optee_os/core/arch/arm/plat-rockchip/
H A Dplatform_config.h118 #define OTP_S_BASE 0xfe3a0000 macro