Home
last modified time | relevance | path

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

/arch/m68k/bvme6000/
Dconfig.c161 volatile RtcPtr_t rtc = (RtcPtr_t)BVME_RTC_BASE; in bvme6000_timer_int()
180 volatile RtcPtr_t rtc = (RtcPtr_t)BVME_RTC_BASE; in bvme6000_sched_init()
221 volatile RtcPtr_t rtc = (RtcPtr_t)BVME_RTC_BASE; in bvme6000_gettimeoffset()
269 volatile RtcPtr_t rtc = (RtcPtr_t)BVME_RTC_BASE; in bvme6000_hwclk()
320 volatile RtcPtr_t rtc = (RtcPtr_t)BVME_RTC_BASE; in bvme6000_set_clock_mmss()
Drtc.c40 volatile RtcPtr_t rtc = (RtcPtr_t)BVME_RTC_BASE; in rtc_ioctl()
/arch/m68k/include/asm/
Dbvme6000hw.h46 #define BVME_RTC_BASE 0xff900000 macro