Lines Matching refs:MBIU0
88 MBUS_NODE MBIU0[8], MBIU1[8], MBIU2[8];
160 * Vail or MBIU0, the deviceID for that node is set to 'REFLECTIVE'.
173 /* ENUMERATE MBIU0 */
196 MBIU0[port].claimed = 0;
198 /* MBIU0 PORT NUMBERS ARE IN ADDRESS BITS 31:29 */
200 MBIU0[port].address = port << 29;
202 /* SPECIAL CASE FOR MBIU0 */
203 /* MBIU0 port 0 is a special case, as it points back to MBIU0. MBIU0
208 MBIU0[port].deviceId = RC_CC_MBIU;
210 MBIU0[port].deviceId = REFLECTIVE;
212 MBIU0[port].deviceId = NOT_POPULATED;
214 MSR_READ(MBD_MSR_CAP, MBIU0[port].address, &(msrValue.high),
216 MBIU0[port].deviceId = GET_DEVICE_ID(msrValue.high, msrValue.low);
404 /* SEARCH MBIU0 */
407 if (MBIU0[i].deviceId == pDev->Id && !(MBIU0[i].claimed)) {
408 MBIU0[i].claimed = 1;
409 pDev->Address = MBIU0[i].address;
544 if (MBIU0[port].address == address) {
545 *device = MBIU0[port].deviceId;