Lines Matching refs:scale
99 static inline void OSSetGQR2( u32 type, u32 scale ) in OSSetGQR2() argument
101 u32 val = (((scale<<8)|type)<<16)|((scale<<8)|type); in OSSetGQR2()
106 static inline void OSSetGQR3( u32 type, u32 scale ) in OSSetGQR3() argument
108 u32 val = (((scale<<8)|type)<<16)|((scale<<8)|type); in OSSetGQR3()
113 static inline void OSSetGQR4( u32 type, u32 scale ) in OSSetGQR4() argument
115 u32 val = (((scale<<8)|type)<<16)|((scale<<8)|type); in OSSetGQR4()
120 static inline void OSSetGQR5( u32 type, u32 scale ) in OSSetGQR5() argument
122 u32 val = (((scale<<8)|type)<<16)|((scale<<8)|type); in OSSetGQR5()
127 static inline void OSSetGQR6( u32 type, u32 scale ) in OSSetGQR6() argument
129 u32 val = (((scale<<8)|type)<<16)|((scale<<8)|type); in OSSetGQR6()
134 static inline void OSSetGQR7( u32 type, u32 scale ) in OSSetGQR7() argument
136 u32 val = (((scale<<8)|type)<<16)|((scale<<8)|type); in OSSetGQR7()