Searched refs:TB_CFG_PORT (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/thunderbolt/ |
D | cap.c | 51 ret = tb_port_read(port, &header, TB_CFG_PORT, offset, 1); in tb_port_find_cap()
|
D | icm.c | 1608 ret = pcie2cio_read(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, &val0); in icm_reset_phy_port() 1611 ret = pcie2cio_read(icm, TB_CFG_PORT, port1, PHY_PORT_CS1, &val1); in icm_reset_phy_port() 1625 ret = pcie2cio_write(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, val0); in icm_reset_phy_port() 1630 ret = pcie2cio_write(icm, TB_CFG_PORT, port1, PHY_PORT_CS1, val1); in icm_reset_phy_port() 1637 ret = pcie2cio_read(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, &val0); in icm_reset_phy_port() 1640 ret = pcie2cio_read(icm, TB_CFG_PORT, port1, PHY_PORT_CS1, &val1); in icm_reset_phy_port() 1645 ret = pcie2cio_write(icm, TB_CFG_PORT, port0, PHY_PORT_CS1, val0); in icm_reset_phy_port() 1650 return pcie2cio_write(icm, TB_CFG_PORT, port1, PHY_PORT_CS1, val1); in icm_reset_phy_port()
|
D | dma_port.c | 99 .space = TB_CFG_PORT, in dma_port_read() 140 .space = TB_CFG_PORT, in dma_port_write()
|
D | tb.c | 157 res = tb_port_read(&sw->ports[i], &data, TB_CFG_PORT, cap, 1); in tb_find_unused_down_port() 203 if (tb_port_read(up_port, &data, TB_CFG_PORT, cap, 1)) in tb_activate_pcie_devices()
|
D | tunnel_pci.c | 156 return tb_port_write(port, &word, TB_CFG_PORT, cap, 1); in tb_pci_port_active()
|
D | switch.c | 465 res = tb_port_read(port, &phy, TB_CFG_PORT, port->cap_phy, 2); in tb_port_state() 555 TB_CFG_PORT, 4, 1); in tb_port_add_nfc_credits() 583 res = tb_port_read(port, &port->config, TB_CFG_PORT, 0, 8); in tb_init_port()
|
D | tb_msgs.h | 20 TB_CFG_PORT = 1, enumerator
|
D | eeprom.c | 351 res = tb_port_read(port, &type, TB_CFG_PORT, 2, 1); in tb_drom_parse_entry_port()
|