Searched refs:post_time (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/thunderbolt/ |
D | tmu.c | 290 u64 hi, mid, lo, local_time, post_time; in tb_switch_tmu_post_time() local 347 post_time = 0xffffffff00000001ULL; in tb_switch_tmu_post_time() 349 ret = tb_sw_write(sw, &post_time, TB_CFG_SWITCH, post_time_offset, 2); in tb_switch_tmu_post_time() 360 ret = tb_sw_read(sw, &post_time, TB_CFG_SWITCH, in tb_switch_tmu_post_time() 364 } while (--retries && post_time); in tb_switch_tmu_post_time()
|