outd              484 drivers/crypto/axis/artpec6_crypto.c 	u32 ind, statd, outd;
outd              495 drivers/crypto/axis/artpec6_crypto.c 	outd = FIELD_PREP(PDMA_OUT_DESCRQ_PUSH_LEN, dma->out_cnt - 1) |
outd              508 drivers/crypto/axis/artpec6_crypto.c 	writel_relaxed(outd, base + PDMA_OUT_DESCRQ_PUSH);
outd              238 drivers/video/fbdev/matrox/matroxfb_g450.c 			struct my_timming *mt, const struct output_desc *outd)
outd              260 drivers/video/fbdev/matrox/matroxfb_g450.c 	do_div(piic, outd->h_vis);
outd              275 drivers/video/fbdev/matrox/matroxfb_g450.c 	piic = outd->chromasc;
outd              285 drivers/video/fbdev/matrox/matroxfb_g450.c 	hbp = (((outd->h_b_porch + pixclock) / pixclock)) & ~1;
outd              286 drivers/video/fbdev/matrox/matroxfb_g450.c 	hfp = (((outd->h_f_porch + pixclock) / pixclock)) & ~1;
outd              287 drivers/video/fbdev/matrox/matroxfb_g450.c 	hsl = (((outd->h_sync + pixclock) / pixclock)) & ~1;
outd              308 drivers/video/fbdev/matrox/matroxfb_g450.c 	r->regs[0x09] = (outd->burst + pixclock - 1) / pixclock;	/* burst length */
outd              339 drivers/video/fbdev/matrox/matroxfb_g450.c 		if (vtotal < outd->v_total) {
outd              340 drivers/video/fbdev/matrox/matroxfb_g450.c 			unsigned int yovr = outd->v_total - vtotal;
outd              343 drivers/video/fbdev/matrox/matroxfb_g450.c 		} else if (vtotal > outd->v_total) {
outd              344 drivers/video/fbdev/matrox/matroxfb_g450.c 			vdisplay = outd->v_total - 4;
outd              345 drivers/video/fbdev/matrox/matroxfb_g450.c 			vsyncend = outd->v_total;
outd              347 drivers/video/fbdev/matrox/matroxfb_g450.c 		upper = (outd->v_total - vsyncend) >> 1;	/* in field lines */
outd              348 drivers/video/fbdev/matrox/matroxfb_g450.c 		r->regs[0x17] = outd->v_total / 4;
outd              349 drivers/video/fbdev/matrox/matroxfb_g450.c 		r->regs[0x18] = outd->v_total & 3;
outd              355 drivers/video/fbdev/matrox/matroxfb_g450.c 		mt->VSyncStart = outd->v_total - 2;
outd              356 drivers/video/fbdev/matrox/matroxfb_g450.c 		mt->VSyncEnd = outd->v_total;
outd              357 drivers/video/fbdev/matrox/matroxfb_g450.c 		mt->VTotal = outd->v_total;
outd              361 drivers/video/fbdev/matrox/matroxfb_g450.c static void cve2_init_TVdata(int norm, struct mavenregs* data, const struct output_desc** outd) {
outd              495 drivers/video/fbdev/matrox/matroxfb_g450.c 		*outd = &paloutd;
outd              498 drivers/video/fbdev/matrox/matroxfb_g450.c 		*outd = &ntscoutd;
outd              528 drivers/video/fbdev/matrox/matroxfb_g450.c 		const struct output_desc* outd;
outd              530 drivers/video/fbdev/matrox/matroxfb_g450.c 		cve2_init_TVdata(minfo->outputs[1].mode, &minfo->hw.maven, &outd);
outd              548 drivers/video/fbdev/matrox/matroxfb_g450.c 		computeRegs(minfo, &minfo->hw.maven, mt, outd);