Lines Matching refs:MBIU2
195 MBUS_NODE MBIU0[8], MBIU1[8], MBIU2[8];
366 /* ENUMERATE MBIU2 (CS5535) */
391 MBIU2[port].claimed = 0;
393 /* MBIU2 PORT NUMBERS ARE IN 22:20 AND 31:23 = 010100010B */
395 MBIU2[port].address =
399 MBIU2[port].deviceId = REFLECTIVE;
401 MBIU2[port].deviceId = NOT_POPULATED;
403 MSR_READ(MBD_MSR_CAP, MBIU2[port].address, &(msrValue.high),
405 MBIU2[port].deviceId = GET_DEVICE_ID(msrValue.high, msrValue.low);
415 MBIU2[port].claimed = 0;
416 MBIU2[port].deviceId = NOT_INSTALLED;
417 MBIU2[port].address =
525 /* SEARCH MBIU2 */
528 if (MBIU2[i].deviceId == pDev->Id && !(MBIU2[i].claimed)) {
529 MBIU2[i].claimed = 1;
530 pDev->Address = MBIU2[i].address;
651 } else if (MBIU2[port].address == address) {
652 *device = MBIU2[port].deviceId;