Home
last modified time | relevance | path

Searched refs:outd (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/video/fbdev/matrox/
Dmatroxfb_g450.c237 struct my_timming *mt, const struct output_desc *outd) in computeRegs() argument
259 do_div(piic, outd->h_vis); in computeRegs()
274 piic = outd->chromasc; in computeRegs()
284 hbp = (((outd->h_b_porch + pixclock) / pixclock)) & ~1; in computeRegs()
285 hfp = (((outd->h_f_porch + pixclock) / pixclock)) & ~1; in computeRegs()
286 hsl = (((outd->h_sync + pixclock) / pixclock)) & ~1; in computeRegs()
307 r->regs[0x09] = (outd->burst + pixclock - 1) / pixclock; /* burst length */ in computeRegs()
338 if (vtotal < outd->v_total) { in computeRegs()
339 unsigned int yovr = outd->v_total - vtotal; in computeRegs()
342 } else if (vtotal > outd->v_total) { in computeRegs()
[all …]
/Linux-v4.19/drivers/crypto/axis/
Dartpec6_crypto.c488 u32 ind, statd, outd; in artpec6_crypto_start_dma() local
499 outd = FIELD_PREP(PDMA_OUT_DESCRQ_PUSH_LEN, dma->out_cnt - 1) | in artpec6_crypto_start_dma()
512 writel_relaxed(outd, base + PDMA_OUT_DESCRQ_PUSH); in artpec6_crypto_start_dma()