Home | Sort by: relevance | last modified time | path |
/src/sys/arch/arm/broadcom/ | |
bcm2835_mbox.h | 53 void *sc_intrh; member in struct:bcm2835mbox_softc |
bcm2835_spi.c | 54 void *sc_intrh; member in struct:bcmspi_softc 126 sc->sc_intrh = fdtbus_intr_establish_xname(phandle, 0, IPL_VM, 0, 128 if (sc->sc_intrh == NULL) { |
/src/sys/arch/arm/sunxi/ | |
sun6i_spi.c | 56 void *sc_intrh; member in struct:sun6ispi_softc 152 sc->sc_intrh = fdtbus_intr_establish_xname(phandle, 0, IPL_VM, 0, 154 if (sc->sc_intrh == NULL) { |
sun4i_spi.c | 53 void *sc_intrh; member in struct:sun4ispi_softc 139 sc->sc_intrh = fdtbus_intr_establish_xname(phandle, 0, IPL_VM, 0, 141 if (sc->sc_intrh == NULL) { |