Lines Matching refs:v

48 static inline u32 host1x_uclass_incr_syncpt_cond_f(u32 v)  in host1x_uclass_incr_syncpt_cond_f()  argument
50 return (v & 0xff) << 10; in host1x_uclass_incr_syncpt_cond_f()
52 #define HOST1X_UCLASS_INCR_SYNCPT_COND_F(v) \ argument
53 host1x_uclass_incr_syncpt_cond_f(v)
54 static inline u32 host1x_uclass_incr_syncpt_indx_f(u32 v) in host1x_uclass_incr_syncpt_indx_f() argument
56 return (v & 0x3ff) << 0; in host1x_uclass_incr_syncpt_indx_f()
58 #define HOST1X_UCLASS_INCR_SYNCPT_INDX_F(v) \ argument
59 host1x_uclass_incr_syncpt_indx_f(v)
66 static inline u32 host1x_uclass_wait_syncpt_indx_f(u32 v) in host1x_uclass_wait_syncpt_indx_f() argument
68 return (v & 0xff) << 24; in host1x_uclass_wait_syncpt_indx_f()
70 #define HOST1X_UCLASS_WAIT_SYNCPT_INDX_F(v) \ argument
71 host1x_uclass_wait_syncpt_indx_f(v)
72 static inline u32 host1x_uclass_wait_syncpt_thresh_f(u32 v) in host1x_uclass_wait_syncpt_thresh_f() argument
74 return (v & 0xffffff) << 0; in host1x_uclass_wait_syncpt_thresh_f()
76 #define HOST1X_UCLASS_WAIT_SYNCPT_THRESH_F(v) \ argument
77 host1x_uclass_wait_syncpt_thresh_f(v)
84 static inline u32 host1x_uclass_wait_syncpt_base_indx_f(u32 v) in host1x_uclass_wait_syncpt_base_indx_f() argument
86 return (v & 0xff) << 24; in host1x_uclass_wait_syncpt_base_indx_f()
88 #define HOST1X_UCLASS_WAIT_SYNCPT_BASE_INDX_F(v) \ argument
89 host1x_uclass_wait_syncpt_base_indx_f(v)
90 static inline u32 host1x_uclass_wait_syncpt_base_base_indx_f(u32 v) in host1x_uclass_wait_syncpt_base_base_indx_f() argument
92 return (v & 0xff) << 16; in host1x_uclass_wait_syncpt_base_base_indx_f()
94 #define HOST1X_UCLASS_WAIT_SYNCPT_BASE_BASE_INDX_F(v) \ argument
95 host1x_uclass_wait_syncpt_base_base_indx_f(v)
96 static inline u32 host1x_uclass_wait_syncpt_base_offset_f(u32 v) in host1x_uclass_wait_syncpt_base_offset_f() argument
98 return (v & 0xffff) << 0; in host1x_uclass_wait_syncpt_base_offset_f()
100 #define HOST1X_UCLASS_WAIT_SYNCPT_BASE_OFFSET_F(v) \ argument
101 host1x_uclass_wait_syncpt_base_offset_f(v)
108 static inline u32 host1x_uclass_load_syncpt_base_base_indx_f(u32 v) in host1x_uclass_load_syncpt_base_base_indx_f() argument
110 return (v & 0xff) << 24; in host1x_uclass_load_syncpt_base_base_indx_f()
112 #define HOST1X_UCLASS_LOAD_SYNCPT_BASE_BASE_INDX_F(v) \ argument
113 host1x_uclass_load_syncpt_base_base_indx_f(v)
114 static inline u32 host1x_uclass_load_syncpt_base_value_f(u32 v) in host1x_uclass_load_syncpt_base_value_f() argument
116 return (v & 0xffffff) << 0; in host1x_uclass_load_syncpt_base_value_f()
118 #define HOST1X_UCLASS_LOAD_SYNCPT_BASE_VALUE_F(v) \ argument
119 host1x_uclass_load_syncpt_base_value_f(v)
120 static inline u32 host1x_uclass_incr_syncpt_base_base_indx_f(u32 v) in host1x_uclass_incr_syncpt_base_base_indx_f() argument
122 return (v & 0xff) << 24; in host1x_uclass_incr_syncpt_base_base_indx_f()
124 #define HOST1X_UCLASS_INCR_SYNCPT_BASE_BASE_INDX_F(v) \ argument
125 host1x_uclass_incr_syncpt_base_base_indx_f(v)
126 static inline u32 host1x_uclass_incr_syncpt_base_offset_f(u32 v) in host1x_uclass_incr_syncpt_base_offset_f() argument
128 return (v & 0xffffff) << 0; in host1x_uclass_incr_syncpt_base_offset_f()
130 #define HOST1X_UCLASS_INCR_SYNCPT_BASE_OFFSET_F(v) \ argument
131 host1x_uclass_incr_syncpt_base_offset_f(v)
138 static inline u32 host1x_uclass_indoff_indbe_f(u32 v) in host1x_uclass_indoff_indbe_f() argument
140 return (v & 0xf) << 28; in host1x_uclass_indoff_indbe_f()
142 #define HOST1X_UCLASS_INDOFF_INDBE_F(v) \ argument
143 host1x_uclass_indoff_indbe_f(v)
144 static inline u32 host1x_uclass_indoff_autoinc_f(u32 v) in host1x_uclass_indoff_autoinc_f() argument
146 return (v & 0x1) << 27; in host1x_uclass_indoff_autoinc_f()
148 #define HOST1X_UCLASS_INDOFF_AUTOINC_F(v) \ argument
149 host1x_uclass_indoff_autoinc_f(v)
150 static inline u32 host1x_uclass_indoff_indmodid_f(u32 v) in host1x_uclass_indoff_indmodid_f() argument
152 return (v & 0xff) << 18; in host1x_uclass_indoff_indmodid_f()
154 #define HOST1X_UCLASS_INDOFF_INDMODID_F(v) \ argument
155 host1x_uclass_indoff_indmodid_f(v)
156 static inline u32 host1x_uclass_indoff_indroffset_f(u32 v) in host1x_uclass_indoff_indroffset_f() argument
158 return (v & 0xffff) << 2; in host1x_uclass_indoff_indroffset_f()
160 #define HOST1X_UCLASS_INDOFF_INDROFFSET_F(v) \ argument
161 host1x_uclass_indoff_indroffset_f(v)
166 #define HOST1X_UCLASS_INDOFF_INDROFFSET_F(v) \ argument
167 host1x_uclass_indoff_indroffset_f(v)