Searched refs:outd (Results 1 – 1 of 1) sorted by relevance
238 struct my_timming *mt, const struct output_desc *outd) in computeRegs() argument260 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->v_total) { in computeRegs()[all …]