Searched refs:TB_CFG_PORT (Results 1 – 6 of 6) sorted by relevance
/drivers/thunderbolt/ |
D | tb.c | 124 cap = tb_find_cap(&sw->ports[i], TB_CFG_PORT, TB_CAP_PCIE); in tb_find_unused_down_port() 127 res = tb_port_read(&sw->ports[i], &data, TB_CFG_PORT, cap, 1); in tb_find_unused_down_port() 168 cap = tb_find_cap(up_port, TB_CFG_PORT, TB_CAP_PCIE); in tb_activate_pcie_devices() 171 if (tb_port_read(up_port, &data, TB_CFG_PORT, cap, 1)) in tb_activate_pcie_devices()
|
D | switch.c | 71 res = tb_port_read(port, &phy, TB_CFG_PORT, port->cap_phy, 2); in tb_port_state() 161 TB_CFG_PORT, 4, 1); in tb_port_add_nfc_credits() 189 res = tb_port_read(port, &port->config, TB_CFG_PORT, 0, 8); in tb_init_port() 195 cap = tb_find_cap(port, TB_CFG_PORT, TB_CAP_PHY); in tb_init_port()
|
D | tunnel_pci.c | 150 int cap = tb_find_cap(port, TB_CFG_PORT, TB_CAP_PCIE); in tb_pci_port_active() 155 return tb_port_write(port, &word, TB_CFG_PORT, cap, 1); in tb_pci_port_active()
|
D | ctl.h | 28 TB_CFG_PORT = 1, enumerator
|
D | cap.c | 90 if (space == TB_CFG_PORT && offset == 0xa in tb_find_cap()
|
D | eeprom.c | 318 res = tb_port_read(port, &type, TB_CFG_PORT, 2, 1); in tb_drom_parse_entry()
|