Searched refs:to_us (Results 1 – 3 of 3) sorted by relevance
31 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() argument86 return rstctrl->ops->assert_level(rstctrl, to_us); in rstctrl_assert_to()95 unsigned int to_us) in rstctrl_deassert_to() argument97 return rstctrl->ops->deassert_level(rstctrl, to_us); in rstctrl_deassert_to()
55 static TEE_Result reset_assert(struct rstctrl *rstctrl, unsigned int to_us) in reset_assert() argument73 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() argument126 if (to_us) { in reset_deassert()127 uint64_t timeout_ref = timeout_init_us(to_us); in reset_deassert()
424 unsigned int to_us __unused) in dt_test_rstctrl_stub()
Completed in 3 milliseconds