Home
last modified time | relevance | path

Searched refs:tft (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/display/
H A Domap_lcdc.c35 int tft; member
249 if (!omap_lcd->tft) in omap_update_display()
385 return (s->tft << 23) | (s->plm << 20) | in omap_lcdc_read()
386 (s->tft << 7) | (s->interrupts << 3) | in omap_lcdc_read()
419 s->tft = (value >> 7) & 1; in omap_lcdc_write()
465 s->tft = 0; in omap_lcdc_reset()
/openbmc/u-boot/arch/arm/dts/
H A Dam335x-pxm50.dts37 tft-alt-mode = <0>;
H A Dam335x-pdu001.dts349 tft-panel@0 {
H A Dam335x-rut.dts106 tft-alt-mode = <0>;
/openbmc/u-boot/drivers/video/
H A Datmel_lcdfb.c115 bool tft, bool cont_pol_low, ulong lcdbase) in atmel_fb_init() argument
153 if (tft) in atmel_fb_init()