Lines Matching refs:id

56 static inline u32 host1x_sync_syncpt_r(unsigned int id)  in host1x_sync_syncpt_r()  argument
58 return 0x400 + id * REGISTER_STRIDE; in host1x_sync_syncpt_r()
60 #define HOST1X_SYNC_SYNCPT(id) \ argument
61 host1x_sync_syncpt_r(id)
62 static inline u32 host1x_sync_syncpt_thresh_cpu0_int_status_r(unsigned int id) in host1x_sync_syncpt_thresh_cpu0_int_status_r() argument
64 return 0x40 + id * REGISTER_STRIDE; in host1x_sync_syncpt_thresh_cpu0_int_status_r()
66 #define HOST1X_SYNC_SYNCPT_THRESH_CPU0_INT_STATUS(id) \ argument
67 host1x_sync_syncpt_thresh_cpu0_int_status_r(id)
68 static inline u32 host1x_sync_syncpt_thresh_int_disable_r(unsigned int id) in host1x_sync_syncpt_thresh_int_disable_r() argument
70 return 0x60 + id * REGISTER_STRIDE; in host1x_sync_syncpt_thresh_int_disable_r()
72 #define HOST1X_SYNC_SYNCPT_THRESH_INT_DISABLE(id) \ argument
73 host1x_sync_syncpt_thresh_int_disable_r(id)
74 static inline u32 host1x_sync_syncpt_thresh_int_enable_cpu0_r(unsigned int id) in host1x_sync_syncpt_thresh_int_enable_cpu0_r() argument
76 return 0x68 + id * REGISTER_STRIDE; in host1x_sync_syncpt_thresh_int_enable_cpu0_r()
78 #define HOST1X_SYNC_SYNCPT_THRESH_INT_ENABLE_CPU0(id) \ argument
79 host1x_sync_syncpt_thresh_int_enable_cpu0_r(id)
128 static inline u32 host1x_sync_mlock_owner_r(unsigned int id) in host1x_sync_mlock_owner_r() argument
130 return 0x340 + id * REGISTER_STRIDE; in host1x_sync_mlock_owner_r()
132 #define HOST1X_SYNC_MLOCK_OWNER(id) \ argument
133 host1x_sync_mlock_owner_r(id)
152 static inline u32 host1x_sync_syncpt_int_thresh_r(unsigned int id) in host1x_sync_syncpt_int_thresh_r() argument
154 return 0x500 + id * REGISTER_STRIDE; in host1x_sync_syncpt_int_thresh_r()
156 #define HOST1X_SYNC_SYNCPT_INT_THRESH(id) \ argument
157 host1x_sync_syncpt_int_thresh_r(id)
158 static inline u32 host1x_sync_syncpt_base_r(unsigned int id) in host1x_sync_syncpt_base_r() argument
160 return 0x600 + id * REGISTER_STRIDE; in host1x_sync_syncpt_base_r()
162 #define HOST1X_SYNC_SYNCPT_BASE(id) \ argument
163 host1x_sync_syncpt_base_r(id)
164 static inline u32 host1x_sync_syncpt_cpu_incr_r(unsigned int id) in host1x_sync_syncpt_cpu_incr_r() argument
166 return 0x700 + id * REGISTER_STRIDE; in host1x_sync_syncpt_cpu_incr_r()
168 #define HOST1X_SYNC_SYNCPT_CPU_INCR(id) \ argument
169 host1x_sync_syncpt_cpu_incr_r(id)