Searched refs:rootid (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.c540 * @rootid: root whose force_root bit should get set (-1 = don't set force_root)
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);
561 if (rootid != -1)
562 d |= PHYPACKET_PHYCONFIG_R | rootid << PHYPACKET_PORT_SHIFT;

Completed in 44 milliseconds