Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Dtmu.c212 u64 hi, mid, lo, local_time, post_time; in tb_switch_tmu_post_time() local
262 * the post_time registers) and wait for the completion of the in tb_switch_tmu_post_time()
263 * same (post_time register becomes 0). This means the time has in tb_switch_tmu_post_time()
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()
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dtmu.c448 u64 hi, mid, lo, local_time, post_time; in tb_switch_tmu_post_time() local
502 * the completion of the post_time register becomes 0. in tb_switch_tmu_post_time()
505 post_time = 0xffffffff00000001ULL; in tb_switch_tmu_post_time()
507 ret = tb_sw_write(sw, &post_time, TB_CFG_SWITCH, post_time_offset, 2); in tb_switch_tmu_post_time()
518 ret = tb_sw_read(sw, &post_time, TB_CFG_SWITCH, in tb_switch_tmu_post_time()
522 } while (--retries && post_time); in tb_switch_tmu_post_time()

Completed in 3 milliseconds