Lines Matching refs:MBIU0
195 MBUS_NODE MBIU0[8], MBIU1[8], MBIU2[8];
266 * Vail or MBIU0, the deviceID for that node is set to 'REFLECTIVE'. Reflective
278 /* ENUMERATE MBIU0 */
301 MBIU0[port].claimed = 0;
303 /* MBIU0 PORT NUMBERS ARE IN ADDRESS BITS 31:29 */
305 MBIU0[port].address = port << 29;
307 /* SPECIAL CASE FOR MBIU0 */
308 /* MBIU0 port 0 is a special case, as it points back to MBIU0. MBIU0 */
312 MBIU0[port].deviceId = RC_CC_MBIU;
314 MBIU0[port].deviceId = REFLECTIVE;
316 MBIU0[port].deviceId = NOT_POPULATED;
318 MSR_READ(MBD_MSR_CAP, MBIU0[port].address, &(msrValue.high),
320 MBIU0[port].deviceId = GET_DEVICE_ID(msrValue.high, msrValue.low);
505 /* SEARCH MBIU0 */
508 if (MBIU0[i].deviceId == pDev->Id && !(MBIU0[i].claimed)) {
509 MBIU0[i].claimed = 1;
510 pDev->Address = MBIU0[i].address;
645 if (MBIU0[port].address == address) {
646 *device = MBIU0[port].deviceId;