Searched refs:TB_LC_SX_CTRL (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | lc.c | 62 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()
|
| H A D | tb_regs.h | 445 #define TB_LC_SX_CTRL 0x96 macro
|