Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/mips/generic/
H A Dboard-ranchu.c20 u32 time_low; in read_rtc_time() local
28 time_low = readl(base + GOLDFISH_TIMER_LOW); in read_rtc_time()
31 return ((u64)time_high << 32) | time_low; in read_rtc_time()
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-goldfish.c125 u64 time_low; in goldfish_rtc_read_time() local
131 time_low = readl(base + TIMER_TIME_LOW); in goldfish_rtc_read_time()
133 time = (time_high << 32) | time_low; in goldfish_rtc_read_time()
/OK3568_Linux_fs/kernel/fs/afs/
H A Dafs.h83 __be32 time_low; /* low part of timestamp */ member
197 __be32 time_low; member
H A Dvlclient.c77 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()
H A Dcmservice.c400 r->time_low = b[0]; in afs_deliver_cb_init_call_back_state3()
512 r->time_low = b[0]; in afs_deliver_cb_probe_uuid()
558 reply.ia.uuid[0] = call->net->uuid.time_low; in SRXAFSCB_TellMeAboutYourself()
/OK3568_Linux_fs/u-boot/include/
H A Duuid.h12 unsigned int time_low; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/i825xx/
H A Dsun3_82586.h236 unsigned char time_low; /* slot time low */ member
H A Dsun3_82586.c429 cfg_cmd->time_low = 0x00; in init586()
/OK3568_Linux_fs/external/recovery/update_engine/
H A Dgpt.h102 unsigned int time_low; member
/OK3568_Linux_fs/external/rkupdate/
H A Dgpt.h88 unsigned int time_low; member
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifspdu.h1276 __le16 time_low; member