Searched refs:time_high (Results 1 – 5 of 5) sorted by relevance
25 u32 time_high; in read_rtc_time() local33 time_high = readl(base + GOLDFISH_TIMER_HIGH); in read_rtc_time()35 return ((u64)time_high << 32) | time_low; in read_rtc_time()
137 u64 time_high; in goldfish_rtc_read_time() local145 time_high = readl(base + TIMER_TIME_HIGH); in goldfish_rtc_read_time()146 time = (time_high << 32) | time_low; in goldfish_rtc_read_time()
237 unsigned char time_high; /* slot time high(0-2) and max. retries(4-7) */ member
430 cfg_cmd->time_high = 0xf2; in init586()
1272 __le16 time_high; member