Lines Matching defs:lccr0
163 uint32_t lccr0, lscr;
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;
191 bus_space_write_4(iot, ioh, LCDC_LCCR0, lccr0);