Searched refs:post_time (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/thunderbolt/ |
A D | tmu.c | 212 u64 hi, mid, lo, local_time, post_time; in tb_switch_tmu_post_time() local 266 post_time = 1; in tb_switch_tmu_post_time() 268 ret = tb_sw_write(sw, &post_time, TB_CFG_SWITCH, post_time_offset, 2); in tb_switch_tmu_post_time() 274 ret = tb_sw_read(sw, &post_time, TB_CFG_SWITCH, in tb_switch_tmu_post_time() 278 } while (--retries && post_time); in tb_switch_tmu_post_time()
|
Completed in 3 milliseconds