Searched refs:post_time (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/thunderbolt/ |
| H A D | tmu.c | 452 u64 hi, mid, lo, local_time, post_time; in tb_switch_tmu_post_time() local 509 post_time = 0xffffffff00000001ULL; in tb_switch_tmu_post_time() 511 ret = tb_sw_write(sw, &post_time, TB_CFG_SWITCH, post_time_offset, 2); in tb_switch_tmu_post_time() 522 ret = tb_sw_read(sw, &post_time, TB_CFG_SWITCH, in tb_switch_tmu_post_time() 526 } while (--retries && post_time); in tb_switch_tmu_post_time()
|