Searched refs:cson (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
H A D | rfbi.c | 411 DSSDBG("[reg]cson %d csoff %d reon %d reoff %d\n", calc_reg_timing() 485 int reon, reoff, weon, weoff, cson, csoff, cs_pulse; rfbi_convert_timings() local 494 * csoff > cson, csoff >= max(weoff, reoff), actim > reon rfbi_convert_timings() 514 cson = ps_to_rfbi_ticks(t->cs_on_time, div); rfbi_convert_timings() 516 if (csoff <= cson) rfbi_convert_timings() 517 csoff = cson + 1; rfbi_convert_timings() 520 if (cson > 0x0f) rfbi_convert_timings() 525 l = cson; rfbi_convert_timings()
|
/linux-4.1.27/drivers/video/fbdev/omap/ |
H A D | hwa742.c | 670 dev_dbg(hwa742.fbdev->dev, "[reg]cson %d csoff %d reon %d reoff %d\n", calc_reg_timing() 721 dev_dbg(hwa742.fbdev->dev, "[lut]cson %d csoff %d reon %d reoff %d\n", calc_lut_timing()
|
H A D | sossi.c | 335 /* no CS on SOSSI, so ignore cson, csoff, cs_pulsewidth */ sossi_convert_timings()
|
Completed in 155 milliseconds