HomeSort by: relevance | last modified time | path
    Searched defs:spi_ioh (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/s3c2xx0/
s3c2410_spi.c 107 static bus_space_handle_t spi_ioh = 0; local in function:ssspi_attach
111 if (spi_ioh == 0) {
114 0, &spi_ioh)) {
125 bus_space_subregion(iot, spi_ioh, sc->index == 0 ? 0 : S3C24X0_SPI_SIZE,
s3c2440_spi.c 146 static bus_space_handle_t spi_ioh = 0; local in function:ssspi_attach
150 if (spi_ioh == 0) {
153 0, &spi_ioh)) {
164 bus_space_subregion(iot, spi_ioh, sc->index == 0 ? 0 : S3C24X0_SPI_SIZE,

Completed in 11 milliseconds