Home
last modified time | relevance | path

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

/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dnvr.c162 if (nvraddr==RTC_REGC || nvraddr==RTC_REGD) in writenvr()
165 if (nvraddr > RTC_REGD && nvrram[nvraddr] != val) in writenvr()
235 if (nvraddr == RTC_REGD) in readnvr()
236 nvrram[RTC_REGD] |= RTC_VRT; in readnvr()
H A Drtc.h19 RTC_REGD enumerator
/dports/emulators/vmips/vmips-1.5.1/
H A Ddecrtcreg.h39 #define RTC_REGD 13 /* Register D */ macro
H A Ddecrtc.cc63 write_masks[RTC_REGD] = 0x00; in DECRTCDevice()