Home
last modified time | relevance | path

Searched refs:clock_high (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ti/wl18xx/
H A Devent.c107 u32 clock_high; in wlcore_event_time_sync() local
109 clock_high = (tsf_high_msb << 16) | tsf_high_lsb; in wlcore_event_time_sync()
113 clock_high, clock_low); in wlcore_event_time_sync()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dvmware.c104 uint32_t clock_high; member
229 initial_high = READ_ONCE(steal->clock_high); in vmware_steal_clock()
235 high = READ_ONCE(steal->clock_high); in vmware_steal_clock()