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

/freebsd-11-stable/sys/dev/firewire/
H A Diec13213.h48 #define BUS_MGR_ID 0x021c macro
H A Dfirewire.c623 CSRARC(fc, BUS_MGR_ID) = 0x3f;
1380 if (try_bmr && (fc->irm != -1) && (CSRARC(fc, BUS_MGR_ID) == 0x3f)) {
1383 CSRARC(fc, BUS_MGR_ID) = fc->set_bmr(fc, fc->irm);
2118 CSRARC(fc, BUS_MGR_ID) = fc->set_bmr(fc, bmr & 0x3f);
2155 fp->mode.lreq.dest_lo = 0xf0000000 | BUS_MGR_ID;
2302 CSRARC(fc, BUS_MGR_ID),
2303 (CSRARC(fc, BUS_MGR_ID) != fc->nodeid) ? "(me)" : "");
2304 if (CSRARC(fc, BUS_MGR_ID) != fc->nodeid) {

Completed in 60 milliseconds