Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dtmu.c214 u32 gm_local_time[3]; in tb_switch_tmu_post_time() local
226 ret = tb_sw_read(root_switch, gm_local_time, TB_CFG_SWITCH, in tb_switch_tmu_post_time()
228 ARRAY_SIZE(gm_local_time)); in tb_switch_tmu_post_time()
232 for (i = 0; i < ARRAY_SIZE(gm_local_time); i++) in tb_switch_tmu_post_time()
234 gm_local_time[i]); in tb_switch_tmu_post_time()
237 hi = gm_local_time[2] & TMU_RTR_CS_3_LOCAL_TIME_NS_MASK; in tb_switch_tmu_post_time()
238 mid = gm_local_time[1]; in tb_switch_tmu_post_time()
239 lo = (gm_local_time[0] & TMU_RTR_CS_1_LOCAL_TIME_NS_MASK) >> in tb_switch_tmu_post_time()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dtmu.c450 u32 gm_local_time[3]; in tb_switch_tmu_post_time() local
462 ret = tb_sw_read(root_switch, gm_local_time, TB_CFG_SWITCH, in tb_switch_tmu_post_time()
464 ARRAY_SIZE(gm_local_time)); in tb_switch_tmu_post_time()
468 for (i = 0; i < ARRAY_SIZE(gm_local_time); i++) in tb_switch_tmu_post_time()
470 gm_local_time[i]); in tb_switch_tmu_post_time()
473 hi = gm_local_time[2] & TMU_RTR_CS_3_LOCAL_TIME_NS_MASK; in tb_switch_tmu_post_time()
474 mid = gm_local_time[1]; in tb_switch_tmu_post_time()
475 lo = (gm_local_time[0] & TMU_RTR_CS_1_LOCAL_TIME_NS_MASK) >> in tb_switch_tmu_post_time()

Completed in 3 milliseconds