Home
last modified time | relevance | path

Searched refs:outd (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/matrox/
H A Dmatroxfb_g450.c238 struct my_timming *mt, const struct output_desc *outd) in computeRegs()
260 do_div(piic, outd->h_vis); in computeRegs()
275 piic = outd->chromasc; in computeRegs()
285 hbp = (((outd->h_b_porch + pixclock) / pixclock)) & ~1; in computeRegs()
286 hfp = (((outd->h_f_porch + pixclock) / pixclock)) & ~1; in computeRegs()
287 hsl = (((outd->h_sync + pixclock) / pixclock)) & ~1; in computeRegs()
308 r->regs[0x09] = (outd->burst + pixclock - 1) / pixclock; /* burst length */ in computeRegs()
339 if (vtotal < outd->v_total) { in computeRegs()
340 unsigned int yovr = outd->v_total - vtotal; in computeRegs()
343 } else if (vtotal > outd in computeRegs()
237 computeRegs(struct matrox_fb_info *minfo, struct mavenregs *r, struct my_timming *mt, const struct output_desc *outd) computeRegs() argument
361 cve2_init_TVdata(int norm, struct mavenregs* data, const struct output_desc** outd) cve2_init_TVdata() argument
528 const struct output_desc* outd; matroxfb_g450_compute() local
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/
H A Dmatroxfb_g450.c238 struct my_timming *mt, const struct output_desc *outd) in computeRegs()
260 do_div(piic, outd->h_vis); in computeRegs()
275 piic = outd->chromasc; in computeRegs()
285 hbp = (((outd->h_b_porch + pixclock) / pixclock)) & ~1; in computeRegs()
286 hfp = (((outd->h_f_porch + pixclock) / pixclock)) & ~1; in computeRegs()
287 hsl = (((outd->h_sync + pixclock) / pixclock)) & ~1; in computeRegs()
308 r->regs[0x09] = (outd->burst + pixclock - 1) / pixclock; /* burst length */ in computeRegs()
339 if (vtotal < outd->v_total) { in computeRegs()
340 unsigned int yovr = outd->v_total - vtotal; in computeRegs()
343 } else if (vtotal > outd in computeRegs()
237 computeRegs(struct matrox_fb_info *minfo, struct mavenregs *r, struct my_timming *mt, const struct output_desc *outd) computeRegs() argument
361 cve2_init_TVdata(int norm, struct mavenregs* data, const struct output_desc** outd) cve2_init_TVdata() argument
528 const struct output_desc* outd; matroxfb_g450_compute() local
[all...]
/kernel/linux/linux-5.10/drivers/crypto/axis/
H A Dartpec6_crypto.c484 u32 ind, statd, outd; in artpec6_crypto_start_dma() local
495 outd = FIELD_PREP(PDMA_OUT_DESCRQ_PUSH_LEN, dma->out_cnt - 1) | in artpec6_crypto_start_dma()
508 writel_relaxed(outd, base + PDMA_OUT_DESCRQ_PUSH); in artpec6_crypto_start_dma()
/kernel/linux/linux-6.6/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()

Completed in 10 milliseconds