Lines Matching defs:pgcon
167 uint32_t pgcon, pecon;
184 pgcon = bus_space_read_4(iot, gpioh, GPIO_PGCON);
185 pgcon = GPIO_SET_FUNC(pgcon, 2, PCON_ALTFUN2);
186 bus_space_write_4(iot, gpioh, GPIO_PGCON, pgcon);
196 pgcon = bus_space_read_4(iot, gpioh, GPIO_PGCON);
199 pgcon = GPIO_SET_FUNC(pgcon, 3, PCON_ALTFUN2);
201 pgcon = GPIO_SET_FUNC(pgcon, 5, PCON_ALTFUN2); /* SPIMISO1 */
202 pgcon = GPIO_SET_FUNC(pgcon, 6, PCON_ALTFUN2); /* SPIMOSI1 */
203 pgcon = GPIO_SET_FUNC(pgcon, 7, PCON_ALTFUN2); /* SPICLK1 */
205 bus_space_write_4(iot, gpioh, GPIO_PGCON, pgcon);