Home
last modified time | relevance | path

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

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

Completed in 14 milliseconds