Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-telechips/drivers/
H A Dtcc_otp.c60 register_phys_mem(MEM_AREA_IO_SEC, OTP_CMD_BASE, OTP_CMD_SIZE);
76 vaddr_t reg = (vaddr_t)phys_to_virt_io(OTP_CMD_BASE, OTP_CMD_SIZE); in tcc_otp_read_128()
114 vaddr_t reg = (vaddr_t)phys_to_virt_io(OTP_CMD_BASE, OTP_CMD_SIZE); in tcc_otp_write_128()
/optee_os/core/arch/arm/plat-telechips/tcc805x/
H A Dplatform_config.h30 #define OTP_CMD_BASE U(0xE0004000) macro