Home
last modified time | relevance | path

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

/openbmc/qemu/hw/rtc/
H A Dds1338.c178 int user_wday = (data & 7) - 1; in ds1338_send() local
179 s->wday_offset = (user_wday - now.tm_wday + 7) % 7; in ds1338_send()