Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/optee_include/
H A DOpteeClientInterface.h113 uint32_t trusty_write_oem_ns_otp(uint32_t byte_off, uint8_t *byte_buf, uint32_t byte_len);
114 uint32_t trusty_read_oem_ns_otp(uint32_t byte_off, uint8_t *byte_buf, uint32_t byte_len);
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientInterface.c819 uint32_t trusty_write_oem_ns_otp(uint32_t byte_off, uint8_t *byte_buf, uint32_t byte_len) in trusty_write_oem_ns_otp() argument
849 TeecOperation.params[0].value.a = byte_off; in trusty_write_oem_ns_otp()
884 uint32_t trusty_read_oem_ns_otp(uint32_t byte_off, uint8_t *byte_buf, uint32_t byte_len) in trusty_read_oem_ns_otp() argument
914 TeecOperation.params[0].value.a = byte_off; in trusty_read_oem_ns_otp()