Home
last modified time | relevance | path

Searched refs:TB_CFG_PORT (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/thunderbolt/
Dcap.c51 ret = tb_port_read(port, &header, TB_CFG_PORT, offset, 1); in tb_port_find_cap()
Dicm.c1608 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()
Ddma_port.c99 .space = TB_CFG_PORT, in dma_port_read()
140 .space = TB_CFG_PORT, in dma_port_write()
Dtb.c157 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()
Dtunnel_pci.c156 return tb_port_write(port, &word, TB_CFG_PORT, cap, 1); in tb_pci_port_active()
Dswitch.c465 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()
Dtb_msgs.h20 TB_CFG_PORT = 1, enumerator
Deeprom.c351 res = tb_port_read(port, &type, TB_CFG_PORT, 2, 1); in tb_drom_parse_entry_port()