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

/freebsd-11-stable/sys/dev/firewire/
H A Dfwphyreg.h48 gap_count:6; member in struct:phyreg_base
77 uint8_t gap_count:6,
H A Dfirewire.h306 gap_count:6, member in struct:fw_self_id::__anon10089
362 gap_count:6, member in struct:fw_self_id::__anon10092
H A Dfirewire.c1233 fw_phy_config(struct firewire_comm *fc, int root_node, int gap_count) argument
1250 if (gap_count >= 0)
1251 fp->mode.ld[1] |= (1 << 22) | (gap_count & 0x3f) << 16;
1257 device_printf(fc->bdev, "%s: root_node=%d gap_count=%d\n",
1258 __func__, root_node, gap_count);
1288 s->p0.phy_id, s->p0.link_active, s->p0.gap_count,
/freebsd-11-stable/usr.sbin/fwcontrol/
H A Dfwcontrol.c83 "\t [-l file] [-g gap_count] [-f force_root ] [-b pri_req]\n"
260 send_phy_config(int fd, int root_node, int gap_count) argument
274 if (gap_count >= 0)
275 asyreq->pkt.mode.ld[1] |= ((1 << 22) | (gap_count << 16));
278 printf("send phy_config root_node=%d gap_count=%d\n",
279 root_node, gap_count);
544 sid.p0.gap_count,
606 b.rhb, b.ibr, b.gap_count,

Completed in 147 milliseconds