Home
last modified time | relevance | path

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

/linux-5.19.10/arch/mips/generic/
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()
/linux-5.19.10/drivers/clocksource/
Dtimer-goldfish.c33 u32 time_low, time_high; in goldfish_timer_read() local
40 time_low = gf_ioread32(base + TIMER_TIME_LOW); in goldfish_timer_read()
43 ticks = ((u64)time_high << 32) | time_low; in goldfish_timer_read()
/linux-5.19.10/drivers/rtc/
Drtc-goldfish.c115 u64 time_low; in goldfish_rtc_read_time() local
121 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()
/linux-5.19.10/fs/afs/
Dafs.h83 __be32 time_low; /* low part of timestamp */ member
197 __be32 time_low; member
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()
Dcmservice.c402 r->time_low = b[0]; in afs_deliver_cb_init_call_back_state3()
515 r->time_low = b[0]; in afs_deliver_cb_probe_uuid()
562 reply.ia.uuid[0] = call->net->uuid.time_low; in SRXAFSCB_TellMeAboutYourself()
/linux-5.19.10/drivers/net/ethernet/i825xx/
Dsun3_82586.h236 unsigned char time_low; /* slot time low */ member
Dsun3_82586.c425 cfg_cmd->time_low = 0x00; in init586()
/linux-5.19.10/drivers/gpu/drm/amd/amdgpu/
Damdgv_sriovmsg.h125 uint32_t time_low; member
/linux-5.19.10/drivers/net/ethernet/engleder/
Dtsnep_selftests.c174 u32 time_low; in get_gate_state() local
181 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()
/linux-5.19.10/fs/cifs/
Dcifspdu.h1226 __le16 time_low; member