Home
last modified time | relevance | path

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

/drivers/thunderbolt/
Dlc.c62 ret = tb_sw_read(sw, &ctrl, TB_CFG_SWITCH, cap + TB_LC_SX_CTRL, 1); in tb_lc_set_port_configured()
82 return tb_sw_write(sw, &ctrl, TB_CFG_SWITCH, cap + TB_LC_SX_CTRL, 1); in tb_lc_set_port_configured()
120 ret = tb_sw_read(sw, &ctrl, TB_CFG_SWITCH, cap + TB_LC_SX_CTRL, 1); in tb_lc_set_xdomain_configured()
135 return tb_sw_write(sw, &ctrl, TB_CFG_SWITCH, cap + TB_LC_SX_CTRL, 1); in tb_lc_set_xdomain_configured()
172 offset + TB_LC_SX_CTRL, 1); in tb_lc_set_wake_one()
186 return tb_sw_write(sw, &ctrl, TB_CFG_SWITCH, offset + TB_LC_SX_CTRL, 1); in tb_lc_set_wake_one()
258 offset + TB_LC_SX_CTRL, 1); in tb_lc_set_sleep()
264 offset + TB_LC_SX_CTRL, 1); in tb_lc_set_sleep()
Dtb_regs.h445 #define TB_LC_SX_CTRL 0x96 macro