Home
last modified time | relevance | path

Searched refs:TMU_RTR_CS_0_FREQ_WIND_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/thunderbolt/
H A Dtmu.c77 val &= ~TMU_RTR_CS_0_FREQ_WIND_MASK; in tb_switch_set_tmu_mode_params()
78 val |= FIELD_PREP(TMU_RTR_CS_0_FREQ_WIND_MASK, freq); in tb_switch_set_tmu_mode_params()
H A Dtb_regs.h246 #define TMU_RTR_CS_0_FREQ_WIND_MASK GENMASK(26, 16) macro