Home
last modified time | relevance | path

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

/linux-6.15/arch/mips/generic/
H A Dboard-ranchu.c21 u32 time_high; in read_rtc_time() local
29 time_high = readl(base + GOLDFISH_TIMER_HIGH); in read_rtc_time()
31 return ((u64)time_high << 32) | time_low; in read_rtc_time()
/linux-6.15/drivers/clocksource/
H 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()
/linux-6.15/drivers/rtc/
H 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()
/linux-6.15/drivers/net/ethernet/engleder/
H 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()
/linux-6.15/drivers/net/ethernet/meta/fbnic/
H 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()
H A Dfbnic_netdev.h50 u32 time_high; member
H A Dfbnic_txrx.c76 high = READ_ONCE(fbn->time_high); in fbnic_ts40_to_ns()
/linux-6.15/drivers/net/ethernet/i825xx/
H A Dsun3_82586.h238 unsigned char time_high; /* slot time high(0-2) and max. retries(4-7) */ member
H A Dsun3_82586.c427 cfg_cmd->time_high = 0xf2; in init586()
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgv_sriovmsg.h167 uint32_t time_high : 12; member