Home
last modified time | relevance | path

Searched refs:TB_SWITCH_TMU_MODE_LOWRES (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/thunderbolt/
H A Dtmu.c16 [TB_SWITCH_TMU_MODE_LOWRES] = 1000,
32 [TB_SWITCH_TMU_MODE_LOWRES] = { 30, 4, },
45 case TB_SWITCH_TMU_MODE_LOWRES: in tmu_mode_name()
383 if (tmu_rates[TB_SWITCH_TMU_MODE_LOWRES] == rate) in tmu_mode_init()
384 sw->tmu.mode = TB_SWITCH_TMU_MODE_LOWRES; in tmu_mode_init()
592 case TB_SWITCH_TMU_MODE_LOWRES: in tb_switch_tmu_disable()
639 case TB_SWITCH_TMU_MODE_LOWRES: in tb_switch_tmu_off()
828 case TB_SWITCH_TMU_MODE_LOWRES: in tb_switch_tmu_change_mode_prev()
846 case TB_SWITCH_TMU_MODE_LOWRES: in tb_switch_tmu_change_mode_prev()
871 case TB_SWITCH_TMU_MODE_LOWRES: in tb_switch_tmu_change_mode()
[all …]
H A Dtb.c347 if (tb_switch_tmu_is_configured(sw, TB_SWITCH_TMU_MODE_LOWRES)) { in tb_increase_switch_tmu_accuracy()
434 TB_SWITCH_TMU_MODE_LOWRES); in tb_enable_tmu()
2696 tb_switch_tmu_configure(tb->root_switch, TB_SWITCH_TMU_MODE_LOWRES); in tb_start()
H A Dtb.h89 TB_SWITCH_TMU_MODE_LOWRES, enumerator