Lines Matching refs:MBIU1
88 MBUS_NODE MBIU0[8], MBIU1[8], MBIU2[8];
221 /* ENUMERATE MBIU1 */
244 MBIU1[port].claimed = 0;
246 /* MBIU1 PORT NUMBERS ARE IN 28:26 AND 31:29 = 010B */
248 MBIU1[port].address = (0x02l << 29) + (port << 26);
251 MBIU1[port].deviceId = REFLECTIVE;
253 MBIU1[port].deviceId = NOT_POPULATED;
255 MSR_READ(MBD_MSR_CAP, MBIU1[port].address, &(msrValue.high),
257 MBIU1[port].deviceId = GET_DEVICE_ID(msrValue.high, msrValue.low);
414 /* SEARCH MBIU1 */
417 if (MBIU1[i].deviceId == pDev->Id && !(MBIU1[i].claimed)) {
418 MBIU1[i].claimed = 1;
419 pDev->Address = MBIU1[i].address;
548 else if (MBIU1[port].address == address) {
549 *device = MBIU1[port].deviceId;