Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/thunderbolt/
A Dtmu.c292 u32 gm_local_time[3]; in tb_switch_tmu_post_time() local
304 ret = tb_sw_read(root_switch, gm_local_time, TB_CFG_SWITCH, in tb_switch_tmu_post_time()
306 ARRAY_SIZE(gm_local_time)); in tb_switch_tmu_post_time()
310 for (i = 0; i < ARRAY_SIZE(gm_local_time); i++) in tb_switch_tmu_post_time()
312 gm_local_time[i]); in tb_switch_tmu_post_time()
315 hi = gm_local_time[2] & TMU_RTR_CS_3_LOCAL_TIME_NS_MASK; in tb_switch_tmu_post_time()
316 mid = gm_local_time[1]; in tb_switch_tmu_post_time()
317 lo = (gm_local_time[0] & TMU_RTR_CS_1_LOCAL_TIME_NS_MASK) >> in tb_switch_tmu_post_time()

Completed in 3 milliseconds