Home
last modified time | relevance | path

Searched refs:time_low (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dtimer-goldfish.c33 u32 time_low, time_high; in goldfish_timer_read() local
37 * time_low: get low bits of current time and update time_high in goldfish_timer_read()
38 * time_high: get high bits of time at last time_low read in goldfish_timer_read()
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()
/kernel/linux/linux-6.6/drivers/rtc/
H A 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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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.c404 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()
/kernel/linux/common_modules/tzdriver/
H A Dteek_client_type.h28 uint32_t time_low; member
H A Dteek_ns_client.h70 uint32_t time_low; member
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/
H A Dsun3_82586.h237 unsigned char time_low; /* slot time low */ member
H A Dsun3_82586.c426 cfg_cmd->time_low = 0x00; in init586()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgv_sriovmsg.h126 uint32_t time_low; member
/kernel/linux/linux-6.6/drivers/net/ethernet/engleder/
H A 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()
/kernel/linux/common_modules/tzdriver/core/
H A Dcmdmonitor.c440 g_crashed_ta_uuid.time_low, g_crashed_ta_uuid.time_mid, in cmd_monitor_archivefn()
/kernel/linux/common_modules/tzdriver/ion/
H A Ddynamic_ion_mem.c434 check_result, configid, ion_size, params->uuid_return->time_low); in load_image_for_ion()
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifspdu.h1276 __le16 time_low; member
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifspdu.h1229 __le16 time_low; member

Completed in 30 milliseconds