Searched refs:time_low (Results 1 – 11 of 11) sorted by relevance
20 u32 time_low; in read_rtc_time() local28 time_low = readl(base + GOLDFISH_TIMER_LOW); in read_rtc_time()31 return ((u64)time_high << 32) | time_low; in read_rtc_time()
33 u32 time_low, time_high; in goldfish_timer_read() local40 time_low = gf_ioread32(base + TIMER_TIME_LOW); in goldfish_timer_read()43 ticks = ((u64)time_high << 32) | time_low; in goldfish_timer_read()
115 u64 time_low; in goldfish_rtc_read_time() local121 time_low = gf_ioread32(base + TIMER_TIME_LOW); in goldfish_rtc_read_time()123 time = (time_high << 32) | time_low; in goldfish_rtc_read_time()
83 __be32 time_low; /* low part of timestamp */ member197 __be32 time_low; member
77 uuid->time_low = xdr->time_low; in afs_deliver_vl_get_entry_by_name_u()298 r->uuid.time_low = u->time_low; in afs_vl_get_addrs_u()
404 r->time_low = b[0]; in afs_deliver_cb_init_call_back_state3()517 r->time_low = b[0]; in afs_deliver_cb_probe_uuid()564 reply.ia.uuid[0] = call->net->uuid.time_low; in SRXAFSCB_TellMeAboutYourself()
237 unsigned char time_low; /* slot time low */ member
426 cfg_cmd->time_low = 0x00; in init586()
126 uint32_t time_low; member
174 u32 time_low; in get_gate_state() local181 time_low = ioread32(adapter->addr + ECM_SYSTEM_TIME_LOW); in get_gate_state()191 *system_time = (((u64)time_high) << 32) | ((u64)time_low); in get_gate_state()
1229 __le16 time_low; member