Lines Matching refs:v
60 static inline u32 host1x_uclass_incr_syncpt_cond_f(u32 v) in host1x_uclass_incr_syncpt_cond_f() argument
62 return (v & 0xff) << 8; in host1x_uclass_incr_syncpt_cond_f()
64 #define HOST1X_UCLASS_INCR_SYNCPT_COND_F(v) \ argument
65 host1x_uclass_incr_syncpt_cond_f(v)
66 static inline u32 host1x_uclass_incr_syncpt_indx_f(u32 v) in host1x_uclass_incr_syncpt_indx_f() argument
68 return (v & 0xff) << 0; in host1x_uclass_incr_syncpt_indx_f()
70 #define HOST1X_UCLASS_INCR_SYNCPT_INDX_F(v) \ argument
71 host1x_uclass_incr_syncpt_indx_f(v)
78 static inline u32 host1x_uclass_wait_syncpt_indx_f(u32 v) in host1x_uclass_wait_syncpt_indx_f() argument
80 return (v & 0xff) << 24; in host1x_uclass_wait_syncpt_indx_f()
82 #define HOST1X_UCLASS_WAIT_SYNCPT_INDX_F(v) \ argument
83 host1x_uclass_wait_syncpt_indx_f(v)
84 static inline u32 host1x_uclass_wait_syncpt_thresh_f(u32 v) in host1x_uclass_wait_syncpt_thresh_f() argument
86 return (v & 0xffffff) << 0; in host1x_uclass_wait_syncpt_thresh_f()
88 #define HOST1X_UCLASS_WAIT_SYNCPT_THRESH_F(v) \ argument
89 host1x_uclass_wait_syncpt_thresh_f(v)
96 static inline u32 host1x_uclass_wait_syncpt_base_indx_f(u32 v) in host1x_uclass_wait_syncpt_base_indx_f() argument
98 return (v & 0xff) << 24; in host1x_uclass_wait_syncpt_base_indx_f()
100 #define HOST1X_UCLASS_WAIT_SYNCPT_BASE_INDX_F(v) \ argument
101 host1x_uclass_wait_syncpt_base_indx_f(v)
102 static inline u32 host1x_uclass_wait_syncpt_base_base_indx_f(u32 v) in host1x_uclass_wait_syncpt_base_base_indx_f() argument
104 return (v & 0xff) << 16; in host1x_uclass_wait_syncpt_base_base_indx_f()
106 #define HOST1X_UCLASS_WAIT_SYNCPT_BASE_BASE_INDX_F(v) \ argument
107 host1x_uclass_wait_syncpt_base_base_indx_f(v)
108 static inline u32 host1x_uclass_wait_syncpt_base_offset_f(u32 v) in host1x_uclass_wait_syncpt_base_offset_f() argument
110 return (v & 0xffff) << 0; in host1x_uclass_wait_syncpt_base_offset_f()
112 #define HOST1X_UCLASS_WAIT_SYNCPT_BASE_OFFSET_F(v) \ argument
113 host1x_uclass_wait_syncpt_base_offset_f(v)
120 static inline u32 host1x_uclass_load_syncpt_base_base_indx_f(u32 v) in host1x_uclass_load_syncpt_base_base_indx_f() argument
122 return (v & 0xff) << 24; in host1x_uclass_load_syncpt_base_base_indx_f()
124 #define HOST1X_UCLASS_LOAD_SYNCPT_BASE_BASE_INDX_F(v) \ argument
125 host1x_uclass_load_syncpt_base_base_indx_f(v)
126 static inline u32 host1x_uclass_load_syncpt_base_value_f(u32 v) in host1x_uclass_load_syncpt_base_value_f() argument
128 return (v & 0xffffff) << 0; in host1x_uclass_load_syncpt_base_value_f()
130 #define HOST1X_UCLASS_LOAD_SYNCPT_BASE_VALUE_F(v) \ argument
131 host1x_uclass_load_syncpt_base_value_f(v)
132 static inline u32 host1x_uclass_incr_syncpt_base_base_indx_f(u32 v) in host1x_uclass_incr_syncpt_base_base_indx_f() argument
134 return (v & 0xff) << 24; in host1x_uclass_incr_syncpt_base_base_indx_f()
136 #define HOST1X_UCLASS_INCR_SYNCPT_BASE_BASE_INDX_F(v) \ argument
137 host1x_uclass_incr_syncpt_base_base_indx_f(v)
138 static inline u32 host1x_uclass_incr_syncpt_base_offset_f(u32 v) in host1x_uclass_incr_syncpt_base_offset_f() argument
140 return (v & 0xffffff) << 0; in host1x_uclass_incr_syncpt_base_offset_f()
142 #define HOST1X_UCLASS_INCR_SYNCPT_BASE_OFFSET_F(v) \ argument
143 host1x_uclass_incr_syncpt_base_offset_f(v)
150 static inline u32 host1x_uclass_indoff_indbe_f(u32 v) in host1x_uclass_indoff_indbe_f() argument
152 return (v & 0xf) << 28; in host1x_uclass_indoff_indbe_f()
154 #define HOST1X_UCLASS_INDOFF_INDBE_F(v) \ argument
155 host1x_uclass_indoff_indbe_f(v)
156 static inline u32 host1x_uclass_indoff_autoinc_f(u32 v) in host1x_uclass_indoff_autoinc_f() argument
158 return (v & 0x1) << 27; in host1x_uclass_indoff_autoinc_f()
160 #define HOST1X_UCLASS_INDOFF_AUTOINC_F(v) \ argument
161 host1x_uclass_indoff_autoinc_f(v)
162 static inline u32 host1x_uclass_indoff_indmodid_f(u32 v) in host1x_uclass_indoff_indmodid_f() argument
164 return (v & 0xff) << 18; in host1x_uclass_indoff_indmodid_f()
166 #define HOST1X_UCLASS_INDOFF_INDMODID_F(v) \ argument
167 host1x_uclass_indoff_indmodid_f(v)
168 static inline u32 host1x_uclass_indoff_indroffset_f(u32 v) in host1x_uclass_indoff_indroffset_f() argument
170 return (v & 0xffff) << 2; in host1x_uclass_indoff_indroffset_f()
172 #define HOST1X_UCLASS_INDOFF_INDROFFSET_F(v) \ argument
173 host1x_uclass_indoff_indroffset_f(v)
178 #define HOST1X_UCLASS_INDOFF_INDROFFSET_F(v) \ argument
179 host1x_uclass_indoff_indroffset_f(v)