Lines Matching refs:id

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