Searched defs:gap_count (Results 1 - 3 of 3) sorted by relevance

/drivers/firewire/
H A Dcore-topology.c190 int gap_count; local
200 gap_count = SELF_ID_GAP_COUNT(*sid);
304 if (SELF_ID_GAP_COUNT(q) != gap_count)
305 gap_count = 0;
315 card->gap_count = gap_count;
H A Dcore-card.c306 int gap_count, generation, grace, rcode; local
480 gap_count = gap_count_table[root_node->max_hops];
482 gap_count = 63;
491 (card->gap_count != gap_count || new_root_id != root_id))
497 fw_notice(card, "phy config: new root=%x, gap_count=%d\n",
498 new_root_id, gap_count);
499 fw_send_phy_config(card, new_root_id, generation, gap_count);
H A Dcore-transaction.c73 #define PHY_CONFIG_GAP_COUNT(gap_count) (((gap_count) << 16) | (1 << 22))
456 int node_id, int generation, int gap_count)
464 if (gap_count == FW_PHY_CONFIG_CURRENT_GAP_COUNT) {
465 gap_count = card->driver->read_phy_reg(card, 1);
466 if (gap_count < 0)
469 gap_count &= 63;
470 if (gap_count == 63)
473 data |= PHY_CONFIG_GAP_COUNT(gap_count);
455 fw_send_phy_config(struct fw_card *card, int node_id, int generation, int gap_count) argument

Completed in 49 milliseconds