Lines Matching refs:id
33 unsigned int id = syncpt->id; in host1x_intr_syncpt_handle() local
36 host1x_sync_writel(host, BIT_MASK(id), in host1x_intr_syncpt_handle()
37 HOST1X_SYNC_SYNCPT_THRESH_INT_DISABLE(BIT_WORD(id))); in host1x_intr_syncpt_handle()
38 host1x_sync_writel(host, BIT_MASK(id), in host1x_intr_syncpt_handle()
39 HOST1X_SYNC_SYNCPT_THRESH_CPU0_INT_STATUS(BIT_WORD(id))); in host1x_intr_syncpt_handle()
48 int i, id; in syncpt_thresh_isr() local
53 for_each_set_bit(id, ®, BITS_PER_LONG) { in syncpt_thresh_isr()
55 host->syncpt + (i * BITS_PER_LONG + id); in syncpt_thresh_isr()
109 u32 id, u32 thresh) in _host1x_intr_set_syncpt_threshold() argument
111 host1x_sync_writel(host, thresh, HOST1X_SYNC_SYNCPT_INT_THRESH(id)); in _host1x_intr_set_syncpt_threshold()
114 static void _host1x_intr_enable_syncpt_intr(struct host1x *host, u32 id) in _host1x_intr_enable_syncpt_intr() argument
116 host1x_sync_writel(host, BIT_MASK(id), in _host1x_intr_enable_syncpt_intr()
117 HOST1X_SYNC_SYNCPT_THRESH_INT_ENABLE_CPU0(BIT_WORD(id))); in _host1x_intr_enable_syncpt_intr()
120 static void _host1x_intr_disable_syncpt_intr(struct host1x *host, u32 id) in _host1x_intr_disable_syncpt_intr() argument
122 host1x_sync_writel(host, BIT_MASK(id), in _host1x_intr_disable_syncpt_intr()
123 HOST1X_SYNC_SYNCPT_THRESH_INT_DISABLE(BIT_WORD(id))); in _host1x_intr_disable_syncpt_intr()
124 host1x_sync_writel(host, BIT_MASK(id), in _host1x_intr_disable_syncpt_intr()
125 HOST1X_SYNC_SYNCPT_THRESH_CPU0_INT_STATUS(BIT_WORD(id))); in _host1x_intr_disable_syncpt_intr()