Searched refs:RTC_INTR (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_rtcreg.h51 #define RTC_INTR 0x48 macro
H A Dam335x_rtc.c123 RTC_WRITE4(sc, RTC_INTR, 0);
188 RTC_WRITE4(rtc_sc, RTC_INTR, RTC_INTR_ALARM2);
/freebsd-11-stable/sys/x86/isa/
H A Datrtc.c161 rtcin_locked(RTC_INTR);
172 rtcin_locked(RTC_INTR);
186 rtcin_locked(RTC_INTR);
232 * The RTC chip requires that we read status register C (RTC_INTR)
235 * the clock can tick immediately after the read from RTC_INTR. In this
249 while (rtcin(RTC_INTR) & RTCIR_PERIOD) {
292 if (addr <= RTC_INTR && addr + len > RTC_INTR)
535 rtcin_locked(RTC_INTR);
/freebsd-11-stable/sys/isa/
H A Drtc.h82 #define RTC_INTR 0x0c /* status register C (R) interrupt source */ macro

Completed in 119 milliseconds