Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dcmsdk-apb-watchdog-test.c37 #define SYSDIV_SHIFT 23 macro
91 g_assert_cmpuint(extract32(rcc, SYSDIV_SHIFT, SYSDIV_LENGTH), ==, 0xf); in test_clock_change()
92 rcc = deposit32(rcc, SYSDIV_SHIFT, SYSDIV_LENGTH, 7); in test_clock_change()