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