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

/freebsd-13-stable/sys/arm/ti/am335x/
H A Dam335x_rtcreg.h51 #define RTC_INTR 0x48 macro
H A Dam335x_rtc.c124 RTC_WRITE4(sc, RTC_INTR, 0);
189 RTC_WRITE4(rtc_sc, RTC_INTR, RTC_INTR_ALARM2);
/freebsd-13-stable/sys/x86/isa/
H A Datrtc.c167 rtcin_locked(RTC_INTR);
178 rtcin_locked(RTC_INTR);
192 rtcin_locked(RTC_INTR);
238 * The RTC chip requires that we read status register C (RTC_INTR)
241 * the clock can tick immediately after the read from RTC_INTR. In this
255 while (rtcin(RTC_INTR) & RTCIR_PERIOD) {
298 if (addr <= RTC_INTR && addr + len > RTC_INTR)
559 rtcin_locked(RTC_INTR);
/freebsd-13-stable/sys/isa/
H A Drtc.h84 #define RTC_INTR 0x0c /* status register C (R) interrupt source */ macro

Completed in 114 milliseconds