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

/haiku/headers/private/firewire/
H A Dfwphyreg.h48 gap_count:6; member in struct:phyreg_base
77 uint8_t gap_count:6,
H A Dfirewire.h310 gap_count:6, member in struct:fw_self_id::__anon356
366 gap_count:6, member in struct:fw_self_id::__anon359
/haiku/src/bin/fwcontrol/
H A Dfwcontrol.c88 "\t [-l file] [-g gap_count] [-f force_root ] [-b pri_req]\n"
273 send_phy_config(int fd, int root_node, int gap_count) argument
287 if (gap_count >= 0)
288 asyreq->pkt.mode.ld[1] |= ((1 << 22) | (gap_count << 16));
291 printf("send phy_config root_node=%d gap_count=%d\n",
292 root_node, gap_count);
557 sid.p0.gap_count,
619 b.rhb, b.ibr, b.gap_count,
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp1308 fw_phy_config(struct firewire_comm *fc, int root_node, int gap_count) argument
1325 if (gap_count >= 0)
1326 fp->mode.ld[1] |= 1 << 22 | (gap_count & 0x3f) << 16;
1332 device_printf(fc->bdev, "%s: root_node=%d gap_count=%d\n",
1333 __func__, root_node, gap_count);
1363 s->p0.phy_id, s->p0.link_active, s->p0.gap_count,

Completed in 155 milliseconds