Searched refs:post_time (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/thunderbolt/ |
H A D | tmu.c | 448 u64 hi, mid, lo, local_time, post_time; in tb_switch_tmu_post_time() local 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()
|