Lines Matching refs:id

44 static inline u32 host1x_sync_syncpt_r(unsigned int id)  in host1x_sync_syncpt_r()  argument
46 return 0xf80 + id * REGISTER_STRIDE; in host1x_sync_syncpt_r()
48 #define HOST1X_SYNC_SYNCPT(id) \ argument
49 host1x_sync_syncpt_r(id)
50 static inline u32 host1x_sync_syncpt_thresh_cpu0_int_status_r(unsigned int id) in host1x_sync_syncpt_thresh_cpu0_int_status_r() argument
52 return 0xe80 + id * REGISTER_STRIDE; in host1x_sync_syncpt_thresh_cpu0_int_status_r()
54 #define HOST1X_SYNC_SYNCPT_THRESH_CPU0_INT_STATUS(id) \ argument
55 host1x_sync_syncpt_thresh_cpu0_int_status_r(id)
56 static inline u32 host1x_sync_syncpt_thresh_int_disable_r(unsigned int id) in host1x_sync_syncpt_thresh_int_disable_r() argument
58 return 0xf00 + id * REGISTER_STRIDE; in host1x_sync_syncpt_thresh_int_disable_r()
60 #define HOST1X_SYNC_SYNCPT_THRESH_INT_DISABLE(id) \ argument
61 host1x_sync_syncpt_thresh_int_disable_r(id)
62 static inline u32 host1x_sync_syncpt_thresh_int_enable_cpu0_r(unsigned int id) in host1x_sync_syncpt_thresh_int_enable_cpu0_r() argument
64 return 0xf20 + id * REGISTER_STRIDE; in host1x_sync_syncpt_thresh_int_enable_cpu0_r()
66 #define HOST1X_SYNC_SYNCPT_THRESH_INT_ENABLE_CPU0(id) \ argument
67 host1x_sync_syncpt_thresh_int_enable_cpu0_r(id)
116 static inline u32 host1x_sync_mlock_owner_r(unsigned int id) in host1x_sync_mlock_owner_r() argument
118 return 0x340 + id * REGISTER_STRIDE; in host1x_sync_mlock_owner_r()
120 #define HOST1X_SYNC_MLOCK_OWNER(id) \ argument
121 host1x_sync_mlock_owner_r(id)
140 static inline u32 host1x_sync_syncpt_int_thresh_r(unsigned int id) in host1x_sync_syncpt_int_thresh_r() argument
142 return 0x1380 + id * REGISTER_STRIDE; in host1x_sync_syncpt_int_thresh_r()
144 #define HOST1X_SYNC_SYNCPT_INT_THRESH(id) \ argument
145 host1x_sync_syncpt_int_thresh_r(id)
146 static inline u32 host1x_sync_syncpt_base_r(unsigned int id) in host1x_sync_syncpt_base_r() argument
148 return 0x600 + id * REGISTER_STRIDE; in host1x_sync_syncpt_base_r()
150 #define HOST1X_SYNC_SYNCPT_BASE(id) \ argument
151 host1x_sync_syncpt_base_r(id)
152 static inline u32 host1x_sync_syncpt_cpu_incr_r(unsigned int id) in host1x_sync_syncpt_cpu_incr_r() argument
154 return 0xf60 + id * REGISTER_STRIDE; in host1x_sync_syncpt_cpu_incr_r()
156 #define HOST1X_SYNC_SYNCPT_CPU_INCR(id) \ argument
157 host1x_sync_syncpt_cpu_incr_r(id)