Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/firewire/
H A Dfwphyreg.h50 gap_count:6; member
79 uint8_t gap_count:6,
H A Dfirewire.h308 gap_count:6, member
364 gap_count:6, member
H A Dfirewire.c1235 fw_phy_config(struct firewire_comm *fc, int root_node, int gap_count) in fw_phy_config() argument
1252 if (gap_count >= 0) in fw_phy_config()
1253 fp->mode.ld[1] |= (1 << 22) | (gap_count & 0x3f) << 16; in fw_phy_config()
1260 __func__, root_node, gap_count); in fw_phy_config()
1290 s->p0.phy_id, s->p0.link_active, s->p0.gap_count, in fw_print_sid()
/freebsd-13.1/usr.sbin/fwcontrol/
H A Dfwcontrol.c262 send_phy_config(int fd, int root_node, int gap_count) in send_phy_config() argument
276 if (gap_count >= 0) in send_phy_config()
277 asyreq->pkt.mode.ld[1] |= ((1 << 22) | (gap_count << 16)); in send_phy_config()
281 root_node, gap_count); in send_phy_config()
546 sid.p0.gap_count, in show_topology_map()
608 b.rhb, b.ibr, b.gap_count, in dump_phy_registers()