Searched refs:vrtc_virt_base (Results 1 – 1 of 1) sorted by relevance
31 static unsigned char __iomem *vrtc_virt_base; variable38 if (reg > 0xd || !vrtc_virt_base) in vrtc_cmos_read()42 retval = __raw_readb(vrtc_virt_base + (reg << 2)); in vrtc_cmos_read()50 if (reg > 0xd || !vrtc_virt_base) in vrtc_cmos_write()54 __raw_writeb(val, vrtc_virt_base + (reg << 2)); in vrtc_cmos_write()121 vrtc_virt_base = (void __iomem *)set_fixmap_offset_nocache(FIX_LNW_VRTC, in mrst_rtc_init()