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

  /src/sys/dev/spi/
spi.c 176 spi_attach_child(struct spi_softc *sc, struct spi_attach_args *sa, function in typeref:typename:void
246 spi_attach_child(sc, &sa, cf->cf_loc[SPICF_SLAVE], cf);
257 spi_attach_child(sc, args->sa, args->chip_select, NULL);
spi.c 176 spi_attach_child(struct spi_softc *sc, struct spi_attach_args *sa, function in typeref:typename:void
246 spi_attach_child(sc, &sa, cf->cf_loc[SPICF_SLAVE], cf);
257 spi_attach_child(sc, args->sa, args->chip_select, NULL);

Completed in 23 milliseconds