Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/firewire/
HDfwphyreg.h49 gap_count:6; member
78 uint8_t gap_count:6,
HDfirewire.h306 gap_count:6, member
362 gap_count:6, member
HDfirewire.c1233 fw_phy_config(struct firewire_comm *fc, int root_node, int gap_count) in fw_phy_config() argument
1250 if (gap_count >= 0) in fw_phy_config()
1251 fp->mode.ld[1] |= (1 << 22) | (gap_count & 0x3f) << 16; in fw_phy_config()
1258 __func__, root_node, gap_count); in fw_phy_config()
1288 s->p0.phy_id, s->p0.link_active, s->p0.gap_count, in fw_print_sid()
/freebsd-13-stable/usr.sbin/fwcontrol/
HDfwcontrol.c261 send_phy_config(int fd, int root_node, int gap_count) in send_phy_config() argument
275 if (gap_count >= 0) in send_phy_config()
276 asyreq->pkt.mode.ld[1] |= ((1 << 22) | (gap_count << 16)); in send_phy_config()
280 root_node, gap_count); in send_phy_config()
545 sid.p0.gap_count, in show_topology_map()
607 b.rhb, b.ibr, b.gap_count, in dump_phy_registers()