Searched refs:TB_CFG_PORT (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/thunderbolt/ |
| H A D | tmu.c | 172 ret = tb_port_read(port, &data, TB_CFG_PORT, port->cap_tmu + offset, 1); in tb_port_tmu_write() 179 return tb_port_write(port, &data, TB_CFG_PORT, in tb_port_tmu_write() 210 ret = tb_port_read(port, &val, TB_CFG_PORT, in tb_port_tmu_is_unidirectional() 223 ret = tb_port_read(port, &val, TB_CFG_PORT, in tb_port_tmu_is_enhanced() 240 ret = tb_port_read(port, &val, TB_CFG_PORT, in tb_port_tmu_enhanced_enable() 250 return tb_port_write(port, &val, TB_CFG_PORT, in tb_port_tmu_enhanced_enable() 265 ret = tb_port_read(port, &val, TB_CFG_PORT, in tb_port_set_tmu_mode_params() 275 ret = tb_port_write(port, &val, TB_CFG_PORT, in tb_port_set_tmu_mode_params() 280 ret = tb_port_read(port, &val, TB_CFG_PORT, in tb_port_set_tmu_mode_params() 290 return tb_port_write(port, &val, TB_CFG_PORT, in tb_port_set_tmu_mode_params() [all …]
|
| H A D | icm.c | 1912 ret = pcie2cio_read(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, &val0); in icm_reset_phy_port() 1915 ret = pcie2cio_read(icm, TB_CFG_PORT, port1, PHY_PORT_CS1, &val1); in icm_reset_phy_port() 1929 ret = pcie2cio_write(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, val0); in icm_reset_phy_port() 1934 ret = pcie2cio_write(icm, TB_CFG_PORT, port1, PHY_PORT_CS1, val1); in icm_reset_phy_port() 1941 ret = pcie2cio_read(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, &val0); in icm_reset_phy_port() 1944 ret = pcie2cio_read(icm, TB_CFG_PORT, port1, PHY_PORT_CS1, &val1); in icm_reset_phy_port() 1949 ret = pcie2cio_write(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, val0); in icm_reset_phy_port() 1954 return pcie2cio_write(icm, TB_CFG_PORT, port1, PHY_PORT_CS1, val1); in icm_reset_phy_port()
|
| H A D | tb_msgs.h | 17 TB_CFG_PORT = 1, enumerator
|
| H A D | eeprom.c | 383 res = tb_port_read(port, &type, TB_CFG_PORT, 2, 1); in tb_drom_parse_entry_port()
|