Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/firewire/
Dcore-topology.c27 #define SELF_ID_GAP_COUNT(q) (((q) >> 16) & 0x3f) macro
188 gap_count = SELF_ID_GAP_COUNT(*sid); in build_tree()
292 if (SELF_ID_GAP_COUNT(q) != gap_count) in build_tree()