Home
last modified time | relevance | path

Searched refs:time_low (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/arch/mips/generic/
Dboard-ranchu.c24 u32 time_low; in read_rtc_time() local
32 time_low = readl(base + GOLDFISH_TIMER_LOW); in read_rtc_time()
35 return ((u64)time_high << 32) | time_low; in read_rtc_time()
/Linux-v4.19/drivers/rtc/
Drtc-goldfish.c138 u64 time_low; in goldfish_rtc_read_time() local
144 time_low = readl(base + TIMER_TIME_LOW); in goldfish_rtc_read_time()
146 time = (time_high << 32) | time_low; in goldfish_rtc_read_time()
/Linux-v4.19/fs/afs/
Dafs.h83 __be32 time_low; /* low part of timestamp */ member
188 __be32 time_low; member
Dvlclient.c80 uuid->time_low = xdr->time_low; in afs_deliver_vl_get_entry_by_name_u()
301 r->uuid.time_low = u->time_low; in afs_vl_get_addrs_u()
Dcmservice.c356 r->time_low = b[0]; in afs_deliver_cb_init_call_back_state3()
479 r->time_low = b[0]; in afs_deliver_cb_probe_uuid()
540 reply.ia.uuid[0] = call->net->uuid.time_low; in SRXAFSCB_TellMeAboutYourself()
/Linux-v4.19/drivers/net/ethernet/i825xx/
Dsun3_82586.h236 unsigned char time_low; /* slot time low */ member
Dsun3_82586.c429 cfg_cmd->time_low = 0x00; in init586()
/Linux-v4.19/fs/cifs/
Dcifspdu.h1271 __le16 time_low; member