Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Domap1.c2553 int pm_am; member
2595 if (s->pm_am) in omap_rtc_read()
2620 if (s->pm_am) in omap_rtc_read()
2636 return (s->pm_am << 3) | (s->auto_comp << 2) | in omap_rtc_read()
2693 if (s->pm_am) { in omap_rtc_write()
2769 if (s->pm_am) in omap_rtc_write()
2806 s->pm_am = (value >> 3) & 1; in omap_rtc_write()
2927 s->pm_am = 0; in omap_rtc_reset()