Home
last modified time | relevance | path

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

/drivers/clocksource/
A 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()
/drivers/rtc/
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()
/drivers/net/ethernet/i825xx/
A Dsun3_82586.h237 unsigned char time_low; /* slot time low */ member
A Dsun3_82586.c426 cfg_cmd->time_low = 0x00; in init586()
/drivers/net/ethernet/engleder/
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()
/drivers/gpu/drm/amd/amdgpu/
A Damdgv_sriovmsg.h164 uint32_t time_low; member

Completed in 16 milliseconds