Searched refs:MBIU1 (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| H A D | msr_rdcl.c | 88 MBUS_NODE MBIU0[8], MBIU1[8], MBIU2[8]; variable in typeref:typename:MBUS_NODE[8][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 */ [all...] |
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| H A D | msr_rdcl.c | 195 MBUS_NODE MBIU0[8], MBIU1[8], MBIU2[8]; variable in typeref:typename:MBUS_NODE[8][8] 325 /* ENUMERATE MBIU1 */ 348 MBIU1[port].claimed = 0; 350 /* MBIU1 PORT NUMBERS ARE IN 28:26 AND 31:29 = 010B */ 352 MBIU1[port].address = (0x02l << 29) + (port << 26); 355 MBIU1[port].deviceId = REFLECTIVE; 357 MBIU1[port].deviceId = NOT_POPULATED; 359 MSR_READ(MBD_MSR_CAP, MBIU1[port].address, &(msrValue.high), 361 MBIU1[port].deviceId = GET_DEVICE_ID(msrValue.high, msrValue.low); 515 /* SEARCH MBIU1 */ [all...] |
Completed in 3 milliseconds