Home | History | Annotate | Download | only in s3c2xx0

Lines Matching defs:pgcon

209 	uint32_t pgcon, pecon, peup;
225 pgcon = bus_space_read_4(iot, gpioh, GPIO_PGCON);
226 pgcon = GPIO_SET_FUNC(pgcon, 2, PCON_ALTFUN2);
227 bus_space_write_4(iot, gpioh, GPIO_PGCON, pgcon);
248 pgcon = bus_space_read_4(iot, gpioh, GPIO_PGCON);
251 pgcon = GPIO_SET_FUNC(pgcon, 3, PCON_ALTFUN2);
253 pgcon = GPIO_SET_FUNC(pgcon, 5, PCON_ALTFUN2); /* SPIMISO1 */
254 pgcon = GPIO_SET_FUNC(pgcon, 6, PCON_ALTFUN2); /* SPIMOSI1 */
255 pgcon = GPIO_SET_FUNC(pgcon, 7, PCON_ALTFUN2); /* SPICLK1 */
257 bus_space_write_4(iot, gpioh, GPIO_PGCON, pgcon);