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

/netbsd-6-1-5-RELEASE/sys/arch/arm/s3c2xx0/
H A Ds3c2410_spi.c110 static bus_space_handle_t spi_ioh = 0; local
114 if (spi_ioh == 0) {
117 0, &spi_ioh)) {
128 bus_space_subregion(iot, spi_ioh, sc->index == 0 ? 0 : S3C24X0_SPI_SIZE,
H A Ds3c2440_spi.c149 static bus_space_handle_t spi_ioh = 0; local
153 if (spi_ioh == 0) {
156 0, &spi_ioh)) {
167 bus_space_subregion(iot, spi_ioh, sc->index == 0 ? 0 : S3C24X0_SPI_SIZE,

Completed in 107 milliseconds