Searched refs:time_low (Results 1 – 4 of 4) sorted by relevance
125 u64 time_low; in goldfish_rtc_read_time() local131 time_low = readl(base + TIMER_TIME_LOW); in goldfish_rtc_read_time()133 time = (time_high << 32) | time_low; in goldfish_rtc_read_time()
236 unsigned char time_low; /* slot time low */ member
426 cfg_cmd->time_low = 0x00; in init586()
126 uint32_t time_low; member