Lines Matching full:1000
92 writel(wdog_base + WDOGLOAD, 1000); in test_watchdog()
99 /* Just past the 1000th tick: timer should have fired */ in test_watchdog()
106 g_assert_cmpuint(readl(wdog_base + WDOGVALUE), ==, 1000); in test_watchdog()
113 g_assert_cmpuint(readl(wdog_base + WDOGVALUE), ==, 1000); in test_watchdog()
138 writel(WDOG_BASE + WDOGLOAD, 1000); in test_clock_change()
151 /* Just past the 1000th tick: timer should have fired */ in test_clock_change()
159 g_assert_cmpuint(readl(WDOG_BASE + WDOGVALUE), ==, 1000); in test_clock_change()
166 g_assert_cmpuint(readl(WDOG_BASE + WDOGVALUE), ==, 1000); in test_clock_change()
200 clock_step(1000 * tick + 1); in test_watchdog_reset()
211 clock_step(1000 * tick + 1); in test_watchdog_reset()
358 clock_step(1000 * tick + 1); in test_watchdog_inten_luminary()