Home
last modified time | relevance | path

Searched refs:rootid (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/ieee1394/
Dieee1394_core.c455 int hpsb_send_phy_config(struct hpsb_host *host, int rootid, int gapcnt) in hpsb_send_phy_config() argument
460 if (rootid >= ALL_NODES || rootid < -1 || gapcnt > 0x3f || gapcnt < -1 || in hpsb_send_phy_config()
461 (rootid == -1 && gapcnt == -1)) { in hpsb_send_phy_config()
463 rootid, gapcnt); in hpsb_send_phy_config()
478 if (rootid != -1) in hpsb_send_phy_config()
479 packet->header[0] |= rootid << 24 | 1 << 23; in hpsb_send_phy_config()
Dieee1394_core.h114 int hpsb_send_phy_config(struct hpsb_host *host, int rootid, int gapcnt);