syncval            45 drivers/gpu/host1x/dev.h 				 u32 syncpt_incrs, u32 syncval, u32 nr_slots);
syncval           289 drivers/gpu/host1x/dev.h 						   u32 syncval, u32 nr_slots)
syncval           291 drivers/gpu/host1x/dev.h 	host->cdma_op->timeout_cpu_incr(cdma, getptr, syncpt_incrs, syncval,
syncval            29 drivers/gpu/host1x/hw/cdma_hw.c 				u32 syncpt_incrs, u32 syncval, u32 nr_slots)
syncval           124 drivers/gpu/host1x/hw/channel_hw.c 	u32 syncval;
syncval           174 drivers/gpu/host1x/hw/channel_hw.c 	syncval = host1x_syncpt_incr_max(sp, user_syncpt_incrs);
syncval           178 drivers/gpu/host1x/hw/channel_hw.c 	job->syncpt_end = syncval;
syncval           191 drivers/gpu/host1x/hw/channel_hw.c 	trace_host1x_channel_submitted(dev_name(ch->dev), prev_max, syncval);
syncval           194 drivers/gpu/host1x/hw/channel_hw.c 	err = host1x_intr_add_action(host, sp, syncval,
syncval           157 sound/soc/bcm/bcm2835-i2s.c 	uint32_t syncval;
syncval           194 sound/soc/bcm/bcm2835-i2s.c 	regmap_read(dev->i2s_regmap, BCM2835_I2S_CS_A_REG, &syncval);
syncval           195 sound/soc/bcm/bcm2835-i2s.c 	syncval &= BCM2835_I2S_SYNC;
syncval           198 sound/soc/bcm/bcm2835-i2s.c 			BCM2835_I2S_SYNC, ~syncval);
syncval           203 sound/soc/bcm/bcm2835-i2s.c 		if ((csreg & BCM2835_I2S_SYNC) != syncval)