Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfwphyreg.h49 gap_count:6; member
78 uint8_t gap_count:6,
H A Dfirewire.h306 gap_count:6, member
362 gap_count:6, member
H A Dfirewire.c1232 fw_phy_config(struct firewire_comm *fc, int root_node, int gap_count) in fw_phy_config() argument
1249 if (gap_count >= 0) in fw_phy_config()
1250 fp->mode.ld[1] |= (1 << 22) | (gap_count & 0x3f) << 16; in fw_phy_config()
1257 __func__, root_node, gap_count); in fw_phy_config()
1287 s->p0.phy_id, s->p0.link_active, s->p0.gap_count, in fw_print_sid()
/freebsd/usr.sbin/fwcontrol/
H A Dfwcontrol.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()