Searched refs:GET_NUM_PORTS (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dmsr_rdcl.c95 #define GET_NUM_PORTS( MBIU_CAP_HIGH, MBIU_CAP_LOW ) (((MBIU_CAP_HIGH) & NUM_PORTS_MASK ) >> NUM_PORTS_SHIFT) macro
179 mbiu_port_count = GET_NUM_PORTS(msrValue.high, msrValue.low);
227 mbiu_port_count = GET_NUM_PORTS(msrValue.high, msrValue.low);
270 mbiu_port_count = GET_NUM_PORTS(msrValue.high, msrValue.low);
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dmsr_rdcl.c202 #define GET_NUM_PORTS( MBIU_CAP_HIGH, MBIU_CAP_LOW ) (((MBIU_CAP_HIGH) & NUM_PORTS_MASK ) >> NUM_PORTS_SHIFT) macro
284 mbiu_port_count = GET_NUM_PORTS(msrValue.high, msrValue.low);
331 mbiu_port_count = GET_NUM_PORTS(msrValue.high, msrValue.low);
374 mbiu_port_count = GET_NUM_PORTS(msrValue.high, msrValue.low);

Completed in 3 milliseconds