Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/omap/
H A Dhwa742.c131 } hwa742; variable
180 hwa742.window_type = ((hwa742.window_type & 0xfc) | 0x01); in set_format_regs()
185 hwa742.window_type = (hwa742.window_type & 0xfc); in set_format_regs()
210 if (width * hwa742.pix_tx_time < hwa742.line_upd_time) { in enable_tearsync()
813 hwa742.pix_tx_time = hwa742.reg_timings.we_cycle_time; in setup_tearsync()
832 if (hdisp * hwa742.pix_tx_time > hwa742.line_upd_time) in setup_tearsync()
889 pix_clk, hwa742.pix_tx_time, hwa742.line_upd_time); in setup_tearsync()
911 hwa742.update_mode_before_suspend = hwa742.update_mode; in hwa742_suspend()
965 hwa742.extif->set_timings(&hwa742.reg_timings); in hwa742_init()
971 hwa742.extif->set_timings(&hwa742.reg_timings); in hwa742_init()
[all …]
H A DMakefile17 objs-y$(CONFIG_FB_OMAP_LCDC_HWA742) += hwa742.o