Searched refs:vrtc_virt_base (Results 1 – 1 of 1) sorted by relevance
28 static unsigned char __iomem *vrtc_virt_base; variable35 if (reg > 0xd || !vrtc_virt_base) in vrtc_cmos_read()39 retval = __raw_readb(vrtc_virt_base + (reg << 2)); in vrtc_cmos_read()47 if (reg > 0xd || !vrtc_virt_base) in vrtc_cmos_write()51 __raw_writeb(val, vrtc_virt_base + (reg << 2)); in vrtc_cmos_write()126 vrtc_virt_base = (void __iomem *)set_fixmap_offset_nocache(FIX_LNW_VRTC, in intel_mid_rtc_init()