Home | History | Annotate | Download | only in s3c2xx0

Lines Matching refs:iot

56 	bus_space_tag_t    iot;
105 bus_space_tag_t iot = sa->sa_iot;
112 if (bus_space_map(iot, S3C2410_SPI0_BASE,
123 sc->iot = iot;
125 bus_space_subregion(iot, spi_ioh, sc->index == 0 ? 0 : S3C24X0_SPI_SIZE,
145 spia.spia_iot = sc->iot;
169 bus_space_tag_t iot = sc->iot;
176 bus_space_write_1(sc->iot, sc->ioh, SPI_SPPRE, prescaler);
181 pecon = bus_space_read_4(iot, gpioh, GPIO_PECON);
184 pgcon = bus_space_read_4(iot, gpioh, GPIO_PGCON);
186 bus_space_write_4(iot, gpioh, GPIO_PGCON, pgcon);
193 bus_space_write_4(iot, gpioh, GPIO_PECON, pecon);
196 pgcon = bus_space_read_4(iot, gpioh, GPIO_PGCON);
205 bus_space_write_4(iot, gpioh, GPIO_PGCON, pgcon);
208 bus_space_write_4(iot, sc->ioh, SPI_SPCON, mode);