Searched refs:MBD_MSR_CAP (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| H A D | msr_rdcl.c | 40 #define MBD_MSR_CAP 0x2000 macro 120 MSR_READ(MBD_MSR_CAP, RC_MB0_CPU, &(msrValue.high), &(msrValue.low)); 124 MSR_READ(MBD_MSR_CAP, RC_MB0_MBIU0, &(msrValue.high), &(msrValue.low)); 128 MSR_READ(MBD_MSR_CAP, RC_MB0_MBIU1, &(msrValue.high), &(msrValue.low)); 214 MSR_READ(MBD_MSR_CAP, MBIU0[port].address, &(msrValue.high), 255 MSR_READ(MBD_MSR_CAP, MBIU1[port].address, &(msrValue.high), 265 MSR_READ(MBD_MSR_CAP, CP_MB0_MBIU0, &(msrValue.high), &(msrValue.low)); 299 MSR_READ(MBD_MSR_CAP, MBIU2[port].address, &(msrValue.high), 465 MSR_READ(MBD_MSR_CAP, address, &(msrValue.high), &(msrValue.low));
|
| H A D | gfx_defs.h | 119 #define MSR_READ( MBD_MSR_CAP, address, valueHigh_ptr, valueLow_ptr ) \ 120 gfx_msr_asm_read( ((unsigned short)(MBD_MSR_CAP)), address, \ 123 #define MSR_WRITE( MBD_MSR_CAP, address, valueHigh_ptr, valueLow_ptr ) \ 124 gfx_msr_asm_write( ((unsigned short)(MBD_MSR_CAP)), address, \
|
| H A D | gfx_regs.h | 1203 #define MBD_MSR_CAP 0x2000 /* Device Capabilities */ macro
|
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| H A D | msr_rdcl.c | 148 #define MBD_MSR_CAP 0x2000 macro 226 MSR_READ(MBD_MSR_CAP, RC_MB0_CPU, &(msrValue.high), &(msrValue.low)); 230 MSR_READ(MBD_MSR_CAP, RC_MB0_MBIU0, &(msrValue.high), &(msrValue.low)); 234 MSR_READ(MBD_MSR_CAP, RC_MB0_MBIU1, &(msrValue.high), &(msrValue.low)); 318 MSR_READ(MBD_MSR_CAP, MBIU0[port].address, &(msrValue.high), 359 MSR_READ(MBD_MSR_CAP, MBIU1[port].address, &(msrValue.high), 369 MSR_READ(MBD_MSR_CAP, CP_MB0_MBIU0, &(msrValue.high), &(msrValue.low)); 403 MSR_READ(MBD_MSR_CAP, MBIU2[port].address, &(msrValue.high), 566 MSR_READ(MBD_MSR_CAP, address, &(msrValue.high), &(msrValue.low));
|
| H A D | gfx_defs.h | 223 #define MSR_READ( MBD_MSR_CAP, address, valueHigh_ptr, valueLow_ptr ) \ 224 gfx_msr_asm_read( ((unsigned short)(MBD_MSR_CAP)), address, valueHigh_ptr, valueLow_ptr ) 226 #define MSR_WRITE( MBD_MSR_CAP, address, valueHigh_ptr, valueLow_ptr ) \ 227 gfx_msr_asm_write( ((unsigned short)(MBD_MSR_CAP)), address, valueHigh_ptr, valueLow_ptr )
|
| H A D | gfx_regs.h | 1289 #define MBD_MSR_CAP 0x2000 /* Device Capabilities */ macro
|
Completed in 13 milliseconds