Searched refs:gapcnt (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ieee1394/
H A Dieee1394_core.h95 int hpsb_send_phy_config(struct hpsb_host *host, int rootid, int gapcnt);
H A Dieee1394_core.c541 * @gapcnt: gap count value to set (-1 = don't set gap count)
548 int hpsb_send_phy_config(struct hpsb_host *host, int rootid, int gapcnt) argument
554 if (rootid >= ALL_NODES || rootid < -1 || gapcnt > 0x3f || gapcnt < -1 ||
555 (rootid == -1 && gapcnt == -1)) {
556 HPSB_DEBUG("Invalid Parameter: rootid = %d gapcnt = %d",
557 rootid, gapcnt);
563 if (gapcnt != -1)
564 d |= PHYPACKET_PHYCONFIG_T | gapcnt << PHYPACKET_GAPCOUNT_SHIFT;

Completed in 95 milliseconds