Home
last modified time | relevance | path

Searched refs:lcd (Results 1 – 8 of 8) sorted by relevance

/qemu/hw/display/
H A Domap_dss.c45 } dig, lcd; member
136 s->lcd.enable = 0; in omap_dss_reset()
137 s->lcd.nx = 1; in omap_dss_reset()
138 s->lcd.ny = 1; in omap_dss_reset()
314 return ((s->lcd.ny - 1) << 16) | (s->lcd.nx - 1); in omap_disc_read()
409 s->lcd.enable = (value >> 0) & 1; in omap_disc_write()
506 s->lcd.nx = ((value >> 0) & 0x7ff) + 1; /* PPL */ in omap_disc_write()
507 s->lcd.ny = ((value >> 16) & 0x7ff) + 1; /* LPP */ in omap_disc_write()
/qemu/hw/mips/
H A Dboston.c677 MemoryRegion *flash, *ddr_low_alias, *lcd, *platreg; in boston_mach_init() local
763 lcd = g_new(MemoryRegion, 1); in boston_mach_init()
764 memory_region_init_io(lcd, NULL, &boston_lcd_ops, s, "boston-lcd", 0x8); in boston_mach_init()
766 boston_memmap[BOSTON_LCD].base, lcd, 0); in boston_mach_init()
/qemu/include/hw/arm/
H A Dpxa.h143 PXA2xxLCDState *lcd; member
H A Domap.h924 struct omap_lcd_panel_s *lcd; member
/qemu/hw/arm/
H A Dpxa2xx.c2172 s->lcd = pxa2xx_lcdc_init(address_space, 0x44000000, in pxa270_init()
2308 s->lcd = pxa2xx_lcdc_init(address_space, 0x44000000, in pxa255_init()
H A Dspitz.c953 pxa2xx_lcd_vsync_notifier(cpu->lcd, lcd_hsync); in spitz_gpio_setup()
H A Domap1.c3720 omap_lcdc_reset(mpu->lcd); in omap1_mpu_reset()
3944 s->lcd = omap_lcdc_init(system_memory, 0xfffec000, in omap310_mpu_init()
/qemu/tests/data/qobject/
H A Dqdict.txt842 ans-lcd.c: 3847
843 ans-lcd.h: 206