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

/linux-master/arch/mips/generic/
H A Dboard-ranchu.c20 u32 time_low; local
28 time_low = readl(base + GOLDFISH_TIMER_LOW);
31 return ((u64)time_high << 32) | time_low;
/linux-master/drivers/clocksource/
H A Dtimer-goldfish.c33 u32 time_low, time_high; local
37 * time_low: get low bits of current time and update time_high
38 * time_high: get high bits of time at last time_low read
40 time_low = gf_ioread32(base + TIMER_TIME_LOW);
43 ticks = ((u64)time_high << 32) | time_low;
/linux-master/fs/afs/
H A Dafs.h83 __be32 time_low; /* low part of timestamp */ member in struct:afs_uuid
198 __be32 time_low; member in struct:afs_uuid__xdr
H A Dvlclient.c63 uuid->time_low = xdr->time_low;
291 r->uuid.time_low = u->time_low;
H A Dcmservice.c405 r->time_low = b[0];
518 r->time_low = b[0];
565 reply.ia.uuid[0] = call->net->uuid.time_low;
/linux-master/drivers/rtc/
H A Drtc-goldfish.c115 u64 time_low; local
121 time_low = gf_ioread32(base + TIMER_TIME_LOW);
123 time = (time_high << 32) | time_low;
/linux-master/drivers/net/ethernet/i825xx/
H A Dsun3_82586.h237 unsigned char time_low; /* slot time low */ member in struct:configure_cmd_struct
H A Dsun3_82586.c426 cfg_cmd->time_low = 0x00;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgv_sriovmsg.h127 uint32_t time_low; member in union:amd_sriov_msg_uuid_info::__anon232
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_selftests.c174 u32 time_low; local
181 time_low = ioread32(adapter->addr + ECM_SYSTEM_TIME_LOW);
191 *system_time = (((u64)time_high) << 32) | ((u64)time_low);
/linux-master/fs/smb/client/
H A Dcifspdu.h1229 __le16 time_low; member in struct:smb_com_setattr_req

Completed in 159 milliseconds