Home
last modified time | relevance | path

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

/linux/drivers/thunderbolt/
H A Dtmu.c172 ret = tb_port_read(port, &data, TB_CFG_PORT, port->cap_tmu + offset, 1); in tb_port_tmu_write()
180 port->cap_tmu + offset, 1); in tb_port_tmu_write()
211 port->cap_tmu + TMU_ADP_CS_3, 1); in tb_port_tmu_is_unidirectional()
224 port->cap_tmu + TMU_ADP_CS_8, 1); in tb_port_tmu_is_enhanced()
241 port->cap_tmu + TMU_ADP_CS_8, 1); in tb_port_tmu_enhanced_enable()
251 port->cap_tmu + TMU_ADP_CS_8, 1); in tb_port_tmu_enhanced_enable()
266 port->cap_tmu + TMU_ADP_CS_8, 1); in tb_port_set_tmu_mode_params()
276 port->cap_tmu + TMU_ADP_CS_8, 1); in tb_port_set_tmu_mode_params()
281 port->cap_tmu + TMU_ADP_CS_9, 1); in tb_port_set_tmu_mode_params()
291 port->cap_tmu in tb_port_set_tmu_mode_params()
[all...]
H A Dtb.h253 * @cap_tmu: Offset of the adapter specific TMU capability (%0 if not present)
286 int cap_tmu; member