Home
last modified time | relevance | path

Searched refs:time_high (Results 1 – 9 of 9) sorted by relevance

/drivers/clocksource/
A Dtimer-goldfish.c33 u32 time_low, time_high; in goldfish_timer_read() local
41 time_high = gf_ioread32(base + TIMER_TIME_HIGH); in goldfish_timer_read()
43 ticks = ((u64)time_high << 32) | time_low; in goldfish_timer_read()
/drivers/rtc/
A Drtc-goldfish.c114 u64 time_high; in goldfish_rtc_read_time() local
122 time_high = gf_ioread32(base + TIMER_TIME_HIGH); in goldfish_rtc_read_time()
123 time = (time_high << 32) | time_low; in goldfish_rtc_read_time()
/drivers/net/ethernet/engleder/
A Dtsnep_selftests.c175 u32 time_high; in get_gate_state() local
178 time_high = ioread32(adapter->addr + ECM_SYSTEM_TIME_HIGH); in get_gate_state()
186 time_high_before = time_high; in get_gate_state()
187 time_high = ioread32(adapter->addr + ECM_SYSTEM_TIME_HIGH); in get_gate_state()
188 } while ((time_high != time_high_before) || in get_gate_state()
191 *system_time = (((u64)time_high) << 32) | ((u64)time_low); in get_gate_state()
/drivers/net/ethernet/meta/fbnic/
A Dfbnic_time.c88 WRITE_ONCE(fbn->time_high, hi - 16); in fbnic_ptp_refresh_time()
251 fbn->time_high = 0; in fbnic_ptp_reset()
A Dfbnic_netdev.h49 u32 time_high; member
A Dfbnic_txrx.c76 high = READ_ONCE(fbn->time_high); in fbnic_ts40_to_ns()
/drivers/net/ethernet/i825xx/
A Dsun3_82586.h238 unsigned char time_high; /* slot time high(0-2) and max. retries(4-7) */ member
A Dsun3_82586.c427 cfg_cmd->time_high = 0xf2; in init586()
/drivers/gpu/drm/amd/amdgpu/
A Damdgv_sriovmsg.h169 uint32_t time_high : 12; member

Completed in 20 milliseconds