Searched refs:gap_count (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/firewire/
H A Dcore-card.c293 int gap_count, generation, grace, rcode; local
432 if (card->gap_count == 0) {
483 gap_count = gap_count_table[root_node->max_hops];
485 gap_count = 63;
494 (card->gap_count != gap_count || new_root_id != root_id))
500 fw_notice(card, "phy config: new root=%x, gap_count=%d\n",
501 new_root_id, gap_count);
502 fw_send_phy_config(card, new_root_id, generation, gap_count);
515 reset_bus(card, card->gap_count !
[all...]
H A Dcore-topology.c178 int gap_count; local
188 gap_count = SELF_ID_GAP_COUNT(*sid);
292 if (SELF_ID_GAP_COUNT(q) != gap_count)
293 gap_count = 0;
303 card->gap_count = gap_count;
H A Dcore-transaction.c60 #define PHY_CONFIG_GAP_COUNT(gap_count) (((gap_count) << 16) | (1 << 22))
494 int node_id, int generation, int gap_count)
502 if (gap_count == FW_PHY_CONFIG_CURRENT_GAP_COUNT) {
503 gap_count = card->driver->read_phy_reg(card, 1);
504 if (gap_count < 0)
507 gap_count &= 63;
508 if (gap_count == 63)
511 data |= PHY_CONFIG_GAP_COUNT(gap_count);
493 fw_send_phy_config(struct fw_card *card, int node_id, int generation, int gap_count) argument
H A Dcore.h260 int node_id, int generation, int gap_count);
/linux-master/tools/firewire/
H A Dnosy-dump.h25 uint32_t gap_count:6; member in struct:phy_packet::__anon14851::__anon14853
42 uint32_t gap_count:6; member in struct:phy_packet::__anon14851::__anon14854
H A Dnosy-dump.c774 printf(" set_gap_count=%d", pp->phy_config.gap_count);
790 printf("self id: phy_id=%02x, link %s, gap_count=%d, speed=%s%s%s",
793 pp->self_id.gap_count,
/linux-master/sound/firewire/
H A Diso-resources.c76 return card->gap_count < 63 ? card->gap_count * 97 / 10 + 89 : 512;
/linux-master/include/linux/
H A Dfirewire.h112 int gap_count; member in struct:fw_card

Completed in 130 milliseconds