HomeSort by: relevance | last modified time | path
    Searched defs:lccr0 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/xscale/
pxa2x0_lcd.c 163 uint32_t lccr0, lscr; local in function:pxa2x0_lcd_initialize
173 lccr0 = bus_space_read_4(iot, ioh, LCDC_LCCR0);
174 if (lccr0 & LCCR0_ENB) {
175 lccr0 |= LCCR0_LDM;
176 bus_space_write_4(iot, ioh, LCDC_LCCR0, lccr0);
177 lccr0 = bus_space_read_4(iot, ioh, LCDC_LCCR0); /* paranoia */
178 lccr0 |= LCCR0_DIS;
179 bus_space_write_4(iot, ioh, LCDC_LCCR0, lccr0);
188 lccr0 = LCCR0_IMASK;
190 lccr0 |= LCCR0_CMDIM|LCCR0_RDSTM
    [all...]
pxa2x0_lcd.c 163 uint32_t lccr0, lscr; local in function:pxa2x0_lcd_initialize
173 lccr0 = bus_space_read_4(iot, ioh, LCDC_LCCR0);
174 if (lccr0 & LCCR0_ENB) {
175 lccr0 |= LCCR0_LDM;
176 bus_space_write_4(iot, ioh, LCDC_LCCR0, lccr0);
177 lccr0 = bus_space_read_4(iot, ioh, LCDC_LCCR0); /* paranoia */
178 lccr0 |= LCCR0_DIS;
179 bus_space_write_4(iot, ioh, LCDC_LCCR0, lccr0);
188 lccr0 = LCCR0_IMASK;
190 lccr0 |= LCCR0_CMDIM|LCCR0_RDSTM
    [all...]

Completed in 68 milliseconds