HomeSort by: relevance | last modified time | path
    Searched defs:cmstr (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ieee1394/
firewire.c 2302 int cmstr; local in function:fw_bmr
2310 cmstr = fc->max_node;
2315 cmstr = fc->nodeid;
2319 cmstr = -1;
2330 fw_phy_config(fc, cmstr, gap_cnt[fc->max_hop]);
2332 if (cmstr == fc->nodeid || cmstr == -1)
2334 /* Bus probe has not finished, make dummy fwdev for cmstr */
2337 fwdev.dst = cmstr;
2341 /* Set cmstr bit on the cycle master *
    [all...]
firewire.c 2302 int cmstr; local in function:fw_bmr
2310 cmstr = fc->max_node;
2315 cmstr = fc->nodeid;
2319 cmstr = -1;
2330 fw_phy_config(fc, cmstr, gap_cnt[fc->max_hop]);
2332 if (cmstr == fc->nodeid || cmstr == -1)
2334 /* Bus probe has not finished, make dummy fwdev for cmstr */
2337 fwdev.dst = cmstr;
2341 /* Set cmstr bit on the cycle master *
    [all...]

Completed in 24 milliseconds