Home
last modified time | relevance | path

Searched refs:SELF_ID_PHY_ID (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/firewire/
H A Dcore-topology.c24 #define SELF_ID_PHY_ID(q) (((q) >> 24) & 0x3f) macro
108 node->node_id = LOCAL_BUS | SELF_ID_PHY_ID(sid); in fw_node_create()
199 if (phy_id != SELF_ID_PHY_ID(q)) { in build_tree()
201 phy_id, SELF_ID_PHY_ID(q)); in build_tree()
/kernel/linux/linux-6.6/drivers/firewire/
H A Dcore-topology.c24 #define SELF_ID_PHY_ID(q) (((q) >> 24) & 0x3f) macro
109 node->node_id = LOCAL_BUS | SELF_ID_PHY_ID(sid); in fw_node_create()
200 if (phy_id != SELF_ID_PHY_ID(q)) { in build_tree()
202 phy_id, SELF_ID_PHY_ID(q)); in build_tree()

Completed in 3 milliseconds