Home
last modified time | relevance | path

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

/linux-6.15/drivers/video/fbdev/matrox/
H A Dmatroxfb_g450.c260 do_div(piic, outd->h_vis); in computeRegs()
275 piic = outd->chromasc; in computeRegs()
339 if (vtotal < outd->v_total) { in computeRegs()
344 vdisplay = outd->v_total - 4; in computeRegs()
345 vsyncend = outd->v_total; in computeRegs()
348 r->regs[0x17] = outd->v_total / 4; in computeRegs()
356 mt->VSyncEnd = outd->v_total; in computeRegs()
357 mt->VTotal = outd->v_total; in computeRegs()
495 *outd = &paloutd; in cve2_init_TVdata()
498 *outd = &ntscoutd; in cve2_init_TVdata()
[all …]
/linux-6.15/drivers/crypto/axis/
H A Dartpec6_crypto.c485 u32 ind, statd, outd; in artpec6_crypto_start_dma() local
496 outd = FIELD_PREP(PDMA_OUT_DESCRQ_PUSH_LEN, dma->out_cnt - 1) | in artpec6_crypto_start_dma()
509 writel_relaxed(outd, base + PDMA_OUT_DESCRQ_PUSH); in artpec6_crypto_start_dma()