Home
last modified time | relevance | path

Searched refs:to_us (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/core/include/drivers/
A Drstctrl.h31 TEE_Result (*assert_level)(struct rstctrl *rstctrl, unsigned int to_us);
33 unsigned int to_us);
84 unsigned int to_us) in rstctrl_assert_to() argument
86 return rstctrl->ops->assert_level(rstctrl, to_us); in rstctrl_assert_to()
95 unsigned int to_us) in rstctrl_deassert_to() argument
97 return rstctrl->ops->deassert_level(rstctrl, to_us); in rstctrl_deassert_to()
/optee_os-3.20.0/core/drivers/rstctrl/
A Dstm32_rstctrl.c55 static TEE_Result reset_assert(struct rstctrl *rstctrl, unsigned int to_us) in reset_assert() argument
73 to_us = 0; in reset_assert()
84 if (to_us) { in reset_assert()
85 uint64_t timeout_ref = timeout_init_us(to_us); in reset_assert()
98 static TEE_Result reset_deassert(struct rstctrl *rstctrl, unsigned int to_us) in reset_deassert() argument
126 if (to_us) { in reset_deassert()
127 uint64_t timeout_ref = timeout_init_us(to_us); in reset_deassert()
/optee_os-3.20.0/core/kernel/
A Ddt_driver_test.c424 unsigned int to_us __unused) in dt_test_rstctrl_stub()

Completed in 3 milliseconds