Home
last modified time | relevance | path

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

/netbsd/sys/arch/arm/xscale/
H A Dpxa2x0_lcd.c122 bus_space_write_4(iot, ioh, LCDC_LCCR0, ccr0); in pxa2x0_lcd_geometry()
173 lccr0 = bus_space_read_4(iot, ioh, LCDC_LCCR0); in pxa2x0_lcd_initialize()
176 bus_space_write_4(iot, ioh, LCDC_LCCR0, lccr0); in pxa2x0_lcd_initialize()
179 bus_space_write_4(iot, ioh, LCDC_LCCR0, lccr0); in pxa2x0_lcd_initialize()
191 bus_space_write_4(iot, ioh, LCDC_LCCR0, lccr0); in pxa2x0_lcd_initialize()
261 bus_space_write_4(iot, ioh, LCDC_LCCR0, 0); in pxa2x0_lcd_attach_sub()
382 tmp = bus_space_read_4(iot, ioh, LCDC_LCCR0); in pxa2x0_lcd_start_dma()
397 bus_space_write_4(sc->iot, sc->ioh, LCDC_LCCR0, in pxa2x0_lcd_stop_dma()
399 bus_space_read_4(sc->iot, sc->ioh, LCDC_LCCR0)); in pxa2x0_lcd_stop_dma()
404 bus_space_read_4(sc->iot, sc->ioh, LCDC_LCCR0)) in pxa2x0_lcd_stop_dma()
[all …]
H A Dpxa2x0reg.h529 #define LCDC_LCCR0 0x000 /* Controller Control Register 0 */ macro