Lines Matching refs:v
134 static inline u32 host1x_sync_mlock_owner_chid_f(u32 v) in host1x_sync_mlock_owner_chid_f() argument
136 return (v & 0xf) << 8; in host1x_sync_mlock_owner_chid_f()
138 #define HOST1X_SYNC_MLOCK_OWNER_CHID_F(v) \ argument
139 host1x_sync_mlock_owner_chid_f(v)
182 static inline u32 host1x_sync_cfpeek_ctrl_addr_f(u32 v) in host1x_sync_cfpeek_ctrl_addr_f() argument
184 return (v & 0x3ff) << 0; in host1x_sync_cfpeek_ctrl_addr_f()
186 #define HOST1X_SYNC_CFPEEK_CTRL_ADDR_F(v) \ argument
187 host1x_sync_cfpeek_ctrl_addr_f(v)
188 static inline u32 host1x_sync_cfpeek_ctrl_channr_f(u32 v) in host1x_sync_cfpeek_ctrl_channr_f() argument
190 return (v & 0xf) << 16; in host1x_sync_cfpeek_ctrl_channr_f()
192 #define HOST1X_SYNC_CFPEEK_CTRL_CHANNR_F(v) \ argument
193 host1x_sync_cfpeek_ctrl_channr_f(v)
194 static inline u32 host1x_sync_cfpeek_ctrl_ena_f(u32 v) in host1x_sync_cfpeek_ctrl_ena_f() argument
196 return (v & 0x1) << 31; in host1x_sync_cfpeek_ctrl_ena_f()
198 #define HOST1X_SYNC_CFPEEK_CTRL_ENA_F(v) \ argument
199 host1x_sync_cfpeek_ctrl_ena_f(v)