Lines Matching refs:scale
137 static inline void OSSetGQR2( u32 type, u32 scale ) in OSSetGQR2() argument
139 register u32 val = (((scale<<8)|type)<<16)|((scale<<8)|type); in OSSetGQR2()
143 static inline void OSSetGQR3( u32 type, u32 scale ) in OSSetGQR3() argument
145 register u32 val = (((scale<<8)|type)<<16)|((scale<<8)|type); in OSSetGQR3()
149 static inline void OSSetGQR4( u32 type, u32 scale ) in OSSetGQR4() argument
151 register u32 val = (((scale<<8)|type)<<16)|((scale<<8)|type); in OSSetGQR4()
155 static inline void OSSetGQR5( u32 type, u32 scale ) in OSSetGQR5() argument
157 register u32 val = (((scale<<8)|type)<<16)|((scale<<8)|type); in OSSetGQR5()
161 static inline void OSSetGQR6( u32 type, u32 scale ) in OSSetGQR6() argument
163 register u32 val = (((scale<<8)|type)<<16)|((scale<<8)|type); in OSSetGQR6()
167 static inline void OSSetGQR7( u32 type, u32 scale ) in OSSetGQR7() argument
169 register u32 val = (((scale<<8)|type)<<16)|((scale<<8)|type); in OSSetGQR7()