Searched refs:pgcon (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/arm/s3c2xx0/
H A Ds3c2410_spi.c169 uint32_t pgcon, pecon; local
186 pgcon = bus_space_read_4(iot, gpioh, GPIO_PGCON);
187 pgcon = GPIO_SET_FUNC(pgcon, 2, PCON_ALTFUN2);
188 bus_space_write_4(iot, gpioh, GPIO_PGCON, pgcon);
198 pgcon = bus_space_read_4(iot, gpioh, GPIO_PGCON);
201 pgcon = GPIO_SET_FUNC(pgcon, 3, PCON_ALTFUN2);
203 pgcon = GPIO_SET_FUNC(pgcon,
[all...]
H A Ds3c2440_spi.c211 uint32_t pgcon, pecon, peup; local
227 pgcon = bus_space_read_4(iot, gpioh, GPIO_PGCON);
228 pgcon = GPIO_SET_FUNC(pgcon, 2, PCON_ALTFUN2);
229 bus_space_write_4(iot, gpioh, GPIO_PGCON, pgcon);
250 pgcon = bus_space_read_4(iot, gpioh, GPIO_PGCON);
253 pgcon = GPIO_SET_FUNC(pgcon, 3, PCON_ALTFUN2);
255 pgcon = GPIO_SET_FUNC(pgcon,
[all...]

Completed in 91 milliseconds