Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/algor/algor/
H A Dalgor_p4032_intr.c190 IRQREG_8BIT, IRR0_RTC,
292 REGVAL(P4032_IRR0) = IRR0_RTC; in algor_p4032_cal_timer()
308 } while ((irr & IRR0_RTC) == 0); in algor_p4032_cal_timer()
H A Dalgor_p4032reg.h86 #define IRR0_RTC 0x80 /* real-time clock */ macro