Home
last modified time | relevance | path

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

/openbmc/qemu/hw/rtc/
H A Dpl031.c60 static uint32_t pl031_get_count(PL031State *s) in pl031_get_count() function
72 ticks = s->mr - pl031_get_count(s); in pl031_set_alarm()
91 r = pl031_get_count(s); in pl031_read()
145 s->tick_offset += value - pl031_get_count(s); in pl031_write()