Lines Matching refs:channel
80 static inline u32 host1x_sync_cf_setup_r(unsigned int channel) in host1x_sync_cf_setup_r() argument
82 return 0xc00 + channel * REGISTER_STRIDE; in host1x_sync_cf_setup_r()
84 #define HOST1X_SYNC_CF_SETUP(channel) \ argument
85 host1x_sync_cf_setup_r(channel)
170 static inline u32 host1x_sync_cbread_r(unsigned int channel) in host1x_sync_cbread_r() argument
172 return 0xc80 + channel * REGISTER_STRIDE; in host1x_sync_cbread_r()
174 #define HOST1X_SYNC_CBREAD(channel) \ argument
175 host1x_sync_cbread_r(channel)
224 static inline u32 host1x_sync_cbstat_r(unsigned int channel) in host1x_sync_cbstat_r() argument
226 return 0xcc0 + channel * REGISTER_STRIDE; in host1x_sync_cbstat_r()
228 #define HOST1X_SYNC_CBSTAT(channel) \ argument
229 host1x_sync_cbstat_r(channel)