Lines Matching +full:1000 +full:ms
83 ctrl & JZ_RTC_CTRL_WRDY, 0, 1000); in jz4740_rtc_wait_write_ready()
98 ctrl & JZ_RTC_WENR_WEN, 0, 1000); in jz4780_rtc_enable_write()
276 unsigned int min_wakeup_pin_assert_time = 60; /* Default: 60ms */ in jz4740_rtc_set_wakeup_params()
277 unsigned int reset_pin_assert_time = 100; /* Default: 100ms */ in jz4740_rtc_set_wakeup_params()
279 of_property_read_u32(np, "ingenic,reset-pin-assert-time-ms", in jz4740_rtc_set_wakeup_params()
281 of_property_read_u32(np, "ingenic,min-wakeup-pin-assert-time-ms", in jz4740_rtc_set_wakeup_params()
285 * Set minimum wakeup pin assertion time: 100 ms. in jz4740_rtc_set_wakeup_params()
288 wakeup_ticks = (min_wakeup_pin_assert_time * rate) / 1000; in jz4740_rtc_set_wakeup_params()
296 * Set reset pin low-level assertion time after wakeup: 60 ms. in jz4740_rtc_set_wakeup_params()
297 * Range is 0 to 125 ms if RTC is clocked at 32 kHz. in jz4740_rtc_set_wakeup_params()
299 reset_ticks = (reset_pin_assert_time * rate) / 1000; in jz4740_rtc_set_wakeup_params()