Home | History | Annotate | Download | only in s3c2xx0

Lines Matching refs:gpioh

210 	bus_space_handle_t gpioh = s3c2xx0_softc->sc_gpio_ioh;
222 pecon = bus_space_read_4(iot, gpioh, GPIO_PECON);
225 pgcon = bus_space_read_4(iot, gpioh, GPIO_PGCON);
227 bus_space_write_4(iot, gpioh, GPIO_PGCON, pgcon);
234 bus_space_write_4(iot, gpioh, GPIO_PECON, pecon);
237 peup = bus_space_read_4(iot, gpioh, GPIO_PEUP);
241 bus_space_write_4(iot, gpioh, GPIO_PEUP, peup);
248 pgcon = bus_space_read_4(iot, gpioh, GPIO_PGCON);
257 bus_space_write_4(iot, gpioh, GPIO_PGCON, pgcon);
260 peup = bus_space_read_4(iot, gpioh, GPIO_PGUP);
264 bus_space_write_4(iot, gpioh, GPIO_PGUP, peup);